eclipse:configure-workspace
Full name:
org.apache.maven.plugins:maven-eclipse-plugin:2.9: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.
Attributes:
Required Parameters
Name |
Type |
Since |
Description |
workspace |
String |
- |
Directory location of the Eclipse workspace.
|
Optional Parameters
Name |
Type |
Since |
Description |
workspaceActiveCodeStyleProfileName |
String |
- |
Name of a profile in workspaceCodeStylesURL to
activate. Default is the first profile name in the code style file
in workspaceCodeStylesURL
|
workspaceCodeStylesURL |
String |
- |
Point to a URL containing code styles content.
|
Parameter Details
workspace:
Directory location of the Eclipse workspace.
- Type: java.lang.String
- Required: Yes
- Expression: ${eclipse.workspace}
workspaceActiveCodeStyleProfileName:
Name of a profile in workspaceCodeStylesURL to
activate. Default is the first profile name in the code style file
in workspaceCodeStylesURL
- Type: java.lang.String
- Required: No
- Expression: ${eclipse.workspaceActiveCodeStyleProfileName}
workspaceCodeStylesURL:
Point to a URL containing code styles content.
- Type: java.lang.String
- Required: No
- Expression: ${eclipse.workspaceCodeStylesURL}