Do not use parent property in artifactId dependency for maven project #24875
djice
started this conversation in
Suggest an Idea
Replies: 1 comment
-
For the record, duplicated at #21510 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
WhiteSource Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
Please select which platform you are using if self-hosting.
github.com
If you're self-hosting Renovate, tell us what version of the platform you run.
No response
Was this something which used to work for you, and then stopped?
I never saw this working
Describe the bug
With maven I have a dependency like
The property "${scala.binary.version} comes from parent.
The issue is that renovate does not create a merge request for this library.
If I force the property like that it works
I make an exemple project to illustrate the issue:
https://github.com/djice/renovate-issue
In this project https://github.com/djice/renovate-issue/blob/main/maven-property-from-parent/with-property-in-parent/pom.xml the merge request is not created
In this project https://github.com/djice/renovate-issue/blob/main/maven-property-from-parent/with-property-inside/pom.xml the merge request is well created here djice/renovate-issue#3
Relevant debug logs
No response
Have you created a minimal reproduction repository?
I have linked to a minimal reproduction repository in the bug description
Beta Was this translation helpful? Give feedback.
All reactions