I am trying to convert an existing and convoluted project at work to Maven 2
from an existing Ant build script.  I'm starting to get the hang of breaking
one large project into multiple small projects (i.e. one artifact per
project), but I'm running into the following issue.  I create three projects
(we'll call them jar, war, ear) and then I call them in order from a parent
POM.  Each module depends on the one before it (war depends on jar, and ear
depends on war).  What I'm trying to do is build one ear file from the three
projects.  I'm a bit confused, however, since the ant script uses wlcompile,
wlappc, etc. to build the script and pre-compile the jsp code.  Finally, my
question...Can someobody please provide me a sample POM that uses the
weblogic plugin and calls these tasks so that I can see how it's used?  The
documentation on the plugin is less then enlightening and I'm running in
circles over what, I hope, is a trivial issue.  If I could see a working POM
file that uses this plugin that would help me out a lot.  Thank you in
advance!

--MJ
--
View this message in context: 
http://www.nabble.com/-m2-Weblogic-J2EE-Plugin-t1408033.html#a3791766
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to