Skip to content

Commit a00d754

Browse files
committed
[pom] Fix maven clean plugin since maven didn't do it!
maven caused a defect with 3.4.1. instead of fixing it they put blame on the world, so we are all fixing it 👎
1 parent 7ec3069 commit a00d754

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)