remove javancss plugin, favoring JaCoCo
Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/db9fd9fc Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/db9fd9fc Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/db9fd9fc Branch: refs/heads/master Commit: db9fd9fc4cb2e383e75f30c9857f1bb57220d0e9 Parents: 555d089 Author: Matt Benson <mben...@apache.org> Authored: Thu Aug 30 15:14:09 2018 -0500 Committer: Matt Benson <mben...@apache.org> Committed: Thu Aug 30 15:14:09 2018 -0500 ---------------------------------------------------------------------- pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/db9fd9fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5c4685b..d4ed948 100755 --- a/pom.xml +++ b/pom.xml @@ -609,10 +609,6 @@ </configuration> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${commons.jacoco.version}</version>