Skip to main content

Project 005 Maven Sample

Updated Jan 22, 2021 ·

Overview​

This is the Maven sample application used by related build, Jenkins, and deployment labs.

The nested .git repository from the original project was intentionally not copied.

Structure​

PathPurpose
pom.xmlParent Maven project file.
serverJava server module.
webappWeb application module.

Build​

mvn clean package

Generated Maven outputs are ignored by the local .gitignore.