Repository: storm Updated Branches: refs/heads/master 94b96087b -> 1085f5061
[STORM-620] Duplicate maven plugin declaration Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f603a5e0 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f603a5e0 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f603a5e0 Branch: refs/heads/master Commit: f603a5e0c12fe902ac944a8e17ccc62b2d9f5ed8 Parents: e71e2a3 Author: lewuathe <[email protected]> Authored: Fri Jan 9 22:27:03 2015 +0900 Committer: lewuathe <[email protected]> Committed: Fri Jan 9 22:27:03 2015 +0900 ---------------------------------------------------------------------- pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/f603a5e0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5645b9a..05e2be3 100644 --- a/pom.xml +++ b/pom.xml @@ -723,10 +723,6 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.11</version>
