Selaa lähdekoodia

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

Closes #933
Sammi Chen 6 vuotta sitten
vanhempi
commit
b05747901f
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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>