What I'm wondering is, if currently I have 6 lines of ant code that (as
per the standard ejb task in ant) recursively finds all the deployment
descriptors and builds the ejbs into a specified directory.

These ejbs aren't stand alone projects either (as you mention below).

How does this work with maven 2?  Is there an example of building a web
app project with many ejbs?  Will this be one parent with dependencies
on 10 - 15 child projects?

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 01, 2006 2:17 PM
To: Maven Users List
Subject: Re: EJB Building

I don't know what exactly you're looking for as a response here, EJ.
My organization has a variety of EJBs (and Libs, Wars, etc) all being
built by M2 with dependencies across modules etc.

Realistically you should just take a day or two and just convert 2 or
3 of your EJB projects to Maven2 to see how it works. The poms should
be pretty simple assuming you aren't doing anything terribly complex
in your Ant scripts.

Wayne

On 11/1/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Is there some place where I can see how maven 2 expects to build ejbs?
>
> In an active project here, we have about 10 - 15 ejbs building via
ant.
> Each ejb is in its own directory.
>
> How would something like this work in Maven 2?
>
>

---------------------------------------------------------------------
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