Skip to content

MavenRequirement: Remove plugin version

John Vandenberg requested to merge jayvdb/package_manager:mvn-live into master

Do not specify that maven-dependency-plugin:2.1 must be used, as a different version may already be available, and the version used by install_command and is_installed must be identical otherwise is_installed will not find the dependency installed using a different plugin version.

Perform a live test installing checkstyle, and confirming that it is installed.

Merge request reports