gnodet commented on PR #253:
URL: 
https://github.com/apache/maven-plugin-tools/pull/253#issuecomment-1880011647

   Sorry for the late intervention. I'm not completely sure about discouraging 
the use of ${project.xxx} expressions.
   The reason is that they may be to understand what the exact input is for a 
given plugin and to find if the input has changed.  This may be used by maven 
build cache extension, and this may be also used in the future if can actually 
come up with an incremental build context api.  If plugins are only injected 
with the project, any change to it may cause a rebuild or cache miss.


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to