Fork me on GitHub

eclipse:resolve-workspace-dependencies

Full name:

org.apache.maven.plugins:maven-eclipse-plugin:2.10:resolve-workspace-dependencies

Description:

For all projects currently part of the workspace, all references to the M2_REPO classpath variable are resolved.

Note: not the projects of the reactor are inspected for unresolved artifacts, but the projects that are part of the workspace.

Attributes:

  • Executes as an aggregator plugin.
  • Since version: 2.10.

Optional Parameters

Name Type Since Description
workspace File 2.10 The eclipse workspace directory.

If omitted, the parent directories of the working directory are checked. The first directory to contain a .metadata subdirectory is chosen.


User property is: eclipse.workspace.

Parameter Details

workspace:

The eclipse workspace directory.

If omitted, the parent directories of the working directory are checked. The first directory to contain a .metadata subdirectory is chosen.

  • Type: java.io.File
  • Since: 2.10
  • Required: No
  • User Property: eclipse.workspace