Adds skipTests attribute

This commit is contained in:
Thai Nguyen 2016-07-09 15:32:08 +07:00
parent afff1c57a0
commit 1f48db7994
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<properties>
<skipTests>true</skipTests>
<cxf.version>3.1.6</cxf.version>
</properties>
<dependencies>
@ -34,7 +35,7 @@
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<phase>process-test-classes</phase>
<phase>test</phase>
<goals>
<goal>java</goal>
</goals>