An open API service indexing awesome lists of open source software.

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

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`.