Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractJarMojo - Class in org.apache.maven.plugins.jar
-
Base class for creating a jar from project classes.
- AbstractJarMojo() - Constructor for class org.apache.maven.plugins.jar.AbstractJarMojo
- archive - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
The archive configuration to use.
- archivers - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
The Jar archiver.
C
- classesDirectory - Variable in class org.apache.maven.plugins.jar.JarMojo
-
Directory containing the classes and resource files that should be packaged into the JAR.
- classifier - Variable in class org.apache.maven.plugins.jar.JarMojo
-
Classifier to add to the artifact generated.
- classifier - Variable in class org.apache.maven.plugins.jar.TestJarMojo
-
Classifier to use for
test-jar
. - createArchive() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Generates the JAR.
D
- DEFAULT_EXCLUDES - Static variable in class org.apache.maven.plugins.jar.AbstractJarMojo
- DEFAULT_INCLUDES - Static variable in class org.apache.maven.plugins.jar.AbstractJarMojo
E
- excludes - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
List of files to exclude.
- execute() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Generates the JAR.
- execute() - Method in class org.apache.maven.plugins.jar.TestJarMojo
-
Generates the JAR.
F
- finalName - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Name of the generated JAR.
- forceCreation - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Require the jar plugin to build a new JAR even if none of the contents appear to have changed.
G
- getClassesDirectory() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Return the specific output directory to serve as the root for the archive.
- getClassesDirectory() - Method in class org.apache.maven.plugins.jar.JarMojo
-
Return the specific output directory to serve as the root for the archive.
- getClassesDirectory() - Method in class org.apache.maven.plugins.jar.TestJarMojo
-
Return the specific output directory to serve as the root for the archive.
- getClassifier() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Overload this to produce a jar with another classifier, for example a test-jar.
- getClassifier() - Method in class org.apache.maven.plugins.jar.JarMojo
-
Overload this to produce a jar with another classifier, for example a test-jar.
- getClassifier() - Method in class org.apache.maven.plugins.jar.TestJarMojo
-
Overload this to produce a jar with another classifier, for example a test-jar.
- getExcludes() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
- getIncludes() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
- getJarFile(File, String, String) - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Returns the Jar file to generate, based on an optional classifier.
- getProject() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
- getType() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Overload this to produce a test-jar, for example.
- getType() - Method in class org.apache.maven.plugins.jar.JarMojo
-
Overload this to produce a test-jar, for example.
- getType() - Method in class org.apache.maven.plugins.jar.TestJarMojo
-
Overload this to produce a test-jar, for example.
H
- hasClassifier() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
I
- includes - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
List of files to include.
J
- JarMojo - Class in org.apache.maven.plugins.jar
-
Build a JAR from the current project.
- JarMojo() - Constructor for class org.apache.maven.plugins.jar.JarMojo
M
- MODULE_DESCRIPTOR_FILE_NAME - Static variable in class org.apache.maven.plugins.jar.AbstractJarMojo
O
- org.apache.maven.plugins.jar - package org.apache.maven.plugins.jar
- outputDirectory - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Directory containing the generated JAR.
- outputTimestamp - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Timestamp for reproducible output archive entries, either formatted as ISO 8601
yyyy-MM-dd'T'HH:mm:ssXXX
or as an int representing seconds since the epoch (like SOURCE_DATE_EPOCH).
P
- project - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
The {@link {MavenProject}.
- projectHasAlreadySetAnArtifact() - Method in class org.apache.maven.plugins.jar.AbstractJarMojo
- projectHelper - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
S
- session - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
The
MavenSession
. - skip - Variable in class org.apache.maven.plugins.jar.TestJarMojo
-
Set this to
true
to bypass test-jar generation. - skipIfEmpty - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Skip creating empty archives.
T
- testClassesDirectory - Variable in class org.apache.maven.plugins.jar.TestJarMojo
-
Directory containing the test classes and resource files that should be packaged into the JAR.
- TestJarMojo - Class in org.apache.maven.plugins.jar
-
Build a JAR of the test classes for the current project.
- TestJarMojo() - Constructor for class org.apache.maven.plugins.jar.TestJarMojo
U
- useDefaultManifestFile - Variable in class org.apache.maven.plugins.jar.AbstractJarMojo
-
Deprecated.For version 3.0.0 this parameter is only defined here to break the build if you use it!
All Classes and Interfaces|All Packages|Constant Field Values