Alternatively, the user can just navigate to the desired module's directory
and do a 'mvn clean install' from there.  Then you have the option of
building everything at once, or building one at a time.


Patrick

On Jan 18, 2008 3:53 PM, Wayne Fay <[EMAIL PROTECTED]> wrote:

> You don't do this with goals. Use <profiles> for this purpose. You
> will need to remove all the <modules> from your pom and then redeclare
> them in the various <profiles>.
>
> Wayne
>
> On 1/18/08, Neeraj Joshi <[EMAIL PROTECTED]> wrote:
> > Hi All,
> > I am a maven newbie so forgive my ignorance.
> >  I am migrating my ANT build to a maven one.
> > In my ANT build I have several high-level targets like build_all,
> > build_runtime, build_editor etc which built a subset of the projects
> >
> > Now in maven I have converted the projects to modules and I want the
> user
> > to specify which modules should be processed
> >
> > I was trying to figure out how to do that using maven goals?
> > Any tips/ references?
> >
> > Thanks in advance!
> > Neeraj
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to