idea:workspace
Full name:
org.apache.maven.plugins:maven-idea-plugin:2.2.1:workspace
Description:
Creates the workspace file (*.iws) for IntelliJ IDEA.
Attributes:
- Requires a Maven project to be executed.
- Invokes the execution of the lifecycle phase generate-sources prior to executing itself.
Optional Parameters
Name |
Type |
Since |
Description |
overwrite |
boolean |
- |
Whether to update the existing project files or overwrite them. Default value is: false. User property is: overwrite. |
Parameter Details
overwrite:
Whether to update the existing project files or overwrite them.
- Type: boolean
- Required: No
- User Property: overwrite
- Default: false