| Author |
Build a WAR using Maven
|
Natalie Kopple
Ranch Hand
Joined: May 06, 2003
Posts: 320
|
|
I have installed the newest version of Mavin into the Eclipse using Help --> Install New Software.
I also have a pom.xml file prepared in my Java project directory.
How do I build a WAR using pom.xml? Your guidance is much appreciated.
|
 |
Joachim Rohde
Ranch Hand
Joined: Nov 27, 2006
Posts: 423
|
|
|
http://maven.apache.org/plugins/maven-war-plugin/usage.html
|
 |
Natalie Kopple
Ranch Hand
Joined: May 06, 2003
Posts: 320
|
|
Thanks Joachim.
I have found an easy way to do it. I right click on the pom.xml and select "maven package" from the list.
|
 |
 |
|
|
subject: Build a WAR using Maven
|
|
|