Sample Maven app that has Jetty as a dependency, demonstrating the Apcera Platform built-in Java stager's ability to use Maven for dependency management.
To create the app, perform the following:
cd example-java-jetty
apc app create example-java-jetty-app
Next, start the app as follows:
apc app start example-java-jetty-app
Navigate to the URL provided from the app staging process to view the output page.