This is an automated email from the ASF dual-hosted git repository.
clebertsuconic 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 bf9654e1fd ARTEMIS-4360 Moving skipCompatibilityTests property inside
./compatibility-tests/pom.xml
bf9654e1fd is described below
commit bf9654e1fdefc317a7f3c1f7f5c167e6c5dcf789
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Jul 13 07:02:15 2023 -0400
ARTEMIS-4360 Moving skipCompatibilityTests property inside
./compatibility-tests/pom.xml
---
pom.xml | 7 -------
tests/compatibility-tests/pom.xml | 4 ++++
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index ae64892a74..2c0b753db6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,6 @@
<skipIntegrationTests>true</skipIntegrationTests>
<skipIsolatedIntegrationTests>true</skipIsolatedIntegrationTests>
<skipLeakTests>true</skipLeakTests>
- <skipCompatibilityTests>true</skipCompatibilityTests>
<skipSmokeTests>true</skipSmokeTests>
<skipJoramTests>true</skipJoramTests>
<skipTimingTests>true</skipTimingTests>
@@ -1291,12 +1290,6 @@
<skipLeakTests>false</skipLeakTests>
</properties>
</profile>
- <profile>
- <id>compatibility-tests</id>
- <properties>
- <skipCompatibilityTests>false</skipCompatibilityTests>
- </properties>
- </profile>
<profile>
<!-- This will represent a subset of the tests
This is used on PR checks -->
diff --git a/tests/compatibility-tests/pom.xml
b/tests/compatibility-tests/pom.xml
index 65522e6384..79861602ed 100644
--- a/tests/compatibility-tests/pom.xml
+++ b/tests/compatibility-tests/pom.xml
@@ -29,6 +29,7 @@
<properties>
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
+ <skipCompatibilityTests>true</skipCompatibilityTests>
</properties>
<dependencies>
@@ -288,6 +289,9 @@
<profiles>
<profile>
<id>compatibility-tests</id>
+ <properties>
+ <skipCompatibilityTests>false</skipCompatibilityTests>
+ </properties>
<build>
<plugins>
<plugin>