Key Terminology
https://maven.apache.org/guides/
-
LifeCycles
-
Project Inheritence vs Aggregation vs Mixed
https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
- Build profile
- per Project
- per user
- Global
- Profile Descriptor (dynamically loaded in project)
https://maven.apache.org/guides/introduction/introduction-to-profiles.html
1 | # Maven Command |
Maven with Docker
Hands on to build a maven java project as a docker image
https://examples.javacodegeeks.com/devops/docker/introduction-docker-java-developers/