Give different samples on the Micro Profile :
- Canonical Simplest sample using JAX-RS 2.0 / CDI 1.2 / JSon-P 1.0
- Swagger Adding Swagger to the canonical sample
These examples use Arquillian Tests. By default, Arquillian uses WildFly embedded, but other forms of containers can also be plugged in.
mvn clean test -P arquillian-wildfly-managedtests against an embedded WildFlymvn clean test -P arquillian-wildfly-remotetests against a running WildFlymvn clean test -P arquillian-tomee-managedtests against an embedded Apache TomEEmvn clean test -P arquillian-tomee-remotetests against a remote Apache TomEE