Skip to content

Commit 54fd39b

Browse files
author
Edison.Su
committed
add build-helper to remove the local repo
1 parent 0442917 commit 54fd39b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,22 @@
208208
<target>${cs.jdk.version}</target>
209209
</configuration>
210210
</plugin>
211+
<plugin>
212+
<groupId>org.codehaus.mojo</groupId>
213+
<artifactId>build-helper-maven-plugin</artifactId>
214+
<version>1.7</version>
215+
<executions>
216+
<execution>
217+
<id>remove-old-installers</id>
218+
<goals>
219+
<goal>remove-project-artifact</goal>
220+
</goals>
221+
<configuration>
222+
<removeAll>true</removeAll>
223+
</configuration>
224+
</execution>
225+
</executions>
226+
</plugin>
211227
</plugins>
212228
</pluginManagement>
213229
</build>

0 commit comments

Comments
 (0)