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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 5da3e43  Group some Java version profiles
5da3e43 is described below

commit 5da3e43c6e256cf4cda3feb2eb94261eba7150a4
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Aug 18 20:55:30 2025 -0400

    Group some Java version profiles
---
 pom.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7aab128..773e0bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1710,19 +1710,6 @@
         <commons.checkstyle.version>9.3</commons.checkstyle.version>
       </properties>
     </profile>
-    <!-- allow simple creation of the site without any optional reports -->
-    <profile>
-      <id>site-basic</id>
-      <properties>
-        <skipTests>true</skipTests>
-        <maven.javadoc.skip>true</maven.javadoc.skip>
-        <spotbugs.skip>true</spotbugs.skip>
-        <checkstyle.skip>true</checkstyle.skip>
-        <rat.skip>true</rat.skip> <!-- from version 0.12 -->
-        <jacoco.skip>true</jacoco.skip>
-        <skipSurefireReport>true</skipSurefireReport>
-      </properties>
-    </profile>
     <profile>
       <id>java-9-up</id>
         <activation>
@@ -1825,6 +1812,19 @@
         <argLine>-XX:+EnableDynamicAgentLoading</argLine>
       </properties>
     </profile>
+    <!-- allow simple creation of the site without any optional reports -->
+    <profile>
+      <id>site-basic</id>
+      <properties>
+        <skipTests>true</skipTests>
+        <maven.javadoc.skip>true</maven.javadoc.skip>
+        <spotbugs.skip>true</spotbugs.skip>
+        <checkstyle.skip>true</checkstyle.skip>
+        <rat.skip>true</rat.skip> <!-- from version 0.12 -->
+        <jacoco.skip>true</jacoco.skip>
+        <skipSurefireReport>true</skipSurefireReport>
+      </properties>
+    </profile>
     <profile>
       <!-- JMH benchmarking -->
       <id>benchmark</id>

Reply via email to