org.apache.maven.plugin.eclipse
Class AddMavenRepoMojo

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


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AddMavenRepoMojo()
           
 
Method Summary
 void execute()
           
 org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
           
 java.lang.String getWorkspace()
           
 void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
           
 void setWorkspace(java.lang.String workspace)
           
 
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()
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.