You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/11/11 15:17:12 UTC

[08/11] incubator-brooklyn git commit: additional m2e excludes for 4.4

additional m2e excludes for 4.4


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a8836049
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a8836049
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a8836049

Branch: refs/heads/master
Commit: a883604983021970d40746c932f26e8844259749
Parents: 08d0257
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Nov 11 10:44:54 2014 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Nov 11 13:54:55 2014 +0000

----------------------------------------------------------------------
 pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a8836049/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 045f3a8..2bc84a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -971,6 +971,7 @@
                                     <ignore />
                                   </action>
                                 </pluginExecution>
+<!-- This is suggested if Eclipse runs too many incremental maven plugins, but it also seems to cause NPE's in maven build.
                                 <pluginExecution>
                                   <action>
                                     <execute>
@@ -978,6 +979,26 @@
                                     </execute>
                                   </action>
                                 </pluginExecution>
+-->
+                                <pluginExecution>
+                                  <pluginExecutionFilter>
+                                    <groupId>
+                                      org.apache.felix
+                                    </groupId>
+                                    <artifactId>
+                                      maven-bundle-plugin
+                                    </artifactId>
+                                    <versionRange>
+                                      [2.3.4,)
+                                    </versionRange>
+                                    <goals>
+                                      <goal>manifest</goal>
+                                    </goals>
+                                  </pluginExecutionFilter>
+                                  <action>
+                                    <ignore></ignore>
+                                  </action>
+                                </pluginExecution>
                             </pluginExecutions>
                         </lifecycleMappingMetadata>
                     </configuration>