You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2012/06/25 23:07:21 UTC

[jira] (MPLUGIN-217) HelpMojo (always) contains description for the maven-plugin-plugin

Robert Scholte created MPLUGIN-217:
--------------------------------------

             Summary: HelpMojo (always) contains description for the maven-plugin-plugin 
                 Key: MPLUGIN-217
                 URL: https://jira.codehaus.org/browse/MPLUGIN-217
             Project: Maven 2.x Plugin Tools
          Issue Type: Bug
          Components: Plugin Plugin
    Affects Versions: 3.0
            Reporter: Robert Scholte


The HelpMojo.java generated for the m-release-p contains the following description:
{code}
/**
 * Display help information on maven-plugin-plugin.<br/>
 * Call <code>mvn plugin:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
 * @author
 * @version
 * @goal help
 * @requiresProject false
 * @threadSafe
 */
public class HelpMojo
    extends AbstractMojo
{code}

This seems to be for the wrong plugin...


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-217) HelpMojo (always) contains description for the maven-plugin-plugin

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Chemit updated MPLUGIN-217:
--------------------------------

    Attachment: MPLUGIN-217.diff

Here is a patch to fix this.
Could it be applied before release 3.1?
Thanks.
                
> HelpMojo (always) contains description for the maven-plugin-plugin 
> -------------------------------------------------------------------
>
>                 Key: MPLUGIN-217
>                 URL: https://jira.codehaus.org/browse/MPLUGIN-217
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Plugin
>    Affects Versions: 3.0
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>         Attachments: MPLUGIN-217.diff
>
>
> The HelpMojo.java generated for the m-release-p contains the following description:
> {code}
> /**
>  * Display help information on maven-plugin-plugin.<br/>
>  * Call <code>mvn plugin:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
>  * @author
>  * @version
>  * @goal help
>  * @requiresProject false
>  * @threadSafe
>  */
> public class HelpMojo
>     extends AbstractMojo
> {code}
> This seems to be for the wrong plugin...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-217) HelpMojo (always) contains description for the maven-plugin-plugin

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte reassigned MPLUGIN-217:
--------------------------------------

    Assignee: Robert Scholte
    
> HelpMojo (always) contains description for the maven-plugin-plugin 
> -------------------------------------------------------------------
>
>                 Key: MPLUGIN-217
>                 URL: https://jira.codehaus.org/browse/MPLUGIN-217
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Plugin
>    Affects Versions: 3.0
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>
> The HelpMojo.java generated for the m-release-p contains the following description:
> {code}
> /**
>  * Display help information on maven-plugin-plugin.<br/>
>  * Call <code>mvn plugin:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
>  * @author
>  * @version
>  * @goal help
>  * @requiresProject false
>  * @threadSafe
>  */
> public class HelpMojo
>     extends AbstractMojo
> {code}
> This seems to be for the wrong plugin...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-217) HelpMojo (always) contains description for the maven-plugin-plugin

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MPLUGIN-217.
--------------------------------

    Resolution: Fixed

applied.
Thanks!
                
> HelpMojo (always) contains description for the maven-plugin-plugin 
> -------------------------------------------------------------------
>
>                 Key: MPLUGIN-217
>                 URL: https://jira.codehaus.org/browse/MPLUGIN-217
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Plugin
>    Affects Versions: 3.0
>            Reporter: Robert Scholte
>            Assignee: Olivier Lamy
>             Fix For: 3.1
>
>         Attachments: MPLUGIN-217.diff
>
>
> The HelpMojo.java generated for the m-release-p contains the following description:
> {code}
> /**
>  * Display help information on maven-plugin-plugin.<br/>
>  * Call <code>mvn plugin:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
>  * @author
>  * @version
>  * @goal help
>  * @requiresProject false
>  * @threadSafe
>  */
> public class HelpMojo
>     extends AbstractMojo
> {code}
> This seems to be for the wrong plugin...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-217) HelpMojo (always) contains description for the maven-plugin-plugin

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MPLUGIN-217:
---------------------------------

    Fix Version/s: 3.1
    
> HelpMojo (always) contains description for the maven-plugin-plugin 
> -------------------------------------------------------------------
>
>                 Key: MPLUGIN-217
>                 URL: https://jira.codehaus.org/browse/MPLUGIN-217
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Plugin
>    Affects Versions: 3.0
>            Reporter: Robert Scholte
>            Assignee: Olivier Lamy
>             Fix For: 3.1
>
>         Attachments: MPLUGIN-217.diff
>
>
> The HelpMojo.java generated for the m-release-p contains the following description:
> {code}
> /**
>  * Display help information on maven-plugin-plugin.<br/>
>  * Call <code>mvn plugin:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
>  * @author
>  * @version
>  * @goal help
>  * @requiresProject false
>  * @threadSafe
>  */
> public class HelpMojo
>     extends AbstractMojo
> {code}
> This seems to be for the wrong plugin...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-217) HelpMojo (always) contains description for the maven-plugin-plugin

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy reassigned MPLUGIN-217:
------------------------------------

    Assignee: Olivier Lamy  (was: Robert Scholte)
    
> HelpMojo (always) contains description for the maven-plugin-plugin 
> -------------------------------------------------------------------
>
>                 Key: MPLUGIN-217
>                 URL: https://jira.codehaus.org/browse/MPLUGIN-217
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Plugin
>    Affects Versions: 3.0
>            Reporter: Robert Scholte
>            Assignee: Olivier Lamy
>         Attachments: MPLUGIN-217.diff
>
>
> The HelpMojo.java generated for the m-release-p contains the following description:
> {code}
> /**
>  * Display help information on maven-plugin-plugin.<br/>
>  * Call <code>mvn plugin:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
>  * @author
>  * @version
>  * @goal help
>  * @requiresProject false
>  * @threadSafe
>  */
> public class HelpMojo
>     extends AbstractMojo
> {code}
> This seems to be for the wrong plugin...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira