Skip to content

Commit 430c678

Browse files
authored
Merge pull request #1320 from hazendaz/master
[pom] Fix maven clean plugin since maven didn't do it!
2 parents 7ec3069 + a00d754 commit 430c678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eclipse/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-clean-plugin</artifactId>
9999
<version>3.5.0</version>
100+
<configuration>
101+
<force>true</force>
102+
</configuration>
100103
</plugin>
101104
<plugin>
102105
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)