53 lines
1.4 KiB
Diff
53 lines
1.4 KiB
Diff
diff --git a/g2-java-client/pom.xml b/g2-java-client/pom.xml
|
|
index c59e312..f9b79f6 100644
|
|
--- a/g2-java-client/pom.xml
|
|
+++ b/g2-java-client/pom.xml
|
|
@@ -92,6 +92,14 @@
|
|
|
|
<build>
|
|
<plugins>
|
|
+ <plugin>
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
+ <version>2.14.1</version>
|
|
+ <configuration>
|
|
+ <skipTests>true</skipTests>
|
|
+ </configuration>
|
|
+ </plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
@@ -132,4 +140,4 @@
|
|
</build>
|
|
|
|
|
|
-</project>
|
|
\ No newline at end of file
|
|
+</project>
|
|
diff --git a/g3-java-client/pom.xml b/g3-java-client/pom.xml
|
|
index 6654b6a..b040738 100644
|
|
--- a/g3-java-client/pom.xml
|
|
+++ b/g3-java-client/pom.xml
|
|
@@ -100,6 +100,14 @@
|
|
|
|
<build>
|
|
<plugins>
|
|
+ <plugin>
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
+ <version>2.14.1</version>
|
|
+ <configuration>
|
|
+ <skipTests>true</skipTests>
|
|
+ </configuration>
|
|
+ </plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
@@ -140,4 +148,4 @@
|
|
</build>
|
|
|
|
<version>2.0.0</version>
|
|
-</project>
|
|
\ No newline at end of file
|
|
+</project>
|