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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 2e9d7414 Drop Closer comment 2e9d7414 is described below commit 2e9d7414ab6d25cc09736a1957fec3f27c565a19 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 20 18:13:42 2023 -0400 Drop Closer comment --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index f38e1712..42fa3eb5 100644 --- a/pom.xml +++ b/pom.xml @@ -665,23 +665,6 @@ </execution> </executions> </plugin> - <!-- Uncomment to instrument with Clover - <plugin> - <groupId>com.atlassian.maven.plugins</groupId> - <artifactId>maven-clover2-plugin</artifactId> - <version>2.4.2</version> - <configuration> - <jdk>1.4</jdk> - </configuration> - <executions> - <execution> - <phase>pre-site</phase> - <goals> - <goal>instrument</goal> - </goals> - </execution> - </executions> - </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId>