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

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


The following commit(s) were added to refs/heads/main by this push:
     new f6415f600b Remove unnecessary test profiles from pom.xml and 
consolidate performance/load test exclusions (#1692)
f6415f600b is described below

commit f6415f600bf26424375fbd775cb3f002b4b56b08
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Feb 18 10:51:31 2026 +0100

    Remove unnecessary test profiles from pom.xml and consolidate 
performance/load test exclusions (#1692)
---
 activemq-unit-tests/pom.xml | 24 ------------------------
 pom.xml                     |  6 ++++++
 2 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index d9b8a26d2a..68955145d1 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -574,30 +574,6 @@
     </plugins>
   </build>
   <profiles>
-    <profile>
-      <id>activemq.tests-all</id>
-      <activation>
-        <property>
-          <name>activemq.tests</name>
-          <value>all</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <excludes combine.children="append">
-                <!-- These are performance tests and take too long to run -->
-                <exclude>**/perf/*</exclude>
-                <!-- These are load tests and take too long to run -->
-                <exclude>**/load/*</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
     <profile>
       <id>activemq.tests-sanity</id>
       <activation>
diff --git a/pom.xml b/pom.xml
index 5197a7f16d..eb9d6f3ed6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -979,6 +979,12 @@
                 
<org.apache.activemq.kahaDB.files.skipMetadataUpdate>true</org.apache.activemq.kahaDB.files.skipMetadataUpdate>
             </systemPropertyVariables>
             <argLine>-enableassertions ${surefire.argLine} 
${maven.surefire.allow.securitymanager}</argLine>
+
+            <!-- These are performance/load tests and take too long to run -->
+            <excludes combine.children="append">
+              <exclude>**/perf/*</exclude>
+              <exclude>**/load/*</exclude>
+            </excludes>
           </configuration>
         </plugin>
         <plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to