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