You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/06/13 11:31:09 UTC

[activemq-artemis] branch main updated: ARTEMIS-3842 removed reference to JDK8 by retiring a whole mvn profile

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 17f99be1dd ARTEMIS-3842 removed reference to JDK8 by retiring a whole mvn profile
17f99be1dd is described below

commit 17f99be1ddabb1f8863d711add0454a027ac8b75
Author: Erwin Dondorp <er...@cgi.com>
AuthorDate: Mon Jun 13 12:54:34 2022 +0200

    ARTEMIS-3842 removed reference to JDK8 by retiring a whole mvn profile
---
 artemis-selector/pom.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml
index 20f7a860c6..d25f373868 100644
--- a/artemis-selector/pom.xml
+++ b/artemis-selector/pom.xml
@@ -49,35 +49,6 @@
       </dependency>
    </dependencies>
 
-   <profiles>
-      <profile>
-         <id>ibm-jdk8</id>
-         <activation>
-            <jdk>1.8</jdk>
-            <property>
-               <name>java.vendor</name>
-               <value>IBM Corporation</value>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-javadoc-plugin</artifactId>
-                  <configuration>
-                     <additionalparam>-Xdoclint:none</additionalparam>
-                  </configuration>
-               </plugin>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-compiler-plugin</artifactId>
-                  <configuration combine.self="override" />
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
-
    <build>
       <resources>
          <resource>