Merge pull request #622 from jbonofre/TEST_PROFILE

Add full.test profile to execute all modules and remove unit tests and itests by default
This commit is contained in:
Jean-Baptiste Onofré 2021-03-17 21:41:09 +01:00 committed by GitHub
commit 5ba8dde417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

18
pom.xml
View File

@ -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>