aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 35e31760c1..3342cb65ed 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -167,6 +167,12 @@
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
+
+ <resources>
+ <resource>
+ <directory>../common/src/main/resources</directory>
+ </resource>
+ </resources>
</build>
</project>