Updated to Git and Jenkins
This commit is contained in:
parent
5878d74772
commit
1a0d6059cd
9
pom.xml
9
pom.xml
|
@ -232,7 +232,16 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipTests>true</skipTests>
|
<skipTests>true</skipTests>
|
||||||
<exclude>**/GwtTest*.java</exclude>
|
<exclude>**/GwtTest*.java</exclude>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<!-- TODO check if needed -->
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.surefire</groupId>
|
||||||
|
<artifactId>surefire-junit47</artifactId>
|
||||||
|
<version>3.0.0M3</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- GWT Maven Plugin -->
|
<!-- GWT Maven Plugin -->
|
||||||
|
|
Loading…
Reference in New Issue