Skip to content

Commit

Permalink
ARTEMIS-4360 Moving skipCompatibilityTests property inside ./compatib…
Browse files Browse the repository at this point in the history
…ility-tests/pom.xml
  • Loading branch information
clebertsuconic committed Jul 13, 2023
1 parent b088cdc commit bf9654e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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 -->
Expand Down
4 changes: 4 additions & 0 deletions tests/compatibility-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<properties>
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
<skipCompatibilityTests>true</skipCompatibilityTests>
</properties>

<dependencies>
Expand Down Expand Up @@ -288,6 +289,9 @@
<profiles>
<profile>
<id>compatibility-tests</id>
<properties>
<skipCompatibilityTests>false</skipCompatibilityTests>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit bf9654e

Please sign in to comment.