org.apache.maven.plugin.eclipse
Class AddMavenRepoMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
          extended by org.apache.maven.plugin.eclipse.AddMavenRepoMojo
All Implemented Interfaces:
ContextEnabled, Mojo

Deprecated. Use configure-workspace goal instead.

public class AddMavenRepoMojo
extends AbstractWorkspaceMojo

Adds the classpath variable M2_REPO to Eclipse. DEPRECATED. Replaced by eclipse:configure-workspace.

Is defined by the goal name:
add-maven-repo
Requires a Maven project to run:
false

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AddMavenRepoMojo()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated.  
 
Methods inherited from class org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
getLocalRepository, getWorkspace, setLocalRepository, setWorkspace
 
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

AddMavenRepoMojo

public AddMavenRepoMojo()
Deprecated. 
Method Detail

execute

public void execute()
             throws MojoExecutionException
Deprecated. 
Throws:
MojoExecutionException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.