I am using the following profile

<profiles>
<profile>
<id>documentation</id>
<activation>
<property>
<name>!skipDocs</name>
</property>
</activation>
<modules>
<module>documentation</module>
</modules>
</profile>
</profiles>

However, since the switch to maven3 this does not worka anymore and "mvn -DskipDocs install" will still include the "documentation" module.
Do I have to do something different to make this work in maven3?

Thanks for the help,
Joachim

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

Reply via email to