You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Fabulich (JIRA)" <ji...@codehaus.org> on 2008/02/05 00:31:57 UTC

[jira] Created: (MPH-32) "medium" mode should be the default for help:describe

"medium" mode should be the default for help:describe
-----------------------------------------------------

                 Key: MPH-32
                 URL: http://jira.codehaus.org/browse/MPH-32
             Project: Maven 2.x Help Plugin
          Issue Type: Improvement
            Reporter: Dan Fabulich


Right now if you "mvn help:describe -Dplugin=compiler" you'll see this:

{noformat}
[INFO] Plugin: 'org.apache.maven.plugins:maven-compiler-plugin:2.0.2'
-----------------------------------------------
Group Id:  org.apache.maven.plugins
Artifact Id: maven-compiler-plugin
Version:     2.0.2
Goal Prefix: compiler
Description:

Maven Plugins
{noformat}

This doesn't include the list of goals in this plugin.  Similarly, if you "mvn help:describe -Dplugin=compiler -Dmojo=compile" you'll see this:

{noformat}
===============================================
Goal: 'compile'
Description:
Compiles application sources
===============================================
{noformat}

This doesn't describe any of the plugin parameters.

The problem here is that the "default" amount of information shown by help:describe is just way too minimal, requiring the user to be clever enough to add -Dmedium or -Dfull to get the information that they'd see for free if they looked at the website.

-Dmedium should be the default mode; if people just want to see the minimal amount of information, we could add a new mode called -Dminimal or -Dshort that would include less information.  Overall, IMO the goal should be that running mvn help:describe should, by default, give approximately the same information you'd get by browsing to a plugin's site.

-- 
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-32) "medium" mode should be the default for help:describe

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

Vincent Siveton closed MPH-32.
------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 2.1

fixed in [r689775|http://svn.apache.org/viewvc?rev=689775&view=rev], snapshot deployed.

> "medium" mode should be the default for help:describe
> -----------------------------------------------------
>
>                 Key: MPH-32
>                 URL: http://jira.codehaus.org/browse/MPH-32
>             Project: Maven 2.x Help Plugin
>          Issue Type: Improvement
>            Reporter: Dan Fabulich
>            Assignee: Vincent Siveton
>             Fix For: 2.1
>
>
> Right now if you "mvn help:describe -Dplugin=compiler" you'll see this:
> {noformat}
> [INFO] Plugin: 'org.apache.maven.plugins:maven-compiler-plugin:2.0.2'
> -----------------------------------------------
> Group Id:  org.apache.maven.plugins
> Artifact Id: maven-compiler-plugin
> Version:     2.0.2
> Goal Prefix: compiler
> Description:
> Maven Plugins
> {noformat}
> This doesn't include the list of goals in this plugin.  Similarly, if you "mvn help:describe -Dplugin=compiler -Dmojo=compile" you'll see this:
> {noformat}
> ===============================================
> Goal: 'compile'
> Description:
> Compiles application sources
> ===============================================
> {noformat}
> This doesn't describe any of the plugin parameters.
> The problem here is that the "default" amount of information shown by help:describe is just way too minimal, requiring the user to be clever enough to add -Dmedium or -Dfull to get the information that they'd see for free if they looked at the website.
> -Dmedium should be the default mode; if people just want to see the minimal amount of information, we could add a new mode called -Dminimal or -Dshort that would include less information.  Overall, IMO our objective should be that running mvn help:describe should, by default, give approximately the same information you'd get by browsing to a plugin's site.

-- 
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-32) "medium" mode should be the default for help:describe

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

Dan Fabulich updated MPH-32:
----------------------------

    Description: 
Right now if you "mvn help:describe -Dplugin=compiler" you'll see this:

{noformat}
[INFO] Plugin: 'org.apache.maven.plugins:maven-compiler-plugin:2.0.2'
-----------------------------------------------
Group Id:  org.apache.maven.plugins
Artifact Id: maven-compiler-plugin
Version:     2.0.2
Goal Prefix: compiler
Description:

Maven Plugins
{noformat}

This doesn't include the list of goals in this plugin.  Similarly, if you "mvn help:describe -Dplugin=compiler -Dmojo=compile" you'll see this:

{noformat}
===============================================
Goal: 'compile'
Description:
Compiles application sources
===============================================
{noformat}

This doesn't describe any of the plugin parameters.

The problem here is that the "default" amount of information shown by help:describe is just way too minimal, requiring the user to be clever enough to add -Dmedium or -Dfull to get the information that they'd see for free if they looked at the website.

-Dmedium should be the default mode; if people just want to see the minimal amount of information, we could add a new mode called -Dminimal or -Dshort that would include less information.  Overall, IMO our objective should be that running mvn help:describe should, by default, give approximately the same information you'd get by browsing to a plugin's site.

  was:
Right now if you "mvn help:describe -Dplugin=compiler" you'll see this:

{noformat}
[INFO] Plugin: 'org.apache.maven.plugins:maven-compiler-plugin:2.0.2'
-----------------------------------------------
Group Id:  org.apache.maven.plugins
Artifact Id: maven-compiler-plugin
Version:     2.0.2
Goal Prefix: compiler
Description:

Maven Plugins
{noformat}

This doesn't include the list of goals in this plugin.  Similarly, if you "mvn help:describe -Dplugin=compiler -Dmojo=compile" you'll see this:

{noformat}
===============================================
Goal: 'compile'
Description:
Compiles application sources
===============================================
{noformat}

This doesn't describe any of the plugin parameters.

The problem here is that the "default" amount of information shown by help:describe is just way too minimal, requiring the user to be clever enough to add -Dmedium or -Dfull to get the information that they'd see for free if they looked at the website.

-Dmedium should be the default mode; if people just want to see the minimal amount of information, we could add a new mode called -Dminimal or -Dshort that would include less information.  Overall, IMO the goal should be that running mvn help:describe should, by default, give approximately the same information you'd get by browsing to a plugin's site.


> "medium" mode should be the default for help:describe
> -----------------------------------------------------
>
>                 Key: MPH-32
>                 URL: http://jira.codehaus.org/browse/MPH-32
>             Project: Maven 2.x Help Plugin
>          Issue Type: Improvement
>            Reporter: Dan Fabulich
>
> Right now if you "mvn help:describe -Dplugin=compiler" you'll see this:
> {noformat}
> [INFO] Plugin: 'org.apache.maven.plugins:maven-compiler-plugin:2.0.2'
> -----------------------------------------------
> Group Id:  org.apache.maven.plugins
> Artifact Id: maven-compiler-plugin
> Version:     2.0.2
> Goal Prefix: compiler
> Description:
> Maven Plugins
> {noformat}
> This doesn't include the list of goals in this plugin.  Similarly, if you "mvn help:describe -Dplugin=compiler -Dmojo=compile" you'll see this:
> {noformat}
> ===============================================
> Goal: 'compile'
> Description:
> Compiles application sources
> ===============================================
> {noformat}
> This doesn't describe any of the plugin parameters.
> The problem here is that the "default" amount of information shown by help:describe is just way too minimal, requiring the user to be clever enough to add -Dmedium or -Dfull to get the information that they'd see for free if they looked at the website.
> -Dmedium should be the default mode; if people just want to see the minimal amount of information, we could add a new mode called -Dminimal or -Dshort that would include less information.  Overall, IMO our objective should be that running mvn help:describe should, by default, give approximately the same information you'd get by browsing to a plugin's site.

-- 
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