https://github.com/berlam/maven-war-basic
A simple example for building a web archive with minimal setup
https://github.com/berlam/maven-war-basic
maven reactor war
Last synced: 9 months ago
JSON representation
A simple example for building a web archive with minimal setup
- Host: GitHub
- URL: https://github.com/berlam/maven-war-basic
- Owner: berlam
- Created: 2018-01-10T13:02:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T13:32:57.000Z (over 8 years ago)
- Last Synced: 2025-10-05T10:52:49.936Z (9 months ago)
- Topics: maven, reactor, war
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
maven-war-basic
===============
Understanding maven reactor order can get confusing. This is to help beginners to start with the maven war plugin.
You do not have to execute `mvn clean install` everytime. Just build it with `mvn -pl -am :child1 package`.