Updated to Git and Jenkins

master
Giancarlo Panichi 4 years ago
parent 5878d74772
commit 1a0d6059cd

@ -232,7 +232,16 @@
<configuration>
<skipTests>true</skipTests>
<exclude>**/GwtTest*.java</exclude>
</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>
<!-- GWT Maven Plugin -->

Loading…
Cancel
Save