org.apache.maven.plugin.eclipse
Class WorkspaceDependencyResolveMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.eclipse.WorkspaceDependencyResolveMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
@Mojo(name="resolve-workspace-dependencies",
aggregator=true,
requiresProject=false)
public class WorkspaceDependencyResolveMojo
- extends AbstractMojo
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.
- Since:
- 2.10
- Author:
- agudian
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkspaceDependencyResolveMojo
public WorkspaceDependencyResolveMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.