Repository: brooklyn-ui
Updated Branches:
  refs/heads/master a11e8ddd1 -> 2ae6a1ef3


set more eclipse build exclusions in pom


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

Branch: refs/heads/master
Commit: 30439e34ca156ed253c0981aa6f94b51dac91d07
Parents: a11e8dd
Author: Alex Heneveld <[email protected]>
Authored: Thu Sep 7 22:45:21 2017 +0100
Committer: Alex Heneveld <[email protected]>
Committed: Thu Sep 7 22:45:21 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/30439e34/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b3ce815..36e22b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,6 +352,23 @@
                                         <ignore></ignore>
                                     </action>
                                 </pluginExecution>
+                                <pluginExecution>
+                                  <pluginExecutionFilter>
+                                    <groupId>org.apache.felix</groupId>
+                                    <artifactId>
+                                      maven-bundle-plugin
+                                    </artifactId>
+                                    <versionRange>
+                                      [2.5.4,)
+                                    </versionRange>
+                                    <goals>
+                                      <goal>manifest</goal>
+                                    </goals>
+                                  </pluginExecutionFilter>
+                                  <action>
+                                    <ignore></ignore>
+                                  </action>
+                                </pluginExecution>
                             </pluginExecutions>
                         </lifecycleMappingMetadata>
                     </configuration>

Reply via email to