eclipse:myeclipse-clean

Full name:

org.apache.maven.plugins:maven-eclipse-plugin:2.6:myeclipse-clean

Description:

Deletes configuration files used by MyEclipse

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Since version: 2.5.

Optional Parameters

Name Type Since Description
additionalConfig EclipseConfigFile[] 2.5 additional generic configuration files for eclipse
basedir File 2.5 The root directory of the project
packaging String 2.5 Packaging for the current project.
skip boolean 2.5 Skip the operation when true.
Default value is: false.

Parameter Details

additionalConfig:

additional generic configuration files for eclipse
  • Type: org.apache.maven.plugin.eclipse.EclipseConfigFile[]
  • Since: 2.5
  • Required: No

basedir:

The root directory of the project
  • Type: java.io.File
  • Since: 2.5
  • Required: No
  • Expression: ${basedir}

packaging:

Packaging for the current project.
  • Type: java.lang.String
  • Since: 2.5
  • Required: No
  • Expression: ${project.packaging}

skip:

Skip the operation when true.
  • Type: boolean
  • Since: 2.5
  • Required: No
  • Expression: ${eclipse.skip}
  • Default: false