A B C D E F G I J L M O P R S U V 
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
 
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
 

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

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.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.

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
 
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
 
getSha1() - Method in class org.apache.maven.plugin.install.DualDigester
 
groupId - Variable in class org.apache.maven.plugin.install.InstallFileMojo
GroupId of the artifact to be installed.

I

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
 
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

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()
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
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.

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.
A B C D E F G I J L M O P R S U V 
All Classes All Packages