mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
added param to allow skiping of unit test
This commit is contained in:
@@ -120,6 +120,7 @@
|
|||||||
<h2.version>1.3.174</h2.version>
|
<h2.version>1.3.174</h2.version>
|
||||||
<h2-support.version>1.5</h2-support.version>
|
<h2-support.version>1.5</h2-support.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
|
<skip.unit.test>false</skip.unit.test>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- This repository is only needed to retrieve Alfresco parent POM.
|
<!-- This repository is only needed to retrieve Alfresco parent POM.
|
||||||
@@ -850,7 +851,7 @@
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.17</version>
|
<version>2.17</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipTests>true</skipTests>
|
<skipTests>${skip.unit.test}</skipTests>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Run integration test with failsafe, with config to fail build if test failure -->
|
<!-- Run integration test with failsafe, with config to fail build if test failure -->
|
||||||
|
Reference in New Issue
Block a user