You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/04/15 07:46:26 UTC

[maven-surefire] branch master updated: prevent from failing the IT 855 on JDK 15

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new fda1ce2  prevent from failing the IT 855 on JDK 15
fda1ce2 is described below

commit fda1ce296c69c57b793351c8b27a87cb4c0f80d0
Author: tibordigana <ti...@apache.org>
AuthorDate: Wed Apr 15 09:46:15 2020 +0200

    prevent from failing the IT 855 on JDK 15
---
 .../src/test/resources/surefire-855-failsafe-use-bundle/pom.xml        | 3 +++
 surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml  | 3 +++
 surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml  | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml b/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml
index 84a4dd2..62e2eba 100644
--- a/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml
+++ b/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml
@@ -96,6 +96,9 @@
             <version>3.8.1</version>
           </dependency>
         </dependencies>
+        <configuration>
+          <detectJavaApiLink>false</detectJavaApiLink>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
diff --git a/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml b/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml
index 894e926..6a72717 100644
--- a/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml
+++ b/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml
@@ -95,6 +95,9 @@
                   <version>3.8.1</version>
               </dependency>
           </dependencies>
+          <configuration>
+              <detectJavaApiLink>false</detectJavaApiLink>
+          </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml b/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml
index c70e206..5939884 100644
--- a/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml
+++ b/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml
@@ -96,6 +96,9 @@
                   <version>3.8.1</version>
               </dependency>
           </dependencies>
+          <configuration>
+              <detectJavaApiLink>false</detectJavaApiLink>
+          </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>