Repository: commons-rng Updated Branches: refs/heads/master 8eaf6fd7c -> 2b05212b5
Removed duplicate plugin declaration. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/2b05212b Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/2b05212b Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/2b05212b Branch: refs/heads/master Commit: 2b05212b554f1f9e9ea88f4e169223796ecb1a20 Parents: 8eaf6fd Author: Gilles <er...@apache.org> Authored: Tue Nov 22 21:02:37 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Tue Nov 22 21:02:37 2016 +0100 ---------------------------------------------------------------------- pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/2b05212b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d237d22..f101b48 100644 --- a/pom.xml +++ b/pom.xml @@ -165,32 +165,6 @@ </configuration> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <version>${rng.clirr.version}</version> - <configuration> - <minSeverity>${minSeverity}</minSeverity> - <ignoredDifferencesFile>clirr/clirr-ignored.xml</ignoredDifferencesFile> - </configuration> - <executions> - <execution> - <goals> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <version>${rng.pmd.version}</version> - <configuration> - <targetJdk>${maven.compiler.target}</targetJdk> - <skipEmptyReport>false</skipEmptyReport> - <rulesets> - <ruleset>pmd/pmd-ruleset.xml</ruleset> - </rulesets> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> <configuration>