existdb:xar

Full name:

net.middell:existdb-maven-plugin:1.0:xar

Description:

Packages all resources of the project into a XAR archive.

This goal is configured as part of the package phase in a custom lifecycle named "xar", thus defining a new packaging type of the same name.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
xarFile File - The package file to be created.
Default value is: ${project.build.directory}/${project.build.finalName}.xar.

Parameter Details

xarFile:

The package file to be created.
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.build.directory}/${project.build.finalName}.xar