Disable creating reduced netconf-testtol pom 10/101810/1
authorPeter Suna <peter.suna@pantheon.tech>
Mon, 4 Jul 2022 11:29:06 +0000 (13:29 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 12 Jul 2022 14:52:28 +0000 (14:52 +0000)
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 <peter.suna@pantheon.tech>
(cherry picked from commit c83d51f95b5de398dda926edc17fcda273588ae2)

netconf/tools/netconf-testtool/pom.xml

index c1c3615b56efba98cac15a6ba69494b555deeddd..eab37e0b4237e4f903785c74891341cf1e95f177 100644 (file)
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <configuration></configuration>
+                <configuration>
+                    <createDependencyReducedPom>false</createDependencyReducedPom>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>