idea:workspace

Full name:

org.apache.maven.plugins:maven-idea-plugin:2.2:workspace

Description:

Creates the workspace file (*.iws) for IntelliJ IDEA.

Attributes:

  • Requires a Maven 2.0 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.

Parameter Details

overwrite:

Whether to update the existing project files or overwrite them.
  • Type: boolean
  • Required: No
  • Expression: ${overwrite}
  • Default: false