mirror of https://github.com/apache/activemq.git
Don't test in the full profile
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@651666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d5634894f5
commit
e57b646261
8
pom.xml
8
pom.xml
|
@ -1228,6 +1228,14 @@
|
|||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<test>false</test>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!-- We want a source jar -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue