View on GitHub

Dependencyversion-maven-plugin

Dependency path property setter for Maven 3

Download this project as a .zip file Download this project as a tar.gz file

Why Does This Plugin Exist?

When importing dependencies specified by an external BOM, it can sometimes be useful to reference the dependency version. However, without the ability to define and import properties through the Maven BOM mechanism, downstream poms have no way to access dependency version information.

How Does It Work?

This plugin addresses the problem of getting dependency versions by setting a project property containing the version string for all dependencies specified in the plugin configuration.