org.apache.maven.plugin.eclipse
Class MyEclipseCleanMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.eclipse.EclipseCleanMojo
org.apache.maven.plugin.eclipse.MyEclipseCleanMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
@Mojo(name="myeclipse-clean",
defaultPhase=NONE)
public class MyEclipseCleanMojo
- extends EclipseCleanMojo
Deletes configuration files used by MyEclipse
- Since:
- 2.5
- Author:
- Olivier Jacob
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 |
MyEclipseCleanMojo
public MyEclipseCleanMojo()
cleanExtras
protected void cleanExtras()
throws MojoExecutionException
- Overrides:
cleanExtras
in class EclipseCleanMojo
- Throws:
MojoExecutionException
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.