Repository: incubator-brooklyn Updated Branches: refs/heads/master fdbc28338 -> e7425c1bf
Fix lifecycle mapping for eclipse Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/5a6f8d6a Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/5a6f8d6a Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/5a6f8d6a Branch: refs/heads/master Commit: 5a6f8d6a234d8374ef15c08d18204907c0177ce0 Parents: fdbc283 Author: Hadrian Zbarcea <hadr...@apache.org> Authored: Sat Nov 28 14:29:13 2015 -0500 Committer: Hadrian Zbarcea <hadr...@apache.org> Committed: Sat Nov 28 14:29:13 2015 -0500 ---------------------------------------------------------------------- karaf/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5a6f8d6a/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/pom.xml b/karaf/pom.xml index 5e5ab67..39f360f 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -123,7 +123,19 @@ <ignore/> </action> </pluginExecution> - + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.servicemix.tooling</groupId> + <artifactId>depends-maven-plugin</artifactId> + <versionRange>[0,)</versionRange> + <goals> + <goal>generate-depends-file</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore/> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration>