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>
|
||||
</build>
|
||||
<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>
|
||||
<id>activemq.tests-all</id>
|
||||
<activation>
|
||||
|
@ -675,6 +657,7 @@
|
|||
<profile>
|
||||
<id>activemq.tests-quick</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<property>
|
||||
<name>activemq.tests</name>
|
||||
<value>quick</value>
|
||||
|
@ -764,6 +747,8 @@
|
|||
<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/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/JmsSchedulerTest.*</exclude>
|
||||
<exclude>org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.*</exclude>
|
||||
|
|
Loading…
Reference in New Issue