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

Closes #933
This commit is contained in:
Sammi Chen 2019-06-11 12:00:12 +02:00 committed by Márton Elek
parent b417a4c854
commit b05747901f
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28

View File

@ -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>