You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/01/24 16:28:41 UTC

[GitHub] [maven] rmannibucau commented on pull request #665: MNG-7395 - Support system-properties in extension.xml

rmannibucau commented on pull request #665:
URL: https://github.com/apache/maven/pull/665#issuecomment-1020286812


   I don't see the need for that since in the pom you can set in properties `<myextension.version>1.2.3</>` and override it with `-Dmyextension.version` in maven's spirit. Anything else just creates something inconsistent without new real features so better to ensure the "on the fly plugin" is processed as any model instead of making it specific (and lacking env support for ex), no?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org