Merge pull request #275 from skylot/master

Activate production profile if skipTests defined (#269 workaround)
This commit is contained in:
Athou
2013-06-09 00:50:21 -07:00

View File

@@ -415,6 +415,11 @@
</profile> </profile>
<profile> <profile>
<id>prod</id> <id>prod</id>
<activation>
<property>
<name>skipTests</name>
</property>
</activation>
<properties> <properties>
<timestamp>${maven.build.timestamp}</timestamp> <timestamp>${maven.build.timestamp}</timestamp>
<production>true</production> <production>true</production>