maven-help-plugin:2.1.1:describe with maven 3.0.1 doesn't show the
parameter Required and Expression status which is essential to run the
goal.
I would like those information included in the help:describe goal.
What do you think?
-Guo
EXAMPLE [ eclipse:configure-workspace ]
=================================================
CORRECT SYNTAX
> mvn eclipse:configure-workspace -Declipse.workspace=.
GOAL DOC
On plugin goal page[1], you will see workspace:
Directory location of the Eclipse workspace.
* Type: java.lang.String
* Required: Yes
* Expression: ${eclipse.workspace}
help:describe OUTPUT
mvn -Ddetail help:describe -Dplugin=eclipse -Dgoal=configure-workspace
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-help-plugin:2.1.1:describe (default-cli) @ standalone-pom ---
[INFO] Mojo: 'eclipse:configure-workspace'
eclipse:configure-workspace
Description: Configures The following Eclipse Workspace features:
- Adds the classpath variable MAVEN_REPO to Eclipse.
- Optionally load Eclipse code style file via a URL.
Implementation: org.apache.maven.plugin.eclipse.ConfigureWorkspaceMojo
Language: java
Available parameters:
workspace
Directory location of the Eclipse workspace.
workspaceActiveCodeStyleProfileName
Name of a profile in workspaceCodeStylesURL to activate. Default is the
first profile name in the code style file in workspaceCodeStylesURL
workspaceCodeStylesURL
Point to a URL containing code styles content.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[1]
http://maven.apache.org/plugins/maven-eclipse-plugin/configure-workspace-mojo.html#workspace
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]