Skip to content
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

interpolate properties from parent #382

Closed
SergeDemoulinGebit opened this issue Nov 8, 2023 · 1 comment · Fixed by #384
Closed

interpolate properties from parent #382

SergeDemoulinGebit opened this issue Nov 8, 2023 · 1 comment · Fixed by #384

Comments

@SergeDemoulinGebit
Copy link
Contributor

SergeDemoulinGebit commented Nov 8, 2023

I need an interpolation that interpolates properties that are defined in the parent pom too.

With the standard interpolation the following issue appends:

  • a pom contains an expression with a property from parent (like ${version.springboot} in the 'bom' of the attached example)
  • the flatten-maven-plugin is configured to remove its parent
  • then the flattened pom will contain ${version.springboot} that is not more interpolable
@SergeDemoulinGebit
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant