From: Robert Varga Date: Mon, 27 Apr 2020 13:34:55 +0000 (+0200) Subject: Add sources to shaded-exificient X-Git-Tag: release/aluminium~101 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8cdfad793c63f870c44c7db717529cf59dbd5b21;p=netconf.git Add sources to shaded-exificient Our shaded-exificient does not contain a source attachment, fix that. Change-Id: I5743c31266817dbaa71e46af30e5ab24c11b232d Signed-off-by: Robert Varga --- diff --git a/netconf/shaded-exificient/pom.xml b/netconf/shaded-exificient/pom.xml index 807cb317a5..166ce152c7 100644 --- a/netconf/shaded-exificient/pom.xml +++ b/netconf/shaded-exificient/pom.xml @@ -26,6 +26,9 @@ true true + + + true @@ -62,6 +65,18 @@ ${project.build.directory}/classes + + unpack-sources + generate-sources + + unpack-dependencies + + + sources + shaded-exificient-jar + ${project.build.directory}/shaded-sources + + @@ -69,13 +84,13 @@ build-helper-maven-plugin - generate-sources + prepare-package add-source - ${project.build.directory}/generated-sources + ${project.build.directory}/shaded-sources