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

public class MyEclipseCleanMojo
extends EclipseCleanMojo

Deletes configuration files used by MyEclipse

Since:
2.5
Author:
Olivier Jacob
Is defined by the goal name:
myeclipse-clean
Is bound to the specified phase of the standard build lifecycle:
NOT DEFINED

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