mirror of https://github.com/apache/activemq.git
NO-JIRA: Activate quick-tests by default (#792)
This commit is contained in:
parent
cbfbd5508a
commit
c4d9d70987
|
@ -510,24 +510,6 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
|
||||||
<!-- Default - no tests -->
|
|
||||||
<id>default</id>
|
|
||||||
<activation>
|
|
||||||
<activeByDefault>true</activeByDefault>
|
|
||||||
</activation>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<skipTests>true</skipTests>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>activemq.tests-all</id>
|
<id>activemq.tests-all</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
@ -675,6 +657,7 @@
|
||||||
<profile>
|
<profile>
|
||||||
<id>activemq.tests-quick</id>
|
<id>activemq.tests-quick</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
<property>
|
<property>
|
||||||
<name>activemq.tests</name>
|
<name>activemq.tests</name>
|
||||||
<value>quick</value>
|
<value>quick</value>
|
||||||
|
@ -764,6 +747,8 @@
|
||||||
<exclude>org/apache/activemq/broker/region/cursors/NegativeQueueTest.*</exclude>
|
<exclude>org/apache/activemq/broker/region/cursors/NegativeQueueTest.*</exclude>
|
||||||
<exclude>org/apache/activemq/broker/region/cursors/StoreBasedCursorTest.*</exclude>
|
<exclude>org/apache/activemq/broker/region/cursors/StoreBasedCursorTest.*</exclude>
|
||||||
<exclude>org/apache/activemq/broker/region/cursors/StoreQueueCursorJDBCNoDuplicateTest.*</exclude>
|
<exclude>org/apache/activemq/broker/region/cursors/StoreQueueCursorJDBCNoDuplicateTest.*</exclude>
|
||||||
|
<exclude>org/apache/activemq/broker/region/QueuePurgeTest.*</exclude>
|
||||||
|
<exclude>org/apache/activemq/broker/scheduler/JmsSchedulerTest.*</exclude>
|
||||||
<exclude>org/apache/activemq/broker/scheduler/JmsCronSchedulerTest.*</exclude>
|
<exclude>org/apache/activemq/broker/scheduler/JmsCronSchedulerTest.*</exclude>
|
||||||
<exclude>org/apache/activemq/broker/scheduler/JmsSchedulerTest.*</exclude>
|
<exclude>org/apache/activemq/broker/scheduler/JmsSchedulerTest.*</exclude>
|
||||||
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.*</exclude>
|
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.*</exclude>
|
||||||
|
|
Loading…
Reference in New Issue