You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/01/08 01:13:32 UTC

[cxf] branch master updated: Removing Maven profile to run tests using any JDK

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new bfc509c  Removing Maven profile to run tests using any JDK
bfc509c is described below

commit bfc509c206d67124d3f0ae46cea6963cabb8f3ca
Author: reta <dr...@gmail.com>
AuthorDate: Thu Jan 7 20:13:10 2021 -0500

    Removing Maven profile to run tests using any JDK
---
 parent/pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1fc5ef6..b26fa35 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2386,26 +2386,5 @@
                 <cxf.surefire.fork.vmargs>-ea --add-opens java.base/java.lang=ALL-UNNAMED</cxf.surefire.fork.vmargs>
             </properties>
         </profile>
-        <profile>
-            <id>test-on-jdk</id>
-            <activation>
-                <property>
-                    <name>test-on</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <jdkToolchain>
-                                <version>${test-on}</version>
-                            </jdkToolchain>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 </project>