We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d299e commit 6db9080Copy full SHA for 6db9080
pom.xml
@@ -1787,6 +1787,21 @@
1787
<plugin>
1788
<groupId>org.apache.maven.plugins</groupId>
1789
<artifactId>maven-clean-plugin</artifactId>
1790
+ <executions>
1791
+ <execution>
1792
+ <id>clean-jar-artifacts</id>
1793
+ <phase>install</phase>
1794
+ <goals><goal>clean</goal></goals>
1795
+ <configuration>
1796
+ <excludeDefaultDirectories>true</excludeDefaultDirectories>
1797
+ <filesets>
1798
+ <fileset>
1799
+ <directory>target/dependency/*.jar</directory>
1800
+ </fileset>
1801
+ </filesets>
1802
+ </configuration>
1803
+ </execution>
1804
+ </executions>
1805
</plugin>
1806
1807
0 commit comments