mirror of https://github.com/apache/activemq.git
lock down surefire plugin version
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@943084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
41c2a9c469
commit
5555f7c7e1
4
pom.xml
4
pom.xml
|
@ -83,6 +83,7 @@
|
|||
<xbean-version>3.6</xbean-version>
|
||||
<velocity-version>1.6.2</velocity-version>
|
||||
<maven-bundle-plugin-version>2.0.1</maven-bundle-plugin-version>
|
||||
<maven-surefire-plugin-version>2.5</maven-surefire-plugin-version>
|
||||
<commons-net-version>2.0</commons-net-version>
|
||||
<ftpserver-version>1.0.0</ftpserver-version>
|
||||
<site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
|
||||
|
@ -978,6 +979,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin-version}</version>
|
||||
<configuration>
|
||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
<forkMode>once</forkMode>
|
||||
|
@ -1107,6 +1109,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin-version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -1179,6 +1182,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin-version}</version>
|
||||
<configuration>
|
||||
<test>false</test>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue