parasoft:localsettings

Full name:

Parasoft:maven-parasoft-plugin:3.13:localsettings

Description:

Mojo to generate the local settings file

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
additionalProperties Map - (no description)
concertoHost String - Concerto host name, useful for obtaining tool settings from a Parasoft Concerto server. If concerto host is set, then projectName is required. Concerto 4.5 or greater is needed.
concertoPort Integer - Concerto port name, if concerto is not on the default port. Concerto 4.5 or greater is needed.
globalSettingsFile File - (no description)
Default value is: ${project.basedir}/globalsettings.properties.
localSettingsName String - (no description)
Default value is: localsettings.properties.
nightly boolean - (no description)
Default value is: false.
project MavenProject - (no description)
projectName String - Concerto project name, required if concertoHost is set. Concerto 4.5 or greater is needed.

Parameter Details

additionalProperties:

(no description)
  • Type: java.util.Map
  • Required: No

concertoHost:

Concerto host name, useful for obtaining tool settings from a Parasoft Concerto server. If concerto host is set, then projectName is required. Concerto 4.5 or greater is needed.
  • Type: java.lang.String
  • Required: No
  • Expression: ${parasoft.concerto.host}

concertoPort:

Concerto port name, if concerto is not on the default port. Concerto 4.5 or greater is needed.
  • Type: java.lang.Integer
  • Required: No
  • Expression: ${parasoft.concerto.port}

globalSettingsFile:

(no description)
  • Type: java.io.File
  • Required: No
  • Expression: ${parasoft.globalsettings.file}
  • Default: ${project.basedir}/globalsettings.properties

localSettingsName:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${parasoft.localsettings.name}
  • Default: localsettings.properties

nightly:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${parasoft.nightly}
  • Default: false

project:

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

projectName:

Concerto project name, required if concertoHost is set. Concerto 4.5 or greater is needed.
  • Type: java.lang.String
  • Required: No
  • Expression: ${parasoft.concerto.projectName}