[ 
https://issues.apache.org/jira/browse/MPH-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Boué closed MPH-121.
------------------------------
       Resolution: Fixed
         Assignee: Guillaume Boué
    Fix Version/s: 3.0.0

> incorrect text in help:describe for cmd
> ---------------------------------------
>
>                 Key: MPH-121
>                 URL: https://issues.apache.org/jira/browse/MPH-121
>             Project: Maven Help Plugin
>          Issue Type: Bug
>          Components: describe
>    Affects Versions: 2.2
>            Reporter: aaa
>            Assignee: Guillaume Boué
>            Priority: Minor
>             Fix For: 3.0.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> For example, run "mvn help:describe -Dcmd=post-site" and the text that comes 
> back is:
> ...
> [INFO] 'post-site' is a lifecycle with the following phases:
> * pre-site: Not defined
> * site: org.apache.maven.plugins:maven-site-plugin:3.3:site
> * post-site: Not defined
> * site-deploy: org.apache.maven.plugins:maven-site-plugin:3.3:deploy
> ...
> Should this not be 
> [INFO] 'post-site' is a phase within the 'site' lifecycle:
> * pre-site: Not defined
> * site: org.apache.maven.plugins:maven-site-plugin:3.3:site
> * post-site: Not defined
> * site-deploy: org.apache.maven.plugins:maven-site-plugin:3.3:deploy
> or
> [INFO] 'post-site' is a phase within the following lifecycle:
> * pre-site: Not defined
> * site: org.apache.maven.plugins:maven-site-plugin:3.3:site
> * post-site: Not defined
> * site-deploy: org.apache.maven.plugins:maven-site-plugin:3.3:deploy
> Doesn't make any odds to the functionality but, as far as I can tell, the 
> text is not consistent with the documentation of how lifecycle, phase, plugin 
> and goal are related. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to