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

Reply via email to