Re: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-08 Thread jagmohan bisht
Hi Karl, Thanks for the response. I have checked out the maven-plugin-tools codebase and modified the Generator module to remove the comment. I am now using this customised maven-plugin-tools-generator jar to build the plugins . The use case and requirement is bit complicated to explain in a

Re: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-08 Thread Karl Heinz Marbaise
On 05.03.21 15:02, jagmohan bisht wrote: 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? As I already asked on So... What exactly is causing

Re: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-07 Thread Michael Osipov
Am 2021-03-05 um 15:02 schrieb jagmohan bisht: 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? Report an issue with MPLUGIN to have it removed.

Re: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-07 Thread Hervé BOUTEMY
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 > >

Re: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-06 Thread Lutz Horn
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:

Re: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-06 Thread Philippe Fou
i dont now Le sam. 6 mars 2021 1:47 p.m., jagmohan bisht 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? > > > Thanks >

Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-06 Thread jagmohan bisht
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? Thanks Jagmohan