Repository: brooklyn-dist Updated Branches: refs/heads/0.10.0 fd4629d86 -> 14ccdf662
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/14ccdf66 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/14ccdf66 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/14ccdf66 Branch: refs/heads/0.10.0 Commit: 14ccdf662e24f97a985909367c8e2e4ffe75c985 Parents: fd4629d Author: Svetoslav Neykov <[email protected]> Authored: Sun Dec 11 10:18:45 2016 +0200 Committer: Svetoslav Neykov <[email protected]> Committed: Sun Dec 11 09:31:03 2016 +0000 ---------------------------------------------------------------------- karaf/apache-brooklyn/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/14ccdf66/karaf/apache-brooklyn/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/apache-brooklyn/pom.xml b/karaf/apache-brooklyn/pom.xml index 50d77f6..ec78156 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>
