This is a small snippet meant to be a minimal boilerplate setup to provide a simple starting point for developers who want to build something against the Nesstar API. You can find more information about the Nesstar API at the Nesstar API homepage.
The included junit tests use the publicly available Nesstar server Nesstar Demo
Nesstar API documentation can be fetched from our Nexus server or browsed online at http://nesstar-dev.nsd.uib.no/javadoc/com.nesstar/nesstar-api/latest
Issuing the command
$ mvn test
In the root folder of the project should resolve and download all dependencies, compile and run the API demo tests.
Have Fun!