From 5305c5579d7f9151c5b913cc20ae1b4fca381db2 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 10 Dec 2015 10:55:56 +0100 Subject: [PATCH 1/1] Make karaf-empty a POM package opendaylight-karaf-empty is currently a (default) JAR package, which causes maven-install-plugin to try to install a JAR at all costs. It ends up copying pom.xml to opendaylight-karaf-empty-....jar which breaks anything then processing the JARs and expecting them to be valid (e.g. for signing). Declaring that opendaylight-karaf-empty is a POM package still produces the Karaf distributions along with the POM, but avoids generating an invalid JAR. Change-Id: I766acd4fd12002a05968b286a5290461c409c92e Signed-off-by: Stephen Kitt --- karaf/opendaylight-karaf-empty/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/karaf/opendaylight-karaf-empty/pom.xml b/karaf/opendaylight-karaf-empty/pom.xml index b069acf881..d3f0916b09 100644 --- a/karaf/opendaylight-karaf-empty/pom.xml +++ b/karaf/opendaylight-karaf-empty/pom.xml @@ -11,6 +11,7 @@ opendaylight-karaf-empty 1.6.0-SNAPSHOT ${project.artifactId} + pom 3.1.1 -- 2.36.6