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

Provide a way to override properties of a polyglot build #193

Closed
laeubi opened this issue Aug 20, 2019 · 0 comments · Fixed by #197
Closed

Provide a way to override properties of a polyglot build #193

laeubi opened this issue Aug 20, 2019 · 0 comments · Fixed by #197

Comments

@laeubi
Copy link
Contributor

laeubi commented Aug 20, 2019

polyglot allows to generate maven models out of other metadata that pom.xml via extensions.

This is great and offers high flexibility for advanced use-cases but comes with the cost that it is not as easy to modify certain settings or properties if the data is derived from other sources.

For example Eclipse Tycho generates models out of OSGi/PDE metadata but can often only guess what is the right thing to use for example as artifactId, and it can't know of any custom properties a user might wish to set.

While it is always possible to create custom crafted poms, this contradicts the approach which goal is to reuse as many metadata as possible, and the user only wants do configure a really small portion of it (e.g. the description or a single poperty).

A proposal was made to integrate support for this inside the tycho extension, but because it might be of wider use I'd like to evaluate (as suggestes by Mickael Istria) if it is possible to implement/add this as a more generic feature directly into the maven project.

laeubi added a commit to laeubi/polyglot-maven that referenced this issue Aug 21, 2019
mosabua added a commit that referenced this issue Nov 25, 2019
Issue #193 Provide a way to override properties of a polyglot build
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