Repackage

Full name

com.jlupin:jlupin-platform-maven-plugin:1.6.0.0:repackage

Description

Repacks generated archive into JLupin Platform fat jar.

Attributes

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

Parameters

Name Type Default Property Since Description
skip boolean false jlupin.repackage.skip 1.6.0.2 Flag to determine if skip repacking.
inputDirectory java.io.File ${project.build.directory} jlupin.repackage.input.directory 1.6.0.2 Directory with input file.
inputFileName java.lang.String ${project.build.finalName}.${project.packaging} jlupin.repackage.input.fileName 1.6.0.2 Name of input file.
outputDirectory java.io.File ${project.build.directory} jlupin.repackage.output.directory 1.6.0.2 Directory to put output file.
outputFileName java.lang.String ${project.build.finalName}.${project.packaging} jlupin.repackage.output.fileName 1.6.0.2 Name of output file.
includeSystemScope boolean false - 1.6.0.2 Flag to determine if include system scope dependencies in fat jar.