Skip to content

Commit

Permalink
add replication plugin test profile: replica-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-chenchrl committed Jun 19, 2023
1 parent 5c580fb commit 4ac7d1c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions activemq-unit-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,5 +1195,26 @@
</plugins>
</build>
</profile>
<profile>
<id>activemq.tests-replica-plugin</id>
<activation>
<property>
<name>activemq.tests</name>
<value>replica-plugin</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/replica/*Test.*</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 4ac7d1c

Please sign in to comment.