Explorar o código

HDDS-1662. Missing test resources of integrataion-test project in target directory after compile

Closes #933
Sammi Chen %!s(int64=6) %!d(string=hai) anos
pai
achega
b05747901f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      hadoop-ozone/integration-test/pom.xml

+ 3 - 0
hadoop-ozone/integration-test/pom.xml

@@ -132,6 +132,9 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
       <testResource>
         <directory>${basedir}/../../hadoop-hdds/common/src/main/resources</directory>
       </testResource>
+      <testResource>
+        <directory>${basedir}/src/test/resources</directory>
+      </testResource>
     </testResources>
   </build>
 </project>