public class JarMojo extends AbstractJarMojo
Constructor and Description |
---|
JarMojo() |
Modifier and Type | Method and Description |
---|---|
protected File |
getClassesDirectory()
Return the main classes directory, so it's used as the root of the jar.
|
protected String |
getClassifier()
Overload this to produce a jar with another classifier, for example a test-jar.
|
protected String |
getType()
Overload this to produce a test-jar, for example.
|
createArchive, execute, getDefaultManifestFile, getJarFile, getProject
protected String getClassifier()
AbstractJarMojo
getClassifier
in class AbstractJarMojo
protected String getType()
AbstractJarMojo
getType
in class AbstractJarMojo
protected File getClassesDirectory()
getClassesDirectory
in class AbstractJarMojo
Copyright © 2014. All rights reserved.