-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried locally, and it works as you described, just several remarks #1
Comments
I just noticed I made a typo in the instructions, because |
Maven plugins should ideally specify dependencies on Maven artifacts with scope |
Well, user properties ARE pushed to Java System Properties, as my reproducer proves: https://github.com/cstamas/MNG-8486 So this is something else... and no, actual classpath does NOT contain 3.9.3, as Maven Core filters that out... |
Mystery solved, commented on https://issues.apache.org/jira/browse/MNG-8486 tldr: please report this as a google jib bug. |
@cstamas Thanks, I've created a Jib issue for this: GoogleContainerTools/jib#4344 |
-X
there is a point where all the properties are dumped, and I haveSo the property is def there,
https://gist.github.com/cstamas/a16ec72621f1a30e442ff04c897aa8c3
As I see, this jib maven plugin INCLUDES WHOLE Maven 3.9.3? See https://gist.github.com/cstamas/a16ec72621f1a30e442ff04c897aa8c3#file-gistfile1-txt-L34-L62
Edit: ... maven is filtered out in a later step all right. But this is still strange.
The text was updated successfully, but these errors were encountered: