A B C D E F G H I J L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractInstallMojo - Class in org.apache.maven.plugin.install
-
Common fields for installation mojos.
- AbstractInstallMojo() - Constructor for class org.apache.maven.plugin.install.AbstractInstallMojo
- addMetaDataFilesForArtifact(Artifact, Collection<File>, boolean) - Method in class org.apache.maven.plugin.install.AbstractInstallMojo
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugin.install.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- artifact - Variable in class org.apache.maven.plugin.install.InstallMojo
-
Deprecated.either use project.getArtifact() or reactorProjects.get(i).getArtifact()
- artifactFactory - Variable in class org.apache.maven.plugin.install.AbstractInstallMojo
- artifactId - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
ArtifactId of the artifact to be installed.
- attachedArtifacts - Variable in class org.apache.maven.plugin.install.InstallMojo
-
Deprecated.either use project.getAttachedArtifacts() or reactorProjects.get(i).getAttachedArtifacts()
B
- buffer - Variable in class org.apache.maven.plugin.install.DualDigester
- bufsize - Static variable in class org.apache.maven.plugin.install.DualDigester
- build() - Method in class org.apache.maven.plugin.install.HelpMojo
C
- calculate(File) - Method in class org.apache.maven.plugin.install.DualDigester
- calculate(InputStream) - Method in class org.apache.maven.plugin.install.DualDigester
- classifier - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
Classifier type of the artifact to be installed.
- createChecksum - Variable in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Flag whether to create checksums (MD5, SHA-1) or not.
- createChecksum - Variable in class org.apache.maven.plugin.install.InstallRequest
D
- DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugin.install.HelpMojo
- detail - Variable in class org.apache.maven.plugin.install.HelpMojo
-
If
true
, display all settable properties for each goal. - digester - Variable in class org.apache.maven.plugin.install.AbstractInstallMojo
- DualDigester - Class in org.apache.maven.plugin.install
-
Calculates md5 and sha1 digest.
- DualDigester() - Constructor for class org.apache.maven.plugin.install.DualDigester
E
- execute() - Method in class org.apache.maven.plugin.install.HelpMojo
- execute() - Method in class org.apache.maven.plugin.install.InstallFileMojo
- execute() - Method in class org.apache.maven.plugin.install.InstallMojo
F
- file - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
The file to be installed in the local repository.
- findNamedChild(Node, String) - Method in class org.apache.maven.plugin.install.HelpMojo
- findSingleChild(Node, String) - Method in class org.apache.maven.plugin.install.HelpMojo
G
- generateModel() - Method in class org.apache.maven.plugin.install.InstallFileMojo
-
Generates a minimal model from the user-supplied artifact information.
- generatePom - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
Generate a minimal POM for the artifact if none is supplied via the parameter
InstallFileMojo.pomFile
. - generatePomFile() - Method in class org.apache.maven.plugin.install.InstallFileMojo
-
Generates a (temporary) POM file from the plugin configuration.
- getDigester(String) - Static method in class org.apache.maven.plugin.install.DualDigester
- getIndentLevel(String) - Static method in class org.apache.maven.plugin.install.HelpMojo
-
Gets the indentation level of the specified line.
- getLocalRepoFile(Artifact) - Method in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Gets the path of the specified artifact within the local repository.
- getLocalRepoFile(ArtifactMetadata) - Method in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Gets the path of the specified artifact metadata within the local repository.
- getLocalRepositoryPath() - Method in class org.apache.maven.plugin.install.InstallFileMojo
- getMd5() - Method in class org.apache.maven.plugin.install.DualDigester
- getProject() - Method in class org.apache.maven.plugin.install.InstallRequest
- getPropertyFromExpression(String) - Method in class org.apache.maven.plugin.install.HelpMojo
- getSha1() - Method in class org.apache.maven.plugin.install.DualDigester
- getSingleChild(Node, String) - Method in class org.apache.maven.plugin.install.HelpMojo
- getValue(Node, String) - Method in class org.apache.maven.plugin.install.HelpMojo
- goal - Variable in class org.apache.maven.plugin.install.HelpMojo
-
The name of the goal for which to show help.
- groupId - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
GroupId of the artifact to be installed.
H
- HelpMojo - Class in org.apache.maven.plugin.install
-
Display help information on maven-install-plugin.
Callmvn install:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugin.install.HelpMojo
I
- indentSize - Variable in class org.apache.maven.plugin.install.HelpMojo
-
The number of spaces per indentation level, should be positive.
- installAtEnd - Variable in class org.apache.maven.plugin.install.InstallMojo
-
Whether every project should be installed during its own install-phase or at the end of the multimodule build.
- installChecksum(File, String, String) - Method in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Installs a checksum for the specified file.
- installChecksums(File) - Method in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Installs the checksums for the specified file (if it exists).
- installChecksums(Collection<File>) - Method in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Installs the checksums for the specified metadata files.
- installChecksums(Artifact, boolean) - Method in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Installs the checksums for the specified artifact if this has been enabled in the plugin configuration.
- installer - Variable in class org.apache.maven.plugin.install.AbstractInstallMojo
- InstallFileMojo - Class in org.apache.maven.plugin.install
-
Installs a file in the local repository.
- InstallFileMojo() - Constructor for class org.apache.maven.plugin.install.InstallFileMojo
- InstallMojo - Class in org.apache.maven.plugin.install
-
Installs the project's main artifact, and any other artifacts attached by other plugins in the lifecycle, to the local repository.
- InstallMojo() - Constructor for class org.apache.maven.plugin.install.InstallMojo
- installProject(InstallRequest) - Method in class org.apache.maven.plugin.install.InstallMojo
- InstallRequest - Class in org.apache.maven.plugin.install
- InstallRequest() - Constructor for class org.apache.maven.plugin.install.InstallRequest
- installRequests - Static variable in class org.apache.maven.plugin.install.InstallMojo
- isCreateChecksum() - Method in class org.apache.maven.plugin.install.InstallRequest
- isNotEmpty(String) - Static method in class org.apache.maven.plugin.install.HelpMojo
- isUpdateReleaseInfo() - Method in class org.apache.maven.plugin.install.InstallRequest
J
- javadoc - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
The bundled API docs for the artifact.
L
- lineLength - Variable in class org.apache.maven.plugin.install.HelpMojo
-
The maximum length of a display line, should be positive.
- localRepository - Variable in class org.apache.maven.plugin.install.AbstractInstallMojo
- localRepositoryPath - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
The path for a specific local repository directory.
M
- md5 - Variable in class org.apache.maven.plugin.install.DualDigester
- modelValidator - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
The component used to validate the user-supplied artifact coordinates.
O
- org.apache.maven.plugin.install - package org.apache.maven.plugin.install
P
- packaging - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
Packaging type of the artifact to be installed.
- packaging - Variable in class org.apache.maven.plugin.install.InstallMojo
-
Deprecated.either use project.getPackaging() or reactorProjects.get(i).getPackaging()
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugin.install.HelpMojo
- pomFile - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
Location of an existing POM file to be installed alongside the main artifact, given by the
InstallFileMojo.file
parameter. - pomFile - Variable in class org.apache.maven.plugin.install.InstallMojo
-
Deprecated.either use project.getFile() or reactorProjects.get(i).getFile()
- processModel(Model) - Method in class org.apache.maven.plugin.install.InstallFileMojo
-
Populates missing mojo parameters from the specified POM.
- project - Variable in class org.apache.maven.plugin.install.InstallMojo
- project - Variable in class org.apache.maven.plugin.install.InstallRequest
R
- reactorProjects - Variable in class org.apache.maven.plugin.install.InstallMojo
- readModel(File) - Method in class org.apache.maven.plugin.install.InstallFileMojo
-
Parses a POM.
- readModel(InputStream) - Method in class org.apache.maven.plugin.install.InstallFileMojo
-
Parses a POM.
- readyProjectsCounter - Static variable in class org.apache.maven.plugin.install.InstallMojo
-
When building with multiple threads, reaching the last project doesn't have to mean that all projects are ready to be installed
- repeat(String, int) - Static method in class org.apache.maven.plugin.install.HelpMojo
-
Repeat a String
n
times to form a new string. - repositoryLayout - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
The type of remote repository layout to install to.
- repositoryLayouts - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
Map that contains the repository layouts.
S
- setCreateChecksum(boolean) - Method in class org.apache.maven.plugin.install.InstallRequest
- setLocalRepositoryPath(File) - Method in class org.apache.maven.plugin.install.InstallFileMojo
- setProject(MavenProject) - Method in class org.apache.maven.plugin.install.InstallRequest
- setSkip(boolean) - Method in class org.apache.maven.plugin.install.InstallMojo
- setUpdateReleaseInfo(boolean) - Method in class org.apache.maven.plugin.install.InstallRequest
- sh1 - Variable in class org.apache.maven.plugin.install.DualDigester
- skip - Variable in class org.apache.maven.plugin.install.InstallMojo
-
Set this to
true
to bypass artifact installation. - sources - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
The bundled sources for the artifact.
T
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugin.install.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugin.install.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
U
- update(InputStream) - Method in class org.apache.maven.plugin.install.DualDigester
- updateReleaseInfo - Variable in class org.apache.maven.plugin.install.AbstractInstallMojo
-
Whether to update the metadata to make the artifact a release version.
- updateReleaseInfo - Variable in class org.apache.maven.plugin.install.InstallRequest
V
- validateArtifactInformation() - Method in class org.apache.maven.plugin.install.InstallFileMojo
-
Validates the user-supplied artifact information.
- version - Variable in class org.apache.maven.plugin.install.InstallFileMojo
-
Version of the artifact to be installed.
W
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugin.install.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugin.install.HelpMojo
All Classes All Packages