Adds skipTests attribute
This commit is contained in:
parent
afff1c57a0
commit
1f48db7994
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue