This is the test workspace for Java EE 7 Simple Sample.
-
Configure local Nexus repository.
-
Deploy a SNAPSHOT or RELEASE to WildFly as defined in javaee7-simple-sample project.
-
Change
nexus-repoproperty to match the host/port for the Nexus repository. -
Change
javaee7-sample-app-versionto match the SNAPSHOT or RELEASE version. -
Run smoke tests as
mvn test -P smoketest -
Run full tests as
mvn test -P fulltest