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 <[email protected]> Authored: Sun Dec 11 10:18:45 2016 +0200 Committer: Svetoslav Neykov <[email protected]> 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>
