forked from Archives/Athou_commafeed
Activate production profile if skipTests defined (#269 workaround)
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user