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

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


The following commit(s) were added to refs/heads/master by this push:
     new b39cd90  Add full.test profile to execute all modules and remove unit 
tests and itests by default
     new 5ba8dde  Merge pull request #622 from jbonofre/TEST_PROFILE
b39cd90 is described below

commit b39cd907fd10279b668eee7d0fac304cf23738f2
Author: jbonofre <[email protected]>
AuthorDate: Mon Mar 15 17:46:51 2021 +0100

    Add full.test profile to execute all modules and remove unit tests and 
itests by default
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0102236..fd0e4d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,6 @@
     <module>activemq-kahadb-store</module>
     <module>activemq-jdbc-store</module>
     <module>activemq-leveldb-store</module>
-    <module>activemq-unit-tests</module>
     <module>activemq-all</module>
     <module>activemq-camel</module>
     <module>activemq-console</module>
@@ -240,8 +239,6 @@
     <module>activemq-blueprint</module>
     <module>activemq-web-demo</module>
     <module>activemq-web-console</module>
-    <module>activemq-karaf-itest</module>
-    <module>activemq-itests-spring31</module>
     <module>assembly</module>
     <module>activemq-log4j-appender</module>
     <module>activemq-http</module>
@@ -1489,6 +1486,15 @@
 
   <profiles>
 
+    <profile>
+      <id>full.test</id>
+      <modules>
+        <module>activemq-unit-tests</module>
+        <module>activemq-karaf-itest</module>
+        <module>activemq-itests-spring31</module>
+      </modules>
+    </profile>
+
     <!-- If you enable this profile, the console message will have a timestamp 
-->
     <profile>
       <id>consolets</id>
@@ -1513,12 +1519,6 @@
         </plugins>
       </build>
     </profile>
-
-    <profile>
-      <id>unstable</id>
-      <modules>
-      </modules>
-    </profile>
     <profile>
       <id>apache-release</id>
       <activation>

Reply via email to