How do I build a J2EE EAR file in RAD using Maven?
Posted
by Stevie
on Stack Overflow
See other posts from Stack Overflow
or by Stevie
Published on 2010-04-14T18:30:01Z
Indexed on
2010/04/14
18:33 UTC
Read the original article
Hit count: 314
Using Rational Application Developer to create a J2EE application, I create a project for my EAR and a project for my WAR - following the usual project structure created by RAD.
So, how do I create a Maven build file that builds the EAR with the WAR inside, etc - ready to deploy. Build needs to work when kicked-off from Hudson.
© Stack Overflow or respective owner