Skip to content

Commit

Permalink
RANGER-4625: updated yarn-plugin packaging to include dependent libra…
Browse files Browse the repository at this point in the history
…ries

Signed-off-by: Madhan Neethiraj <[email protected]>
  • Loading branch information
qingzhongli authored and mneethiraj committed Jan 2, 2024
1 parent 74351d6 commit dbac454
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion distro/src/main/assembly/plugin-yarn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,16 @@
</includes>
<binaries>
<outputDirectory>install/lib</outputDirectory>
<includeDependencies>false</includeDependencies>
<includeDependencies>true</includeDependencies>
<unpack>false</unpack>
<directoryMode>755</directoryMode>
<fileMode>644</fileMode>
<includes>
<include>commons-logging:commons-logging:jar:${commons.logging.version}</include>
<include>org.apache.commons:commons-compress:jar:${commons.compress.version}</include>
<include>org.apache.commons:commons-lang3:jar:${commons.lang3.version}</include>
<include>org.apache.htrace:htrace-core4</include>
</includes>
</binaries>
</moduleSet>
</moduleSets>
Expand Down

0 comments on commit dbac454

Please sign in to comment.