> > > What I do is use the reactor tag in my maven.xml file and 
> provide a 
> > > special goal ("dist-all"), as in:
> > >
> > >   <goal name="dist-all" description="Full build plus 
> prerequisites">
> > >     <property name="goal" value="dist"/>
> > >     <attainGoal name="action-prerequisites"/>
> > >   </goal>
> > >
> > >   <goal name="action-prerequisites">
> > >     <reactor:execute
> > >         basedir="${toplevelproject.dir}"
> > >         glob="mysubproject/project.xml"
> > >         goals="${goal}"
> > >         banner="bla blah"
> > >         ignoreFailures="false"
> > >     />
> > >     <attainGoal name="${goal}"/>
> > >   </goal>

Hi again,
Sorry, I'm getting a bit lost - Is there any chance you could show me a
complete sample maven.xml file?
How do I invoke maven so that maven.xml is used?
Where does ${toplevelproject.dir} get defined above?

Questions, questions, questions...

Thanks,
ct



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

Reply via email to