We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec708ee commit d4206bbCopy full SHA for d4206bb
pom.xml
@@ -247,6 +247,9 @@
247
</profile>
248
<profile>
249
<id>glassfish-remote-arquillian</id>
250
+ <activation>
251
+ <activeByDefault>true</activeByDefault>
252
+ </activation>
253
<dependencies>
254
<dependency>
255
<groupId>org.glassfish</groupId>
@@ -294,9 +297,6 @@
294
297
295
298
296
299
<id>wildfly-managed-arquillian</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
300
<properties>
301
<browser>chromium-browser</browser>
302
<serverProfile>standalone-full.xml</serverProfile>
0 commit comments