|
@@ -78,7 +78,6 @@
|
|
|
<arguments>build-prod</arguments>
|
|
<arguments>build-prod</arguments>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</execution>
|
|
</execution>
|
|
|
- <!-- TODO: Use this for testing and make it skippable:
|
|
|
|
|
<execution>
|
|
<execution>
|
|
|
<id>run tests</id>
|
|
<id>run tests</id>
|
|
|
<phase>test</phase>
|
|
<phase>test</phase>
|
|
@@ -87,9 +86,9 @@
|
|
|
</goals>
|
|
</goals>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<arguments>test</arguments>
|
|
<arguments>test</arguments>
|
|
|
|
|
+ <skip>${skipTests}</skip>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</execution>
|
|
</execution>
|
|
|
- -->
|
|
|
|
|
</executions>
|
|
</executions>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
<plugin>
|
|
<plugin>
|