The purpose of this sample is to show you how to integration test a RESTful Web Service and check that your URIs are nicelly expressive
Being Maven centric, you can compile and package it with mvn clean compile
, mvn clean package
or mvn clean install
.
The purpose of this sample is to execute integration tests. So to execute it you can run :
mvn integration-test
: this will execute integration testsCustomerRestServiceIT
antonio goncalves