Skip to content

Commit 6db9080

Browse files
committed
work
1 parent 33d299e commit 6db9080

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,6 +1787,21 @@
17871787
<plugin>
17881788
<groupId>org.apache.maven.plugins</groupId>
17891789
<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>
17901805
</plugin>
17911806
<plugin>
17921807
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)