You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: