You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2018/11/09 06:17:58 UTC

[1/2] guacamole-client git commit: GUACAMOLE-656: Explicitly depend on maven-surefire-plugin 3.0.0-M1 due to SUREFIRE-1588.

Repository: guacamole-client
Updated Branches:
  refs/heads/staging/1.0.0 c0008aed6 -> 4d858451c


GUACAMOLE-656: Explicitly depend on maven-surefire-plugin 3.0.0-M1 due to SUREFIRE-1588.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/95b5fdcc
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/95b5fdcc
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/95b5fdcc

Branch: refs/heads/staging/1.0.0
Commit: 95b5fdccdcb30a6950dd040202d730b6a2085c6b
Parents: c0008ae
Author: Michael Jumper <mj...@apache.org>
Authored: Thu Nov 8 22:05:21 2018 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Nov 8 22:09:35 2018 -0800

----------------------------------------------------------------------
 extensions/guacamole-auth-ldap/pom.xml         | 7 +++++++
 extensions/guacamole-auth-quickconnect/pom.xml | 7 +++++++
 extensions/guacamole-auth-totp/pom.xml         | 7 +++++++
 guacamole-common/pom.xml                       | 7 +++++++
 guacamole-ext/pom.xml                          | 7 +++++++
 5 files changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/extensions/guacamole-auth-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-ldap/pom.xml b/extensions/guacamole-auth-ldap/pom.xml
index 6872f6a..22d59bd 100644
--- a/extensions/guacamole-auth-ldap/pom.xml
+++ b/extensions/guacamole-auth-ldap/pom.xml
@@ -121,6 +121,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin (https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/extensions/guacamole-auth-quickconnect/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-quickconnect/pom.xml b/extensions/guacamole-auth-quickconnect/pom.xml
index e90bef1..8acf5f6 100644
--- a/extensions/guacamole-auth-quickconnect/pom.xml
+++ b/extensions/guacamole-auth-quickconnect/pom.xml
@@ -172,6 +172,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin (https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/extensions/guacamole-auth-totp/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-totp/pom.xml b/extensions/guacamole-auth-totp/pom.xml
index 5d8bc45..d34db07 100644
--- a/extensions/guacamole-auth-totp/pom.xml
+++ b/extensions/guacamole-auth-totp/pom.xml
@@ -201,6 +201,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin (https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/guacamole-common/pom.xml
----------------------------------------------------------------------
diff --git a/guacamole-common/pom.xml b/guacamole-common/pom.xml
index 1296f28..219d694 100644
--- a/guacamole-common/pom.xml
+++ b/guacamole-common/pom.xml
@@ -125,6 +125,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin (https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/guacamole-ext/pom.xml
----------------------------------------------------------------------
diff --git a/guacamole-ext/pom.xml b/guacamole-ext/pom.xml
index 9b76aa1..e123b9f 100644
--- a/guacamole-ext/pom.xml
+++ b/guacamole-ext/pom.xml
@@ -131,6 +131,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin (https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 


[2/2] guacamole-client git commit: GUACAMOLE-656: Merge maven-surefire-plugin build fix.

Posted by jm...@apache.org.
GUACAMOLE-656: Merge maven-surefire-plugin build fix.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/4d858451
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/4d858451
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/4d858451

Branch: refs/heads/staging/1.0.0
Commit: 4d858451c9e8029d58e29adcb4f87b6749f35ed9
Parents: c0008ae 95b5fdc
Author: James Muehlner <ja...@guac-dev.org>
Authored: Thu Nov 8 22:16:58 2018 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Thu Nov 8 22:16:58 2018 -0800

----------------------------------------------------------------------
 extensions/guacamole-auth-ldap/pom.xml         | 7 +++++++
 extensions/guacamole-auth-quickconnect/pom.xml | 7 +++++++
 extensions/guacamole-auth-totp/pom.xml         | 7 +++++++
 guacamole-common/pom.xml                       | 7 +++++++
 guacamole-ext/pom.xml                          | 7 +++++++
 5 files changed, 35 insertions(+)
----------------------------------------------------------------------