You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henrik Lundahl (JIRA)" <ji...@codehaus.org> on 2008/10/27 12:58:53 UTC

[jira] Created: (MPH-59) Describe goal says everything is deprecated

Describe goal says everything is deprecated
-------------------------------------------

                 Key: MPH-59
                 URL: http://jira.codehaus.org/browse/MPH-59
             Project: Maven 2.x Help Plugin
          Issue Type: Bug
    Affects Versions: 2.1
         Environment: Windows Vista, Java 6, Maven 2.0.9
            Reporter: Henrik Lundahl




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPH-59) Describe goal says everything is deprecated

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPH-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=214120#action_214120 ] 

Brett Porter commented on MPH-59:
---------------------------------

Patrick, the Help plugin version doesn't relate to the Maven version. The version of the plugin with the fix hasn't been released yet.

> Describe goal says everything is deprecated
> -------------------------------------------
>
>                 Key: MPH-59
>                 URL: http://jira.codehaus.org/browse/MPH-59
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows Vista, Java 6, Maven 2.0.9
>            Reporter: Henrik Lundahl
>            Assignee: Benjamin Bentmann
>             Fix For: 2.1.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MPH-59) Describe goal says everything is deprecated

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPH-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MPH-59.
--------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 2.1.1

Fixed in [r806347|http://svn.apache.org/viewvc?view=rev&revision=806347].

> Describe goal says everything is deprecated
> -------------------------------------------
>
>                 Key: MPH-59
>                 URL: http://jira.codehaus.org/browse/MPH-59
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows Vista, Java 6, Maven 2.0.9
>            Reporter: Henrik Lundahl
>            Assignee: Benjamin Bentmann
>             Fix For: 2.1.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPH-59) Describe goal says everything is deprecated

Posted by "Juven Xu (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPH-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215249#action_215249 ] 

Juven Xu commented on MPH-59:
-----------------------------

fyi, 2.1.1 is not in central: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-help-plugin/

> Describe goal says everything is deprecated
> -------------------------------------------
>
>                 Key: MPH-59
>                 URL: http://jira.codehaus.org/browse/MPH-59
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows Vista, Java 6, Maven 2.0.9
>            Reporter: Henrik Lundahl
>            Assignee: Benjamin Bentmann
>             Fix For: 2.1.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPH-59) Describe goal says everything is deprecated

Posted by "Harry CO (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPH-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=154975#action_154975 ] 

Harry CO commented on MPH-59:
-----------------------------

Hi,
I'm facing the same pb.
ex : >mvn help:describe -Dplugin=org.apache.maven.plugins:maven-help-plugin -Dgoal=describe -Ddetail=true
----------------------copy start---------------------------
[INFO] [help:describe]
[INFO] Mojo: 'help:describe'
help:describe
  Description: Displays a list of the attributes for a Maven Plugin and/or
    goals (aka Mojo - Maven plain Old Java Object).
  Deprecated. No reason given
  Implementation: org.apache.maven.plugins.help.DescribeMojo
  Language: java

  Available parameters:

    artifactId
      The Maven Plugin artifactId to describe.
      Note: Should be used with groupId parameter.
      Deprecated. No reason given

    cmd
      A Maven command like a single goal or a single phase following the Maven
      command line:
      mvn [options] [<goal(s)>] [<phase(s)>]
      Deprecated. No reason given

    detail (Default: false)
      This flag specifies that a detailed (verbose) list of goal (Mojo)
      information should be given.
      Deprecated. No reason given

    goal
      The goal name of a Mojo to describe within the specified Maven Plugin. If
      this parameter is specified, only the corresponding goal (Mojo) will be
      described, rather than the whole Plugin.
      Deprecated. No reason given

    groupId
      The Maven Plugin groupId to describe.
      Note: Should be used with artifactId parameter.
      Deprecated. No reason given

    medium (Default: true)
      This flag specifies that a medium list of goal (Mojo) information should
      be given.
      Deprecated. No reason given

    minimal (Default: false)
      This flag specifies that a minimal list of goal (Mojo) information should
      be given.
      Deprecated. No reason given

    output
      Optional parameter to write the output of this help in a given file,
      instead of writing to the console.
      Note: Could be a relative path.
      Deprecated. No reason given
----------------------copy end ---------------------------
Are planning a fix soon?
Rgds
Harry

> Describe goal says everything is deprecated
> -------------------------------------------
>
>                 Key: MPH-59
>                 URL: http://jira.codehaus.org/browse/MPH-59
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows Vista, Java 6, Maven 2.0.9
>            Reporter: Henrik Lundahl
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPH-59) Describe goal says everything is deprecated

Posted by "Patrick Aikens (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPH-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=214105#action_214105 ] 

Patrick Aikens commented on MPH-59:
-----------------------------------

In Maven 2.2.1, this seems to have regressed as everything is showing up deprecated again.

> Describe goal says everything is deprecated
> -------------------------------------------
>
>                 Key: MPH-59
>                 URL: http://jira.codehaus.org/browse/MPH-59
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows Vista, Java 6, Maven 2.0.9
>            Reporter: Henrik Lundahl
>            Assignee: Benjamin Bentmann
>             Fix For: 2.1.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MPH-59) Describe goal says everything is deprecated

Posted by "Juven Xu (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPH-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juven Xu updated MPH-59:
------------------------

    Comment: was deleted

(was: fyi, 2.1.1 is not in central: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-help-plugin/)

> Describe goal says everything is deprecated
> -------------------------------------------
>
>                 Key: MPH-59
>                 URL: http://jira.codehaus.org/browse/MPH-59
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows Vista, Java 6, Maven 2.0.9
>            Reporter: Henrik Lundahl
>            Assignee: Benjamin Bentmann
>             Fix For: 2.1.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MPH-59) Describe goal says everything is deprecated

Posted by "Mohan K (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPH-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=184370#action_184370 ] 

Mohan K commented on MPH-59:
----------------------------

Very annoying. I can provide a patch for it, if someone can point me in the right direction.

> Describe goal says everything is deprecated
> -------------------------------------------
>
>                 Key: MPH-59
>                 URL: http://jira.codehaus.org/browse/MPH-59
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows Vista, Java 6, Maven 2.0.9
>            Reporter: Henrik Lundahl
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira