Store dependency-reduced-pom.xml in the target directory

master
Graham 5 years ago
parent 9f0f73aabb
commit 208a370af8
  1. 7
      pom.xml

@ -227,6 +227,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId>

Loading…
Cancel
Save