This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new e0df355c Remove old comments e0df355c is described below commit e0df355c1b7ae7d04919cea85657696c84f8d412 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 5 08:39:27 2024 -0400 Remove old comments --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index a6c67dfb..422a0d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -339,14 +339,6 @@ <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> </plugin> - <!-- cobertura breaks because it cannot parse annotations in methods. --> - <!-- - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${commons.cobertura.version}</version> - </plugin> - --> <!-- javancss breaks because it cannot parse annotations in methods. --> <!-- <plugin>