Skip to content

Commit a349b01

Browse files
committed
Remove Failsafe plugin config in AWT testing
The plugin shouldn't be defined and disabled, it will be automatically enabled by the profile. Fixes quarkusio#43997
1 parent 123ea8e commit a349b01

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

integration-tests/awt/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,6 @@
161161
<reuseForks>false</reuseForks>
162162
</configuration>
163163
</plugin>
164-
<plugin>
165-
<artifactId>maven-failsafe-plugin</artifactId>
166-
<configuration>
167-
<skip>true</skip>
168-
</configuration>
169-
</plugin>
170164
</plugins>
171165
</build>
172166

0 commit comments

Comments
 (0)