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
| Path | Purpose |
|---|---|
pom.xml | Parent Maven project file. |
server | Java server module. |
webapp | Web application module. |
Build
mvn clean package
Generated Maven outputs are ignored by the local .gitignore.