org.apache.maven.plugin.eclipse
Class ConfigureWorkspaceMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
org.apache.maven.plugin.eclipse.ConfigureWorkspaceMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
@Mojo(name="configure-workspace",
requiresProject=false)
public class ConfigureWorkspaceMojo
- extends AbstractWorkspaceMojo
Configures The following Eclipse Workspace features:
- Adds the classpath variable MAVEN_REPO to Eclipse.
- Optionally load Eclipse code style file via a URL.
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 |
ConfigureWorkspaceMojo
public ConfigureWorkspaceMojo()
execute
public void execute()
throws MojoExecutionException
- Throws:
MojoExecutionException
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.