فهرست منبع

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

Closes #933
Sammi Chen 6 سال پیش
والد
کامیت
b05747901f
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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>