eclipse:add-maven-repo

Adds the classpath variable MAVEN_REPO to Eclipse.

Mojo Attributes :

    Required Parameters

    Name Type Description
    workspace String Location of the Eclipse workspace that holds your configuration and source. On Windows, this will be the workspace directory under your eclipse installation. For example, if you installed eclipse into c:\eclipse, the workspace is c:\eclipse\workspace.

    Parameter Details

    workspace

    Location of the Eclipse workspace that holds your configuration and source. On Windows, this will be the workspace directory under your eclipse installation. For example, if you installed eclipse into c:\eclipse, the workspace is c:\eclipse\workspace.

    • Type : java.lang.String
    • Required : Yes
    • Expression : ${eclipse.workspace}