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
HTML: <a href='http://127.0.0.1:3000/packages/maven-install-plugin/'><img src='http://127.0.0.1:3000/packages/maven-install-plugin/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/maven-install-plugin/badges/latest-version.svg)](http://127.0.0.1:3000/packages/maven-install-plugin/) Org: [[http://127.0.0.1:3000/packages/maven-install-plugin/][http://127.0.0.1:3000/packages/maven-install-plugin/badges/latest-version.svg]]