-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
587 additions
and
1,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
To run the tests you can use either a remote or managed jboss instance. | ||
To run the tests you can use either a remote or managed JBoss AS 7 or embedded Jetty instance | ||
|
||
To use a managed instance set the JBOSS_HOME environment variable and run | ||
To use a managed JBoss AS instance set the JBOSS_HOME environment variable and run | ||
|
||
mvn install -Pjbossas-managed-6 | ||
mvn clean verify -Darquillian=jbossas-managed-7 | ||
|
||
To use a remote jboss instance start jboss and then run | ||
To use a remote JBoss AS instance start it and then run | ||
|
||
mvn clean verify -Darquillian=jbossas-remote-7 | ||
|
||
To run the embedded Jetty tests with Hibernate run | ||
|
||
mvn clean verify -Darquillian=jetty-embedded-7-hibernate | ||
|
||
To run the embedded Jetty tests with OpenJPA run | ||
|
||
mvn clean verify -Darquillian=jetty-embedded-7-openjpa | ||
|
||
mvn install -Pjbossas-remote-6 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.