Disable creating reduced netconf-testtol pom 17/101717/5
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:21 +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>
netconf/tools/netconf-testtool/pom.xml

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