coremedia-application:war-it

Full name:

com.coremedia.maven:coremedia-application-maven-plugin:2.8.3:war-it

Description:

Archives the result of the package-webstart goal and attaches the war file as project artifact.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
classifier String 2.4 The classifier used for installing or deploying the created artifact
outputDirectory File 2.0 Location of the assembled application.

Default value is: ${project.build.directory}/${project.build.finalName}.
outputFile File - The path of the archive to be created. The default value will be ${project.build.directory}/${project.build.finalName}.[zip|war|rpm]
skipArchiving boolean 2.4 Skips the archive creation.
Default value is: false.
skipWarArchiving boolean 2.7 Skips the archive creation.
Default value is: false.
User property is: skipWarArchiving.

Parameter Details

classifier:

The classifier used for installing or deploying the created artifact
  • Type: java.lang.String
  • Since: 2.4
  • Required: No

outputDirectory:

Location of the assembled application.
  • Type: java.io.File
  • Since: 2.0
  • Required: No
  • Default: ${project.build.directory}/${project.build.finalName}

outputFile:

The path of the archive to be created. The default value will be ${project.build.directory}/${project.build.finalName}.[zip|war|rpm]
  • Type: java.io.File
  • Required: No

skipArchiving:

Skips the archive creation.
  • Type: boolean
  • Since: 2.4
  • Required: No
  • Default: false

skipWarArchiving:

Skips the archive creation.
  • Type: boolean
  • Since: 2.7
  • Required: No
  • User Property: skipWarArchiving
  • Default: false