Language

Package: maven-install-plugin @ 3.0.0-M1

Synopsis

Maven's install plugin

Description

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.

Home page
https://maven.apache.org/plugin/maven-install-plugin
Location
gnu/packages/maven.scm (line: 2809, column: 2)
License

Lint warnings

LinterMessageLocation
profile-collisions

Report collisions that would occur due to propagated inputs

propagated inputs maven-artifact@3.6.1 and maven-artifact@3.0 collide