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 2021/06/27 09:55:50 UTC

[GitHub] [maven] rfscholte commented on a change in pull request #475: [MNG-7157] [MNG-6843] Provide a better design for obtaining artifacts…

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

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