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:

Required Parameters

Name Type Since Description
<workspace> String - Directory location of the Eclipse workspace.
User property is: 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
User property is: eclipse.workspaceActiveCodeStyleProfileName.
<workspaceCodeStylesURL> String - Point to a URL containing code styles content.
User property is: 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

Back to top

Version: 3.2.1-SNAPSHOT. Last Published: 2024-03-06.