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.
Linter | Message | Location |
---|---|---|
profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs maven-artifact@3.9.0 and maven-artifact@3.0 collide | |
input-labels Identify input labels that do not match package names | label 'maven-plugins-pom-23' does not match package name 'maven-plugins-pom' |