I just returned from overseas so as soon as I catch up on some sleep I will
update this issue.  There are samples posted on the Codehaus website but let
me try and understand more of what you are trying to do and see if I can
come up with a sample.  It looks like you are needing more of the base maven
plugins rather than the weblogic plugin.  The weblogic plugin is to be used
after you have assembled each artifact and want to compile and deploy those
artifacts.  The base maven plugins (jar, ear, war, etc) should be used first
to assemble your artifacts.

More after a few hours shuteye.....

Scott Ryan
Chief Technology Officer
Soaring Eagle L.L.C.
[EMAIL PROTECTED]
www.soaringeagleco.com
(303) 263-3044

-----Original Message-----
From: Konstantin Polyzois [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 08, 2006 4:14 AM
To: Maven Users List
Subject: Re: [m2] Weblogic J2EE Plugin


Are you sure the plugin is for maven 2?
/Konstantin

On 4/6/06, mjohnsonaz74 <[EMAIL PROTECTED]> wrote:
>
>
> 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]
>
>



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

Reply via email to