idea:workspace

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

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Invokes the execution of the lifecycle phase generate-sources prior to executing itself.

Optional Parameters

Name Type Description
artifactFactory ArtifactFactory No description.
artifactMetadataSource ArtifactMetadataSource No description.
artifactResolver ArtifactResolver No description.
overwrite boolean Whether to update the existing project files or overwrite them. Default value is false.

Parameter Details

artifactFactory

No Description.

  • Type: org.apache.maven.artifact.factory.ArtifactFactory
  • Required: No

artifactMetadataSource

No Description.

  • Type: org.apache.maven.artifact.metadata.ArtifactMetadataSource
  • Required: No

artifactResolver

No Description.

  • Type: org.apache.maven.artifact.resolver.ArtifactResolver
  • Required: No

overwrite

Whether to update the existing project files or overwrite them.

  • Type: boolean
  • Required: No
  • Expression: ${overwrite}
  • Default: false