eclipse:configure-workspace

Configures The following Eclipse Workspace features:

  • Adds the classpath variable MAVEN_REPO to Eclipse.
  • Optionally load Eclipse code style file via a URL.
Mojo Attributes:

    Required Parameters

    Name Type Description
    workspace String Directory location of the Eclipse workspace.

    Optional Parameters

    Name Type 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}