Keep in mind that the pom.xml is language agnostic, it describes configuration that makes sense for any programming language.
Hence, the pom should not be extended with Java specific features.
Maven supports extensions, with seems like a better fit.
Configuring an extension is not standardized yet, now the extension can pick up System properties of read some file from its preferred location. The closest you can get right now is probable the moditect-maven-plugin[1]

thanks,
Robert

[1] https://github.com/moditect/moditect


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to