From a740ebb4e83668a2a41e9facb4632d8379258df7 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 10 Jun 2016 17:48:54 +0200 Subject: [PATCH] Stop building test-jar for sal-dummy-distributed-datastore Newer versions of maven-jar-plugin no longer support multiple outputs with the same classifier, so the dual "jar" and "test-jar" goals here cause an error. Since test-jar ends up being empty, and it isn't used anywhere else, this patch simply drops the maven-jar-plugin configuration so it only builds a standard JAR (and the shaded all-in-one). Change-Id: Iadc3def3df2f4ff1e9ac647c538b9fe2c4001ca4 Signed-off-by: Stephen Kitt --- .../md-sal/sal-dummy-distributed-datastore/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index 0ea13fad68..fc790d94c1 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -127,18 +127,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - - - - jar - test-jar - - - - org.jacoco jacoco-maven-plugin -- 2.36.6