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 29, 2024
1 parent d7f4dbb commit 93317ff
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,7 @@
</includes>
</resource>
</resources>

<plugins>
<plugin>
<artifactId>maven-help-plugin</artifactId>
Expand Down Expand Up @@ -241,5 +242,18 @@
</plugins>
</build>
</profile>
<profile>
<id>github</id>
<activation>
<property>
<name>env.GITHUB_ACTIONS</name>
</property>
</activation>
<properties>
<!-- workaround for SUREFIRE-2269 -->
<maven.clean.failOnError>false</maven.clean.failOnError>
<maven.clean.verbose>true</maven.clean.verbose>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 93317ff

Please # to comment.