[ 
https://issues.apache.org/jira/browse/MPLUGIN-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540647#comment-17540647
 ] 

ASF GitHub Bot commented on MPLUGIN-389:
----------------------------------------

michael-o commented on code in PR #85:
URL: https://github.com/apache/maven-plugin-tools/pull/85#discussion_r878910313


##########
maven-plugin-plugin/src/it/ant-reference-parameter/src/main/java/org/apache/maven/plugins/antWithRefs/ArtifactsTask.java:
##########
@@ -29,7 +29,7 @@
     public void execute()
         throws BuildException
     {
-        log( String.valueOf( getProject().getReference( "artifacts" ) ) );
+        log( String.valueOf( ( Object ) getProject().getReference( "artifacts" 
) ) );

Review Comment:
   The reference is never null?





> Update level to Java 8
> ----------------------
>
>                 Key: MPLUGIN-389
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-389
>             Project: Maven Plugin Tools
>          Issue Type: Task
>          Components: Plugin Plugin
>            Reporter: Tamás Cservenák
>            Assignee: Slawomir Jaranowski
>            Priority: Major
>             Fix For: 3.7.0
>
>
> Update plugin Java level to Java 8.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to