This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Jib: Jib build is not packing files from assembly descriptor #1765
Labels
status/never-stale
Pin this issue to get never marked as stale by stale-bot
Description
When running jib build, i've a assembly descriptor in pom.xml which adds additional dependencies needed for my application to run, but Jib build only copies built jar from target dir to basedir & ignores any additional files that is created by assembly. The same works fine without jib in docker build.
Ex.
Above just packs my built fat jar to application dir, but files from addJar, conf.d are ignored.
May be we need the extraDirectories params support that core Jib supports which can add them appropriately to baseDir/outputDirectory path.
Info
mvn -v
) :The text was updated successfully, but these errors were encountered: