Fork me on GitHub

jszip:initialize

Full name:

org.jszip.maven:jszip-maven-plugin:0.1-alpha-9:initialize

Description:

Initializes the JSZIP artifact.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: compile.

Required Parameters

Name Type Since Description
contentDirectory File - Directory containing the classes.
Default value is: src/main/js.

Optional Parameters

Name Type Since Description
classifier String - Classifier to add to the artifact generated. If given, the artifact will be an attachment instead.

Parameter Details

classifier:

Classifier to add to the artifact generated. If given, the artifact will be an attachment instead.
  • Type: java.lang.String
  • Required: No

contentDirectory:

Directory containing the classes.
  • Type: java.io.File
  • Required: Yes
  • Default: src/main/js