I'm new to Maven but I'm hooked on what it offers. How do I take a webapp and have Maven package the webapp as a deployable WAR? Additionally, can I set up Maven to automatically version the builds?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here is an example from the getting started guide:
|
|||
|
|
|
Change to the project's directory and type: mvn clean package target/my-webapp.war is built |
|||
|
|