From: Peter Suna Date: Mon, 4 Jul 2022 11:29:06 +0000 (+0200) Subject: Disable creating reduced netconf-testtol pom X-Git-Tag: v4.0.0~21 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=commitdiff_plain;h=c83d51f95b5de398dda926edc17fcda273588ae2 Disable creating reduced netconf-testtol pom When dependency reduced pom for netconf-testtool is generated, it gets overridden with scale-util pom. Fix that by disabling creating reduced dependency pom. https://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#createDependencyReducedPom JIRA: NETCONF-884 Change-Id: Iea5269782261d2d550cb534fa405ec0fadaced46 Signed-off-by: Peter Suna --- diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index 36ae46df4a..97b71ba044 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -175,7 +175,9 @@ org.apache.maven.plugins maven-shade-plugin - + + false +