Browse Source

AMBARI-13328. Enable skipSurefireTests for ambari-metrics project (Nahappan Somasundaram via smohanty)

Sumit Mohanty 9 years ago
parent
commit
d7269e6e08
1 changed files with 7 additions and 0 deletions
  1. 7 0
      ambari-metrics/pom.xml

+ 7 - 0
ambari-metrics/pom.xml

@@ -148,6 +148,13 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>${skipSurefireTests}</skip>
+        </configuration>
+      </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.2</version>