This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch VALIDATOR_1_7_BRANCH in repository https://gitbox.apache.org/repos/asf/commons-validator.git
commit bd2501b2109f13bf89a06b6ac503f03359dd793a Author: Sebb <s...@apache.org> AuthorDate: Sun Aug 2 17:38:00 2020 +0100 Drop Clirr and Cobertura --- pom.xml | 11 +---------- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index ad50c23..e5753c6 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ </distributionManagement> <build> - <defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check checkstyle:check javadoc:javadoc</defaultGoal> <resources> <resource> <directory>${basedir}</directory> @@ -215,15 +215,6 @@ </reportSets> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${commons.cobertura.version}</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - </plugin> - <plugin> <artifactId>maven-pmd-plugin</artifactId> <version>3.13.0</version> <configuration> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b25fc79..5bbaa36 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -103,6 +103,9 @@ Apache Commons Validator. For the current list of dependencies, please see http://commons.apache.org/validator/dependencies.html "> + <action type="update" dev="sebb"> + Drop Clirr and Cobertura in favour of JApiCmp and JaCoCo + </action> <action issue="VALIDATOR-474" type="add" dev="sebb"> DomainValidator should allow local overrides </action>