org.apache.maven.plugin.jar
public abstract class AbstractJarMojo extends AbstractMojo
Version: $Id: AbstractJarMojo.java 366416 2006-01-06 04:07:11Z brett $
Method Summary | |
---|---|
File | createArchive()
Generates the JAR.
|
void | execute()
Generates the JAR.
|
protected abstract File | getClassesDirectory()
Return the specific output directory to serve as the root for the archive. |
protected abstract String | getClassifier()
Overload this to produce a test-jar, for example. |
protected static File | getJarFile(File basedir, String finalName, String classifier) |
protected MavenProject | getProject() |
UNKNOWN: Add license files in META-INF directory.
UNKNOWN: Add license files in META-INF directory.