not exactly: this already has been done for release 3.5.1
https://issues.apache.org/jira/browse/MPLUGIN-326

so you just need to upgrade a little bit :)

Regards,

Hervé

Le samedi 6 mars 2021, 22:22:36 CET Lutz Horn a écrit :
> > After creating a maven plugin I am seeing the automated text
> > "Generated by maven-plugin-tools 3.5 on 2021-02-11" on my plugin.xml file.
> > 
> > I want this text message to be removed . How to achieve this?
> 
> This line is generated by the class PluginDescriptorGenerator here:
> 
> https://github.com/apache/maven-plugin-tools/blob/9107632fe99a2d40794d97973b
> 2421df1a520e82/maven-plugin-tools-generators/src/main/java/org/apache/maven/
> tools/plugin/generator/PluginDescriptorGenerator.java#L132
> 
> As you can see from the code, this line is always generated as a XML
> comment together with XML elements like 'name' and 'description'. If you
> want to change the behaviour of this class, you will have to patch it.
> 
> Lutz
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to