Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 4.33 KB

README.md

File metadata and controls

19 lines (14 loc) · 4.33 KB

Maven Plugins

Assorted plugins that are useful in Maven projects.

See the CHANGES file for release details.

plugin status description
property-helper Maven Central creates and manipulates properties, strings, dates, uuid etc. in the build process
dependency-management Maven Central validates that the versions in dependency management and plugin management match the resolved versions. Fork from the original hubspot plugin, which seems to be abandoned.
dependency-scope Maven Central validates that dependencies in test scope don't override compile scope dependencies. Fork from the original hubspot plugin, which seems to be abandoned.
repack Maven Central repackages any java project with all its dependencies in a single jar file.
inline Maven Central inlines dependencies to a library or other application into the main artifact.
duplicate-finder Maven Central finds and flags duplicate classes and resources on the java classpath
dependency-versions-check Maven Central verifies that the resolved versions of project dependencies are mutually compatible to each other.

CD (Snapshot deployment)