eclipse:configure-workspace
Full name:
io.wcm.devops.maven.plugins:eclipse-maven-plugin:3.2.1-SNAPSHOT: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:
- The goal is not marked as thread-safe and thus does not support parallel builds.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<workspace> |
String |
- |
Directory location of the Eclipse workspace.User Property: 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 workspaceCodeStylesURLUser Property: eclipse.workspaceActiveCodeStyleProfileName |
<workspaceCodeStylesURL> |
String |
- |
Point to a URL containing code styles content. User Property: eclipse.workspaceCodeStylesURL |
Parameter Details
<workspace>
Directory location of the
Eclipse workspace.- Type:
java.lang.String - Required:
Yes - User Property:
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 - User Property:
eclipse.workspaceActiveCodeStyleProfileName
<workspaceCodeStylesURL>
Point to a URL containing code styles content.
- Type:
java.lang.String - Required:
No - User Property:
eclipse.workspaceCodeStylesURL
