parasoft:eclipse

Full name:

Parasoft:maven-parasoft-plugin:3.13:eclipse

Description:

Mojo to generate eclipse project files

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
additionalNatures List - Allows to add additional natures not implied by the packaging type
localRepository ArtifactRepository - (no description)
name String - Change the name of the .project file.
overwrite boolean - Overwrite existing eclipse files
Default value is: false.
project MavenProject - (no description)
remoteRepositories List - (no description)
vmName String - jvm name configured in eclipse

Parameter Details

additionalNatures:

Allows to add additional natures not implied by the packaging type
  • Type: java.util.List
  • Required: No

localRepository:

(no description)
  • Type: org.apache.maven.artifact.repository.ArtifactRepository
  • Required: No
  • Expression: ${localRepository}

name:

Change the name of the .project file.
  • Type: java.lang.String
  • Required: No
  • Expression: ${parasoft.eclipse.name}

overwrite:

Overwrite existing eclipse files
  • Type: boolean
  • Required: No
  • Expression: ${parasoft.eclipse.overwrite}
  • Default: false

project:

(no description)
  • Type: org.apache.maven.project.MavenProject
  • Required: No
  • Expression: ${project}

remoteRepositories:

(no description)
  • Type: java.util.List
  • Required: No
  • Expression: ${project.remoteArtifactRepositories}

vmName:

jvm name configured in eclipse
  • Type: java.lang.String
  • Required: No
  • Expression: ${parasoft.eclipse.vmName}