Skip to content

Commit 93317ff

Browse files
[SUREFIRE-2269] Allow fail during clean in surefire-its
1 parent d7f4dbb commit 93317ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

surefire-its/pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
</includes>
115115
</resource>
116116
</resources>
117+
117118
<plugins>
118119
<plugin>
119120
<artifactId>maven-help-plugin</artifactId>
@@ -241,5 +242,18 @@
241242
</plugins>
242243
</build>
243244
</profile>
245+
<profile>
246+
<id>github</id>
247+
<activation>
248+
<property>
249+
<name>env.GITHUB_ACTIONS</name>
250+
</property>
251+
</activation>
252+
<properties>
253+
<!-- workaround for SUREFIRE-2269 -->
254+
<maven.clean.failOnError>false</maven.clean.failOnError>
255+
<maven.clean.verbose>true</maven.clean.verbose>
256+
</properties>
257+
</profile>
244258
</profiles>
245259
</project>

0 commit comments

Comments
 (0)