Activate production profile if skipTests defined (#269 workaround)

This commit is contained in:
Skylot
2013-06-09 10:27:33 +04:00
parent 703fd91856
commit 0bde2aee75

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>