Index
All Classes and Interfaces|All Packages
A
- AbstractSourceJarMojo - Class in org.apache.maven.plugins.source
-
Base class for bundling sources into a jar archive.
- AbstractSourceJarMojo() - Constructor for class org.apache.maven.plugins.source.AbstractSourceJarMojo
- addDirectory(Archiver, File, String[], String[]) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- addDirectory(Archiver, File, String, String[], String[]) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- AggregatorSourceJarMojo - Class in org.apache.maven.plugins.source
-
Aggregate sources for all modules in an aggregator project.
- AggregatorSourceJarMojo() - Constructor for class org.apache.maven.plugins.source.AggregatorSourceJarMojo
- archive - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The archive configuration to use.
- archiveProjectContent(MavenProject, Archiver) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- attach - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Specifies whether or not to attach the artifact to the project
C
- classifier - Variable in class org.apache.maven.plugins.source.SourceJarNoForkMojo
- classifier - Variable in class org.apache.maven.plugins.source.TestSourceJarNoForkMojo
- createArchiver() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
D
- DEFAULT_EXCLUDES - Static variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- DEFAULT_INCLUDES - Static variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- defaultManifestFile - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Path to the default MANIFEST file to use.
E
- excludeResources - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Specifies whether or not to exclude resources from the sources-jar.
- excludes - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
List of files to exclude.
- execute() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- execute() - Method in class org.apache.maven.plugins.source.AggregatorSourceJarMojo
F
- finalName - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The filename to be used for the generated archive file.
- forceCreation - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Whether creating the archive should be forced.
G
- getClassifier() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getClassifier() - Method in class org.apache.maven.plugins.source.SourceJarNoForkMojo
- getClassifier() - Method in class org.apache.maven.plugins.source.TestSourceJarNoForkMojo
- getCombinedExcludes(List<String>) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Combines the user parameter
AbstractSourceJarMojo.excludes
, the default excludes from plexus FileUtils, and the contents of the parameter addionalExcludes. - getCombinedIncludes(List<String>) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Combines the includes parameter and additional includes.
- getExtension() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getProject() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getProject(MavenProject) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getResources(MavenProject) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getResources(MavenProject) - Method in class org.apache.maven.plugins.source.SourceJarNoForkMojo
- getResources(MavenProject) - Method in class org.apache.maven.plugins.source.TestSourceJarNoForkMojo
- getSources(MavenProject) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getSources(MavenProject) - Method in class org.apache.maven.plugins.source.SourceJarNoForkMojo
- getSources(MavenProject) - Method in class org.apache.maven.plugins.source.TestSourceJarNoForkMojo
- getType() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
I
- includePom - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Specifies whether or not to include the POM file in the sources-jar.
- includes - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
List of files to include.
J
- jarArchiver - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The Jar archiver.
O
- org.apache.maven.plugins.source - package org.apache.maven.plugins.source
- outputDirectory - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The directory where the generated archive file will be put.
- outputTimestamp - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
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
- packageSources(List<MavenProject>) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- packageSources(MavenProject) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- project - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The Maven Project Object
- projectHelper - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Used for attaching the source jar to the project.
R
- reactorProjects - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Contains the full list of projects in the reactor.
S
- session - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The Maven session.
- setProject(MavenProject) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- skipSource - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
A flag used to disable the source procedure.
- SourceJarMojo - Class in org.apache.maven.plugins.source
-
This plugin bundles all the sources into a jar archive.
- SourceJarMojo() - Constructor for class org.apache.maven.plugins.source.SourceJarMojo
- SourceJarNoForkMojo - Class in org.apache.maven.plugins.source
-
This goal bundles all the sources into a jar archive.
- SourceJarNoForkMojo() - Constructor for class org.apache.maven.plugins.source.SourceJarNoForkMojo
T
- TestSourceGeneratedJarMojo - Class in org.apache.maven.plugins.source
-
This plugin bundles all the test sources into a jar archive.
- TestSourceGeneratedJarMojo() - Constructor for class org.apache.maven.plugins.source.TestSourceGeneratedJarMojo
- TestSourceJarMojo - Class in org.apache.maven.plugins.source
-
This plugin bundles all the test sources into a jar archive.
- TestSourceJarMojo() - Constructor for class org.apache.maven.plugins.source.TestSourceJarMojo
- TestSourceJarNoForkMojo - Class in org.apache.maven.plugins.source
-
This goal bundles all the test sources into a jar archive.
- TestSourceJarNoForkMojo() - Constructor for class org.apache.maven.plugins.source.TestSourceJarNoForkMojo
U
- useDefaultExcludes - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Exclude commonly excluded files such as SCM configuration.
- useDefaultManifestFile - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Set this to
true
to enable the use of thedefaultManifestFile
.
All Classes and Interfaces|All Packages