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