eclipse:clean
Full name:
org.apache.maven.plugins:maven-eclipse-plugin:2.9:clean
Description:
Deletes the .project, .classpath, .wtpmodules files and .settings
folder used by Eclipse.
Attributes:
- Requires a Maven project to be executed.
Optional Parameters
Name |
Type |
Since |
Description |
additionalConfig |
EclipseConfigFile[] |
- |
additional generic configuration files for eclipse
|
basedir |
File |
- |
The root directory of the project
|
packaging |
String |
- |
Packaging for the current project.
|
skip |
boolean |
- |
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[]
- Required: No
basedir:
The root directory of the project
- Type: java.io.File
- Required: No
- Expression: ${basedir}
packaging:
Packaging for the current project.
- Type: java.lang.String
- Required: No
- Expression: ${project.packaging}
skip:
Skip the operation when true.
- Type: boolean
- Required: No
- Expression: ${eclipse.skip}
- Default: false