We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f4dbb commit 93317ffCopy full SHA for 93317ff
surefire-its/pom.xml
@@ -114,6 +114,7 @@
114
</includes>
115
</resource>
116
</resources>
117
+
118
<plugins>
119
<plugin>
120
<artifactId>maven-help-plugin</artifactId>
@@ -241,5 +242,18 @@
241
242
</plugins>
243
</build>
244
</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>
258
</profiles>
259
</project>
0 commit comments