Hello Alexander, On Sunday, 4. February 2024, 04:20:22 CET Alexander Kriegisch write: > Hi Jörg. > > Thanks for the reply. Can you please elaborate with examples? Option 1 > is what I need, but that does not work. Or maybe we have a > misunderstanding about the term "property". Are we talking about a > simple Maven property or a mojo configuration property?
We're talking about "simple" Maven properties. However, since we talk about dependencies of a plugin, there's one important thing to know: A plugin is loaded only once in a reactor, i.e. its first usage will define its dependencies. And, the property approach will not work, if you flatten your parent pom, i.e. the property is replaced by its value before deploying to a repository. Regards, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org