[ 
http://jira.codehaus.org/browse/MECLIPSE-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176575#action_176575
 ] 

Arnaud Heritier commented on MECLIPSE-327:
------------------------------------------

This documentation is automagically generated :-)
For all plugins you have to use the expression and not the parameter name in 
the commande line. The parameter name is used in the configuration part of the 
plugin.
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#skip
Either you have:
{code}
<configuration>
  <skip>true</skip>
</configuration>
{code}

{code}
mvn install -Declipse.skip=true
{code}



> Improve documentation for options
> ---------------------------------
>
>                 Key: MECLIPSE-327
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-327
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: Plugin Documentation
>    Affects Versions: 2.4
>            Reporter: Aaron Digulla
>            Priority: Minor
>
> The option "skip" on [this 
> page|http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html] 
> should be "eclipse.skip" (-Dskip has no effect).
> In the explanation of "downloadSources", you should mention where this file 
> can be found:
> {quote}
> ... delete the file <code>mvn-eclipse-cache.properties</code> in the target 
> directory in order to reset this cache.
> {quote}

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

        

Reply via email to