From: Stephen Kitt Date: Fri, 11 Sep 2015 15:48:08 +0000 (+0200) Subject: Future-proof the dummy JAR construction X-Git-Tag: release/beryllium~285 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=bad10e054eb7250fd0226f86a6ae0abd9d004a40 Future-proof the dummy JAR construction The shade plugin needs a JAR, and the contents of the project contribute to a standard JAR rather than a test JAR. Add a JAR goal to the maven-jar-plugin so the shade plugin can find its artifact (otherwise the build breaks with forthcoming version upgrades). Change-Id: If4853eb81208134d536040de8e6e934b38ef762f Signed-off-by: Stephen Kitt --- diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index ac8190573b..32505afc8e 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -133,6 +133,7 @@ + jar test-jar