This package browser is in early development. Mind the rough edges.

maven-install-plugin 3.0.0-M1

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.

Installation

Install maven-install-plugin 3.0.0-M1 as follows:

guix install maven-install-plugin@3.0.0-M1

Or install the latest version:

guix install maven-install-plugin

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.