That's perfect, I have added a profile and look for a property called
skipAssembly... I'm going to check the wiki and see where to put info
on it. Once I update the doco, I'll commit it.

-Wes

On Thu, Apr 23, 2009 at 2:02 PM, Wendy Smoak <wsm...@gmail.com> wrote:
> On Thu, Apr 23, 2009 at 10:53 AM, Musachy Barroso <musa...@gmail.com> wrote:
>> The easiest thing we can do is to keep everything in by default, so
>> releases are easy. And just add a profile that excludes assembly, that
>> should work for everyone.
>
> If it's in the list of modules in the default build, you can't get rid
> of it by putting something in a profile.  Try something like...
>
> <profile>
>  <activation>
>    <property>
>      <name>!quick</name>
> ...
>     <module>assembly</module>
> ...
>
> This activates on the absence of the 'quick' property, so that "mvn
> install" will include this module.
>
> To exclude the assembly module, activate the profile:  mvn install -Dquick
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>
>



-- 
Wes Wannemacher
Author - Struts 2 In Practice
Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
http://www.manning.com/wannemacher

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to