eclipse:resolve-workspace-dependencies
Full name:
io.wcm.devops.maven.plugins:eclipse-maven-plugin:3.2.1-SNAPSHOT: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 goal.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Since version:
2.10.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<workspace> |
File |
- |
The eclipse workspace directory.
If omitted, the parent directories of the working directory are checked. The first directory to contain a User Property: 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 - Required:
No - User Property:
eclipse.workspace
