Full name:
org.apache.maven.plugins:maven-install-plugin:2.3.1:install-file
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
file | File |
- |
The file to be installed in the local repository. |
repositoryLayout | String |
2.2 |
The type of remote repository layout to install to. Try
legacy for a Maven 1.x-style repository layout.Default value is: default . |
Name | Type | Since | Description |
---|---|---|---|
artifactId | String |
- |
ArtifactId of the artifact to be installed. Retrieved from POM file
if one is specified. |
classifier | String |
2.2 |
Classifier type of the artifact to be installed. For example,
"sources" or "javadoc". Defaults to none which means this is the
project's main artifact. |
createChecksum | boolean |
2.2 |
Flag whether to create checksums (MD5, SHA-1) or not. Default value is: false . |
generatePom | Boolean |
2.1 |
Generate a minimal POM for the artifact if none is supplied via the
parameter pomFile . Defaults to true if
there is no existing POM in the local repository yet. |
groupId | String |
- |
GroupId of the artifact to be installed. Retrieved from POM file if
one is specified. |
javadoc | File |
2.3 |
The bundled API docs for the artifact. |
localRepositoryPath | File |
2.2 |
The path for a specific local repository directory. If not
specified the local repository path configured in the Maven
settings will be used. |
packaging | String |
- |
Packaging type of the artifact to be installed. Retrieved from POM
file if one is specified. |
pomFile | File |
2.1 |
Location of an existing POM file to be installed alongside the main
artifact, given by the file parameter. |
sources | File |
2.3 |
The bundled sources for the artifact. |
updateReleaseInfo | boolean |
- |
Whether to update the metadata to make the artifact a release
version. Default value is: false . |
version | String |
- |
Version of the artifact to be installed. Retrieved from POM file if
one is specified. |
java.lang.String
No
${artifactId}
java.lang.String
2.2
No
${classifier}
boolean
2.2
No
${createChecksum}
false
file:
java.io.File
Yes
${file}
pomFile
. Defaults to true
if
there is no existing POM in the local repository yet.java.lang.Boolean
2.1
No
${generatePom}
java.lang.String
No
${groupId}
java.io.File
2.3
No
${javadoc}
java.io.File
2.2
No
${localRepositoryPath}
java.lang.String
No
${packaging}
file
parameter.java.io.File
2.1
No
${pomFile}
legacy
for a Maven 1.x-style repository layout.java.lang.String
2.2
Yes
${repositoryLayout}
default
java.io.File
2.3
No
${sources}
boolean
No
${updateReleaseInfo}
false
java.lang.String
No
${version}