You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Benedict (JIRA)" <ji...@codehaus.org> on 2014/07/02 15:45:19 UTC

[jira] (MNG-4339) Add a --show command line option that list all possible targets

     [ https://jira.codehaus.org/browse/MNG-4339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated MNG-4339:
-------------------------------

    Fix Version/s:     (was: Issues to be reviewed for 3.x)

> Add a --show command line option  that list all possible targets
> ----------------------------------------------------------------
>
>                 Key: MNG-4339
>                 URL: https://jira.codehaus.org/browse/MNG-4339
>             Project: Maven
>          Issue Type: Improvement
>          Components: Command Line
>            Reporter: Christian Hammers
>            Priority: Minor
>
> Hello
> It would be nice if maven had a "--show" command line option that could be used to figure out which individual targets can be called:
>  $ mvn --show
>  The following goals can be called directly:
>    compile
>    deploy
>    site
>         :<default>
>         :javadoc
>         :doxia
>    jaxws
>         :wsgen
>         :wsimport
>    ant
>        :run
>    release
>        :prepare
>        :perform
>   
> This would help newbies like me to figure out how I can just recreate the apidocs wihout haven to run "mvn site" and wait for the whole unit test to complete etc....
> bye,
> -christian-



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)