Skip kotlin-maven-plugin-test tests if "skipTests" property is defined

"mvn -DskipTests ..." or "mvn -DskipTests=true ..." should not invoke
any tests
This commit is contained in:
Alexander Udalov
2017-03-20 10:35:56 +03:00
parent 132393cc64
commit 4273357adf
@@ -99,6 +99,10 @@
<id>noTest</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>skipTests</name>
<value>true</value>
</property>
</activation>
</profile>
</profiles>