Skip to content

Commit d4206bb

Browse files
committed
Changing the default profile to wildfly-remote-arquillian
1 parent ec708ee commit d4206bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@
247247
</profile>
248248
<profile>
249249
<id>glassfish-remote-arquillian</id>
250+
<activation>
251+
<activeByDefault>true</activeByDefault>
252+
</activation>
250253
<dependencies>
251254
<dependency>
252255
<groupId>org.glassfish</groupId>
@@ -294,9 +297,6 @@
294297
</profile>
295298
<profile>
296299
<id>wildfly-managed-arquillian</id>
297-
<activation>
298-
<activeByDefault>true</activeByDefault>
299-
</activation>
300300
<properties>
301301
<browser>chromium-browser</browser>
302302
<serverProfile>standalone-full.xml</serverProfile>

0 commit comments

Comments
 (0)