Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <profiles>
  2. <profile>
  3. <!-- An optional Arquillian testing profile that executes tests in a remote
  4. WildFly instance -->
  5. <!-- Run with: mvn clean test -Parq-wildfly-remote -->
  6. <id>arq-wildfly-remote</id>
  7. <dependencies>
  8. <dependency>
  9. <groupId>org.wildfly</groupId>
  10. <artifactId>wildfly-arquillian-container-remote</artifactId>
  11. <scope>test</scope>
  12. </dependency>
  13. </dependencies>
  14. </profile>
  15. </profiles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement