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 2022/10/26 14:27:18 UTC

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #159: [MPLUGIN-427] Expose generics information of parameter types in report

slawekjaranowski commented on PR #159:
URL: https://github.com/apache/maven-plugin-tools/pull/159#issuecomment-1292137750

   @kwin 
   
   One issue what I see: in `target/classes/META-INF/maven/plugin.xml` is:
   
   ```
     <mojos>
       <mojo>
           <parameter>
             <name>reactorProjects</name>
             <type>java.util.List</type>
             <required>true</required>
             <editable>false</editable>
             <description></description>
           </parameter>
   ....
   
         <configuration>
        ...
        <reactorProjects implementation="java.util.List&lt;org.apache.maven.project.MavenProject&gt;" default-value="${reactorProjects}"/>
      ...
         </configuration>
   ...
   ```
   
   should we have `parameter type` in `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: issues-unsubscribe@maven.apache.org

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