|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.ide.AbstractIdeSupportMojo
org.apache.maven.plugin.eclipse.EclipsePlugin
org.apache.maven.plugin.eclipse.M2EclipseMojo
Creates an eclipse project that is ready to use with the M2Elipse plugin.
Field Summary | |
protected static java.lang.String |
M2ECLIPSE_BUILD_COMMAND
|
protected static java.lang.String |
M2ECLIPSE_CLASSPATH_CONTAINER
|
protected static java.lang.String |
M2ECLIPSE_NATURE
|
Fields inherited from class org.apache.maven.plugin.eclipse.EclipsePlugin |
ASPECTJ_RT_CONTAINER, BUILDER_WST_VALIDATION, COMMON_PATH_JDT_LAUNCHING_JRE_CONTAINER, limitProjectReferencesToWorkspace, REQUIRED_PLUGINS_CONTAINER, workspace, WTP_SUPPORTED_VERSIONS |
Fields inherited from class org.apache.maven.plugin.ide.AbstractIdeSupportMojo |
artifactCollector, artifactFactory, artifactMetadataSource, artifactResolver, downloadJavadocs, downloadSources, executedProject, forceRecheck, localRepository, logger, packaging, project, reactorProjects, remoteArtifactRepositories |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Constructor Summary | |
M2EclipseMojo()
|
Method Summary | |
protected void |
setupExtras()
Extension point for subclasses. |
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 |
Field Detail |
protected static final java.lang.String M2ECLIPSE_NATURE
protected static final java.lang.String M2ECLIPSE_BUILD_COMMAND
protected static final java.lang.String M2ECLIPSE_CLASSPATH_CONTAINER
Constructor Detail |
public M2EclipseMojo()
Method Detail |
protected void setupExtras() throws org.apache.maven.plugin.MojoExecutionException
EclipsePlugin
Called during setup
.
setupExtras
in class EclipsePlugin
org.apache.maven.plugin.MojoExecutionException
- mojo failures.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |