eclipse:clean
Deletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse.
Mojo Attributes
:
- Requires a Maven 2.0 project to execute.
Optional Parameters
| Name |
Type |
Description |
| basedir
|
File |
The root directory of the project |
| skip
|
boolean |
Skip the operation when true. Default value is false. |
Parameter Details
basedir
The root directory of the project
- Type
:
java.io.File
- Required
:
No
- Expression
:
${basedir}
skip
Skip the operation when true.
- Type
:
boolean
- Required
:
No
- Expression
:
${eclipse.skip}
- Default
:
false