Skip to content

Commit b057479

Browse files
ChenSammielek
authored andcommitted
HDDS-1662. Missing test resources of integrataion-test project in target directory after compile
Closes #933
1 parent b417a4c commit b057479

File tree

1 file changed

+3
-0
lines changed
  • hadoop-ozone/integration-test

1 file changed

+3
-0
lines changed

hadoop-ozone/integration-test/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
132132
<testResource>
133133
<directory>${basedir}/../../hadoop-hdds/common/src/main/resources</directory>
134134
</testResource>
135+
<testResource>
136+
<directory>${basedir}/src/test/resources</directory>
137+
</testResource>
135138
</testResources>
136139
</build>
137140
</project>

0 commit comments

Comments
 (0)