public class JkJavaPackOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
checksums
Comma separated list of algorithm to use to produce checksums (ex : 'sha-1,md5').
|
boolean |
javadoc
When true, javadoc is created and packed in a jar file.
|
boolean |
sources
When true, sources are packed in a jar file.
|
boolean |
tests
When true, tests classes and sources are packed in jars.
|
boolean |
testSources |
Constructor and Description |
---|
JkJavaPackOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
checksums()
Returns the checksums algorithms to checksum artifact files.
|
public java.lang.String checksums
public boolean javadoc
public boolean sources
public boolean tests
public boolean testSources