org.apache.maven.plugin.eclipse
Class MyEclipseCleanMojo

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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
MyEclipseCleanMojo()
           
 
Method Summary
protected  void cleanExtras()
           
 
Methods inherited from class org.apache.maven.plugin.eclipse.EclipseCleanMojo
delete, execute, getBasedir, getPackaging, setBasedir, setPackaging
 
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

MyEclipseCleanMojo

public MyEclipseCleanMojo()
Method Detail

cleanExtras

protected void cleanExtras()
                    throws MojoExecutionException
Overrides:
cleanExtras in class EclipseCleanMojo
Throws:
MojoExecutionException


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.