Fork me on GitHub

eclipse:myeclipse-clean

Full name:

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

Description:

Deletes configuration files used by MyEclipse

Attributes:

  • Requires a Maven 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
User property is: basedir.
packaging String 2.5 Packaging for the current project.
User property is: project.packaging.
skip boolean 2.5 Skip the operation when true.
Default value is: false.
User property is: eclipse.skip.

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
  • User Property: basedir

packaging:

Packaging for the current project.
  • Type: java.lang.String
  • Since: 2.5
  • Required: No
  • User Property: project.packaging

skip:

Skip the operation when true.
  • Type: boolean
  • Since: 2.5
  • Required: No
  • User Property: eclipse.skip
  • Default: false