Skip to content

Commit ad0a268

Browse files
committed
Enabling WildFly managed profile as default
1 parent f8acc00 commit ad0a268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@
294294
</profile>
295295
<profile>
296296
<id>wildfly-managed-arquillian</id>
297-
<!-- <activation>
297+
<activation>
298298
<activeByDefault>true</activeByDefault>
299-
</activation>-->
299+
</activation>
300300
<properties>
301301
<browser>chromium-browser</browser>
302302
<serverProfile>standalone-full.xml</serverProfile>

0 commit comments

Comments
 (0)