ARTEMIS-4360 Moving skipCompatibilityTests property inside ./compatibility-tests/pom.xml

This commit is contained in:
Clebert Suconic 2023-07-13 07:02:15 -04:00
parent b088cdc65a
commit bf9654e1fd
2 changed files with 4 additions and 7 deletions

View File

@ -194,7 +194,6 @@
<skipIntegrationTests>true</skipIntegrationTests> <skipIntegrationTests>true</skipIntegrationTests>
<skipIsolatedIntegrationTests>true</skipIsolatedIntegrationTests> <skipIsolatedIntegrationTests>true</skipIsolatedIntegrationTests>
<skipLeakTests>true</skipLeakTests> <skipLeakTests>true</skipLeakTests>
<skipCompatibilityTests>true</skipCompatibilityTests>
<skipSmokeTests>true</skipSmokeTests> <skipSmokeTests>true</skipSmokeTests>
<skipJoramTests>true</skipJoramTests> <skipJoramTests>true</skipJoramTests>
<skipTimingTests>true</skipTimingTests> <skipTimingTests>true</skipTimingTests>
@ -1291,12 +1290,6 @@
<skipLeakTests>false</skipLeakTests> <skipLeakTests>false</skipLeakTests>
</properties> </properties>
</profile> </profile>
<profile>
<id>compatibility-tests</id>
<properties>
<skipCompatibilityTests>false</skipCompatibilityTests>
</properties>
</profile>
<profile> <profile>
<!-- This will represent a subset of the tests <!-- This will represent a subset of the tests
This is used on PR checks --> This is used on PR checks -->

View File

@ -29,6 +29,7 @@
<properties> <properties>
<activemq.basedir>${project.basedir}/../..</activemq.basedir> <activemq.basedir>${project.basedir}/../..</activemq.basedir>
<skipCompatibilityTests>true</skipCompatibilityTests>
</properties> </properties>
<dependencies> <dependencies>
@ -288,6 +289,9 @@
<profiles> <profiles>
<profile> <profile>
<id>compatibility-tests</id> <id>compatibility-tests</id>
<properties>
<skipCompatibilityTests>false</skipCompatibilityTests>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>