Disable creating reduced netconf-testtol pom 11/101811/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:53:20 +0000 (14:53 +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 5d4c5641a38b11dfd3465a676818285075988209..d31cce1c217cb5dd4a9b53e8decb3f28abafe64b 100644 (file)
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <configuration></configuration>
+                <configuration>
+                    <createDependencyReducedPom>false</createDependencyReducedPom>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>