org.apache.maven.plugin.eclipse
Class WorkspaceDependencyResolveMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
WorkspaceDependencyResolveMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceDependencyResolveMojo

public WorkspaceDependencyResolveMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
MojoFailureException


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.