[STORM-639] Update docs for storm-maven-plugin
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/50001f55 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/50001f55 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/50001f55 Branch: refs/heads/master Commit: 50001f55ef1a1d87bdca2f39618dbe91be09db04 Parents: 715dfb9 Author: lewuathe <[email protected]> Authored: Tue Feb 3 18:42:12 2015 +0900 Committer: lewuathe <[email protected]> Committed: Tue Feb 3 18:42:12 2015 +0900 ---------------------------------------------------------------------- DEVELOPER.md | 2 ++ storm-buildtools/storm-maven-plugins/pom.xml | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/50001f55/DEVELOPER.md ---------------------------------------------------------------------- diff --git a/DEVELOPER.md b/DEVELOPER.md index 9cd49e8..6c4dbb9 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -228,6 +228,8 @@ To pull in a merge request you should generally follow the command line instruct The following commands must be run from the top-level directory. # Build the code and run the tests (requires nodejs, python and ruby installed) + # `mvn clean package` will fail because storm-core requires storm-maven-plugin. + # This plugin should be installed before compiling storm-core. $ mvn clean install # Build the code and run the tests, with specifying default test timeout (in millisecond) http://git-wip-us.apache.org/repos/asf/storm/blob/50001f55/storm-buildtools/storm-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/storm-buildtools/storm-maven-plugins/pom.xml b/storm-buildtools/storm-maven-plugins/pom.xml index 385c93e..5579d03 100644 --- a/storm-buildtools/storm-maven-plugins/pom.xml +++ b/storm-buildtools/storm-maven-plugins/pom.xml @@ -76,16 +76,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <executions> - <execution> - <id>default-install</id> - <phase>package</phase> - </execution> - </executions> - </plugin> </plugins> </build> </project>
