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