Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 716 Bytes

readme.asciidoc

File metadata and controls

17 lines (14 loc) · 716 Bytes

Java EE 7 Simple Sample Testsuite

This is the test workspace for Java EE 7 Simple Sample.

  1. Configure local Nexus repository.

  2. Deploy a SNAPSHOT or RELEASE to WildFly as defined in javaee7-simple-sample project.

  3. Change nexus-repo property to match the host/port for the Nexus repository.

  4. Change javaee7-sample-app-version to match the SNAPSHOT or RELEASE version.

  5. Run smoke tests as mvn test -P smoketest

  6. Run full tests as mvn test -P fulltest