drombler-fx:pxb

Full name:

org.drombler.fx:drombler-fx-maven-plugin:0.9:pxb

Description:

(no description)

Attributes:

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

Optional Parameters

Name Type Since Description
archive MavenArchiveConfiguration - The archive configuration to use. See Maven Archiver Reference.
classesDirectory File - (no description)
Default value is: ${project.build.outputDirectory}.
User property is: pxb.classesDirectory.
mainClass String - (no description)
User property is: pxb.mainClass.
manifestConfiguration ManifestConfiguration - (no description)
project MavenProject - The Maven project.
Default value is: ${project}.

Parameter Details

archive:

The archive configuration to use. See Maven Archiver Reference.
  • Type: org.apache.maven.archiver.MavenArchiveConfiguration
  • Required: No

classesDirectory:

(no description)
  • Type: java.io.File
  • Required: No
  • User Property: pxb.classesDirectory
  • Default: ${project.build.outputDirectory}

mainClass:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: pxb.mainClass

manifestConfiguration:

(no description)
  • Type: org.apache.maven.archiver.ManifestConfiguration
  • Required: No

project:

The Maven project.
  • Type: org.apache.maven.project.MavenProject
  • Required: No
  • Default: ${project}