jarchive:ch

Full name:

net.sourceforge.jarchive:maven-jarchive-plugin:1.0-SNAPSHOT:ch

Description:

Generates the content handlers for Sun to operate them. these are definied in de driver.xml in the driver package

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: generate-sources.

Required Parameters

Name Type Since Description
archiveDescription String - The description of the archive.
archiveName String - The name of the archive.
author String - The author that will be used in the generated code.
defaultExtension String - De most common extension of the archive
defaultMimetype String - The default mime type of the archive.
platform String - The default platform where the archive exists.

Optional Parameters

Name Type Since Description
driverPackage String - The package where the driver classes will be generated in. Default value is: ${project.groupId}.${project.artifactId}.
driverVersion String - The version for the driver.xml must be mayor.minor syntact using numbers Default value is: 1.0.
entryProperties Properties - entry Properties.
failOnError boolean - Must the plug in fail on error. Default value is: true.
generationSourcePath String - The relative path from the basedir to the place where the javacode will be generated in. Default value is: src/main/generated.
resourcePath String - The relative path from the basedir to the place where the resources will be generated in. Default value is: src/main/resources.
version String - The starting version. Default value is: ${project.version}.

Parameter Details

archiveDescription :

The description of the archive.

  • Type: java.lang.String
  • Required: Yes

archiveName :

The name of the archive.

  • Type: java.lang.String
  • Required: Yes

author :

The author that will be used in the generated code.

  • Type: java.lang.String
  • Required: Yes

defaultExtension :

De most common extension of the archive

  • Type: java.lang.String
  • Required: Yes

defaultMimetype :

The default mime type of the archive.

  • Type: java.lang.String
  • Required: Yes

driverPackage :

The package where the driver classes will be generated in.

  • Type: java.lang.String
  • Required: No
  • Default: ${project.groupId}.${project.artifactId}

driverVersion :

The version for the driver.xml must be mayor.minor syntact using numbers

  • Type: java.lang.String
  • Required: No
  • Default: 1.0

entryProperties :

entry Properties.

  • Type: java.util.Properties
  • Required: No

failOnError :

Must the plug in fail on error.

  • Type: boolean
  • Required: No
  • Default: true

generationSourcePath :

The relative path from the basedir to the place where the javacode will be generated in.

  • Type: java.lang.String
  • Required: No
  • Default: src/main/generated

platform :

The default platform where the archive exists.

  • Type: java.lang.String
  • Required: Yes

resourcePath :

The relative path from the basedir to the place where the resources will be generated in.

  • Type: java.lang.String
  • Required: No
  • Default: src/main/resources

version :

The starting version.

  • Type: java.lang.String
  • Required: No
  • Default: ${project.version}