slawekjaranowski commented on code in PR #1030:
URL: 
https://github.com/apache/maven-plugin-tools/pull/1030#discussion_r2533081547


##########
maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java:
##########
@@ -196,7 +197,7 @@ public class DescriptorGeneratorMojo extends 
AbstractGeneratorMojo {
      * @since 3.5
      */
     @Parameter
-    private List<String> mojoDependencies = null;
+    private final List<String> mojoDependencies = new ArrayList<>();

Review Comment:
   It can not be a final ... Maven need a possibility to set this filed during 
plugin configuration



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to