On 17 December 2013 11:45, Stephen Connolly <[email protected] > wrote:
> Nope no feature request. It would be rejected.
Actually It would be nice to have a configuration like this:
<profile>
<id>disable-test</id>
<activation>
<property>
<name>${pom.groupId}.${pom.artifactId}.maven.test.skip</name>
</property>
</activation>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
</profile>
What do you think about this? :)
