Index
All Classes and Interfaces|All Packages|Constant Field Values
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
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- 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
B
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
- DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- defaultManifestFile - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
Path to the default MANIFEST file to use.
- detail - Variable in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
If
true
, display all settable properties for each goal.
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.maven_source_plugin.HelpMojo
- 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.
- findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- 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
- getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getProject() - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getProject(MavenProject) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- 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
- getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- 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
- getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- goal - Variable in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
The name of the goal for which to show help.
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 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.
- indentSize - Variable in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- isAlreadyAttached(Artifact, MavenProject, String) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
J
- jarArchiver - Variable in class org.apache.maven.plugins.source.AbstractSourceJarMojo
-
The Jar archiver.
L
- lineLength - Variable in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
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<MavenProject>) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- packageSources(MavenProject) - Method in class org.apache.maven.plugins.source.AbstractSourceJarMojo
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- 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.
- repeat(String, int) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
Repeat a String
n
times to form a new string.
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
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
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
.
W
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_source_plugin.HelpMojo
All Classes and Interfaces|All Packages|Constant Field Values