فهرست منبع

AMBARI-12196. Ambari-server component build fails with 'maven-surefire-plugin' failing with more than 500 tests (srimanth)

Srimanth Gunturi 10 سال پیش
والد
کامیت
5e27d2a785
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      ambari-project/pom.xml
  2. 1 1
      pom.xml

+ 1 - 1
ambari-project/pom.xml

@@ -454,7 +454,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12</version>
+          <version>2.13</version>
         </plugin>
       </plugins>
     </pluginManagement>

+ 1 - 1
pom.xml

@@ -141,7 +141,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12</version>
+          <version>2.13</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>