Thanks, that was it! It works now.

Am Mon, 2003-07-07 um 14.44 schrieb Mark H. Wilkinson:
> On Mon, 2003-07-07 at 13:20, Kristine Weissbarth wrote:
> > hi,
> > in my project I'm using the reactor to automatically build the 2
> > subprojects.
> > 
> > project
> >   |-subproject1
> >   |-subproject2
> >   |-maven.xml
> >   |-project.xml
> > 
> > The reactor properly finds and builds the subprojects and deploys them
> > but the project itself is not deployed.
> 
> That would be because you're using the reactor to run site:deploy in the
> subprojects:
> 
> >     <maven:reactor
> >       basedir="${basedir}"
> >       includes="framework/src/project.xml,glcr/webapp/src/project.xml"
> >       banner="Building site"
> >       goals="clean,jar:install,site:deploy"
> >       postProcessing="true"
> >       ignoreFailures="true"
> >     />    
> 
> but you're (defaulting, at least) to running just 'site' in the
> top-level project:
> 
> > <?xml version="1.0" encoding="ISO-8859-1"?>
> > 
> > <project
> >   default="site"
> >   xmlns:j="jelly:core"
> >   xmlns:maven="jelly:maven"
> 
> Try 'maven site:deploy' from the top level.
> 
> -Mark.
> 


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

Reply via email to