Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit c9fd5a5

Browse files
stepanvMarek Potociar
authored andcommitted
Aligned back with standard maven 'skipTests' property functionality which makes the maven-surefire-plugin (and also maven-failsafe-plugin) skip tests execution.
Change-Id: Ib173604e8d9a1f186e68f1e744d4731ee4d23d23
1 parent bd47559 commit c9fd5a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,12 @@
689689
<id>testsSkip</id>
690690
<activation>
691691
<activeByDefault>false</activeByDefault>
692+
<!-- this is how to align back with maven standards where property 'skipTests' makes maven-surefire-plugin
693+
(and also maven-failsafe-plugin) skip tests execution -->
694+
<property>
695+
<name>skipTests</name>
696+
<value>true</value>
697+
</property>
692698
</activation>
693699
<properties>
694700
<skip.release.tests>-Dmaven.test.skip=true -Dskip.tests=true</skip.release.tests>

0 commit comments

Comments
 (0)