org.apache.maven.plugin.eclipse
Class AddMavenRepoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.eclipse.AddMavenRepoMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class AddMavenRepoMojo
- extends org.apache.maven.plugin.AbstractMojo
Adds the classpath variable MAVEN_REPO to Eclipse.
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
AddMavenRepoMojo
public AddMavenRepoMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getLocalRepository
public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
setLocalRepository
public void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
getWorkspace
public java.lang.String getWorkspace()
setWorkspace
public void setWorkspace(java.lang.String workspace)
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.