You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2016/12/12 10:31:58 UTC

[1/2] brooklyn-dist git commit: Exclude META-INF folder from Karaf dist

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master dfcd43aea -> f574ec425


Exclude META-INF folder from Karaf dist


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

Branch: refs/heads/master
Commit: e048e28e682241c2e54fa7a87a4c4657ec136b8a
Parents: dfcd43a
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Sun Dec 11 10:18:45 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Sun Dec 11 10:24:34 2016 +0200

----------------------------------------------------------------------
 karaf/apache-brooklyn/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/e048e28e/karaf/apache-brooklyn/pom.xml
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/pom.xml b/karaf/apache-brooklyn/pom.xml
index c766a29..2068704 100755
--- a/karaf/apache-brooklyn/pom.xml
+++ b/karaf/apache-brooklyn/pom.xml
@@ -136,6 +136,13 @@
           </bootFeatures>
         </configuration>
       </plugin>
+      <!-- Exclude META-INF from dist; Disables https://github.com/apache/maven-pom/blob/43dd8d34421ae2dfda40b1adde404b52f3800735/asf/pom.xml#L285-L301 -->
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


[2/2] brooklyn-dist git commit: This closes #69 Exclude META-INF folder from Karaf dist

Posted by ge...@apache.org.
This closes #69 Exclude META-INF folder from Karaf dist


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

Branch: refs/heads/master
Commit: f574ec425474a815fd611d75aa05549902766282
Parents: dfcd43a e048e28
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Mon Dec 12 10:31:11 2016 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Mon Dec 12 10:31:11 2016 +0000

----------------------------------------------------------------------
 karaf/apache-brooklyn/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------