This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Wrong Jib output directory in Maven multi-module build #1737
Comments
I can create a sample project if that would be helpful, but I think the bug is quite easy to fix. I suspect this line: fabric8-maven-plugin/core/src/main/java/io/fabric8/maven/core/util/JibBuildServiceUtil.java Line 149 in f75d09b
|
@erikgb : Thanks for noticing, Could you please add a PR for this? |
@rohanKanojia : Can do. When is the cutoff for version 4.3.1? ;-) |
I am planning to do it tomorrow :-) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
For a multi-module Maven build the Jib output directory is wrong.
Given the following Maven multi-module setup:
Actual behavior; The Jib Docker tarballs are created in ./target:
Expected behavior; , The Jib Docker tarballs are created in ./a/target and ./b/target
Info
mvn -v
) : 3.5.3The text was updated successfully, but these errors were encountered: