link
Avalon
Avalon Central
Home PlanetProductsCentral
Jar Task

The jar task creates a deliverable jar file based on the contents of the ${basedir}/target/classes directory, generates a md5 file, and optionally creates an asc signature file.

<x:jar/>
package:
    [mkdir] Created dir: F:\dev\avalon\planet\tutorials\dynamics\target\deliverables\jars
      [jar] Building jar: F:\dev\avalon\planet\tutorials\dynamics\target\deliverables\jars\dynamics.jar
    [x:jar] Creating md5 checksum
Properties

The following optional properties can be used to customize manifest content.

PropertyDescription
${project.jar.main.class} Optional declaration of a main class manifest attribute.
${project.jar.classpath} Optional declaration of a classpath manifest attribute.