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> </execution>
</executions> </executions>
</plugin> </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> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId> <artifactId>tidy-maven-plugin</artifactId>

Loading…
Cancel
Save