Quellcode durchsuchen

HDDS-645. Enable OzoneFS contract tests by default.
Contributed by Arpit Agarwal.

Anu Engineer vor 6 Jahren
Ursprung
Commit
c07b95bdfc
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. 9 0
      hadoop-ozone/ozonefs/pom.xml

+ 9 - 0
hadoop-ozone/ozonefs/pom.xml

@@ -102,6 +102,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>ITestOzoneContract*.java</include>
+          </includes>          
+        </configuration>
+      </plugin>      
     </plugins>
   </build>