That used to work before rc3, but you can no longer
change the property with j:set, see:
http://jira.codehaus.org/browse/MAVEN-1251

--- "Jefferson K. French" <[EMAIL PROTECTED]> wrote:
> It's valid for the rest of the build, so if you want
> to do something
> afterwards for all subprojects, adding:
> 
>   <j:set var="maven.multiproject.excludes"
> value=""/>
> 
> after the multiproject:site should work.
> 
>   Jeff
> 
> On Tue, 15 Jun 2004, at 18:02:01 [GMT +0200] Michael
> Mattox wrote:
> 
> > If you do that is the j:set valid only during the
> goal or is it set for the
> > rest of the build??
> 
> > Michael
> 
> >> -----Message d'origine-----
> >> De : Jefferson K. French
> [mailto:[EMAIL PROTECTED]
> >> Envoyé : mardi 15 juin 2004 17:22
> >> À : Maven Users List
> >> Objet : Re: Excludes in multiproject
> >>
> >>
> >> How about something like this:
> >>
> >>   <goal name="gensite">
> >>     <j:set var="maven.multiproject.excludes"
> >>           
> value="client-ejb.jar/project.xml,foo/project.xml"/>
> >>     <attainGoal name="multiproject:site"/>
> >>   </goal>
> >>
> >>   Jeff
> >>
> >> On Tue, 15 Jun 2004, at 08:54:35 [GMT +0200] Jörg
> Schaible wrote:
> >>
> >> > Hi folks,
> >>
> >> > what is the best way to exclude some
> subprojects from the site
> >> generation, but nor from the other goals? I
> separated some of my
> >> subprojects into a "main" part and a
> "sublementatry" part to generate
> >> > the different artifacts (e.g. the
> client-ejb.jar), but it does
> >> not make sense to have anything of it in the site
> documentation.
> >>
> >> > Regards,
> >> > Jörg
> >>
> >> --
> >> mailto:[EMAIL PROTECTED]
> >>
> >>
> >>
> 
> 
> > --
> > This E-mail is confidential.  It may also be
> legally privileged.  If you are
> > not the addressee you may not copy, forward,
> disclose or use any part of it.
> > If you have received this message in error, please
> delete it and all copies
> > from your system and notify the sender immediately
> by return E-mail.
> > Internet communications cannot be guaranteed to be
> timely, secure, error or
> > virus-free.  The sender does not accept liability
> for any errors or omissions.
> 
> 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> -- 
> mailto:[EMAIL PROTECTED]
> 
> 
> 
>
---------------------------------------------------------------------
> 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