maven-install-plugin
Maven's install plugin
The Install Plugin is used during the install phase to add artifact(s) to the local repository. The Install Plugin uses the information in the POM (groupId, artifactId, version) to determine the proper location for the artifact within the local repository.
The local repository is the local cache where all artifacts needed for the build are stored. By default, it is located within the user's home directory (~/.m2/repository) but the location can be configured in ~/.m2/settings.xml using the <localRepository> element.
- Versions: 3.0.0-M1
- Website: https://maven.apache.org/plugin/maven-install-plugin
- Licenses: ASL 2.0
- Package source: gnu/packages/maven.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of maven-install-plugin as follows:
guix install maven-install-plugin
Or install a particular version:
guix install maven-install-plugin@3.0.0-M1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of maven-install-plugin about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/maven-install-plugin'><img src='https://packages.guix.gnu.org/packages/maven-install-plugin/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/maven-install-plugin)
Example Org:
[[https://packages.guix.gnu.org/packages/maven-install-plugin][https://packages.guix.gnu.org/packages/maven-install-plugin/badges/latest-version.svg]]