Repository: storm Updated Branches: refs/heads/master fd64c3d2d -> 6c28dce02
[STORM-639] storm-maven-plugin not found Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/715dfb9a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/715dfb9a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/715dfb9a Branch: refs/heads/master Commit: 715dfb9a430990835f531c316c93e0b99df626c8 Parents: a115c9d Author: lewuathe <[email protected]> Authored: Sat Jan 31 00:08:55 2015 +0900 Committer: lewuathe <[email protected]> Committed: Sat Jan 31 00:08:55 2015 +0900 ---------------------------------------------------------------------- storm-buildtools/storm-maven-plugins/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/715dfb9a/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 5579d03..385c93e 100644 --- a/storm-buildtools/storm-maven-plugins/pom.xml +++ b/storm-buildtools/storm-maven-plugins/pom.xml @@ -76,6 +76,16 @@ </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>
