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, Path, String[], String[]) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- addDirectory(Archiver, Path, 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(Project, Archiver) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- Archivers - Class in org.apache.maven.plugins.source
- Archivers() - Constructor for class org.apache.maven.plugins.source.Archivers
- attach - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Specifies whether 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
- defaultManifestFile - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Path to the default MANIFEST file to use.
- doExecute() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- doExecute() - Method in class org.apache.maven.plugins.source.AggregatorSourceJarMojo
E
- excludeResources - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Specifies whether 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.maven_source_plugin.HelpMojo
- execute() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
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
- getExtension() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getLog() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getProject() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getProject(Project) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getResources(Project) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getResources(Project) - Method in class org.apache.maven.plugins.source.SourceJarNoForkMojo
- getResources(Project) - Method in class org.apache.maven.plugins.source.TestSourceJarNoForkMojo
- getSources(Project) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getSources(Project) - Method in class org.apache.maven.plugins.source.SourceJarNoForkMojo
- getSources(Project) - Method in class org.apache.maven.plugins.source.TestSourceJarNoForkMojo
- getType() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
H
- HelpMojo - Class in org.apache.maven.plugins.maven_source_plugin
-
Display help information on maven-source-plugin.
Callmvn source:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.maven_source_plugin.HelpMojo
I
- includePom - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Specifies whether 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.
L
- log - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
O
- org.apache.maven.plugins.maven_source_plugin - package org.apache.maven.plugins.maven_source_plugin
- 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<Project>) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- packageSources(Project) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- project - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The Maven Project Object
- projectManager - 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(Project) - 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