rfscholte commented on a change in pull request #475: URL: https://github.com/apache/maven/pull/475#discussion_r659294940
########## File path: maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java ########## @@ -244,6 +246,10 @@ else if ( "mojoExecution".equals( expression ) ) { value = mojoExecution; } + else if ( "artifactFilter".equals( expression ) ) Review comment: We should investigate if we can solve this with MPLUGIN-302 instead of exposing this a new expression. -- 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