Skip to content

Commit

Permalink
[SUREFIRE-2269] Allow fail during clean in surefire-its
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 24, 2024
1 parent 7a98850 commit 305db64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions surefire-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@
</includes>
</resource>
</resources>

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<!-- workaround for SUREFIRE-2269 -->
<failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<artifactId>maven-help-plugin</artifactId>
Expand Down

0 comments on commit 305db64

Please sign in to comment.