An open API service indexing awesome lists of open source software.

https://github.com/basepom/maven-plugins

Maven Plugins from the BasePOM project
https://github.com/basepom/maven-plugins

java maven maven-plugin

Last synced: 11 months ago
JSON representation

Maven Plugins from the BasePOM project

Awesome Lists containing this project

README

          

# Maven Plugins

Assorted plugins that are useful in Maven projects.

See the [CHANGES](CHANGES.md) file for release details.

| plugin | status | description |
|---------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [property-helper](https://github.com/basepom/maven-plugins/tree/main/property-helper) | ![Maven Central](https://img.shields.io/maven-central/v/org.basepom.maven/property-helper-maven-plugin) | creates and manipulates properties, strings, dates, uuid etc. in the build process |
| [dependency-management](https://github.com/basepom/maven-plugins/tree/main/dependency-management) | ![Maven Central](https://img.shields.io/maven-central/v/org.basepom.maven/dependency-management-maven-plugin) | validates that the versions in dependency management and plugin management match the resolved versions. Fork from [the original hubspot plugin](https://github.com/HubSpot/dependency-management-maven-plugin), which seems to be abandoned. |
| [dependency-scope](https://github.com/basepom/maven-plugins/tree/main/dependency-scope) | ![Maven Central](https://img.shields.io/maven-central/v/org.basepom.maven/dependency-scope-maven-plugin) | validates that dependencies in `test` scope don't override `compile` scope dependencies. Fork from [the original hubspot plugin](https://github.com/HubSpot/dependency-scope-maven-plugin), which seems to be abandoned. |
| [repack](https://github.com/basepom/maven-plugins/tree/main/repack) | ![Maven Central](https://img.shields.io/maven-central/v/org.basepom.maven/repack-maven-plugin) | repackages any java project with all its dependencies in a single jar file. |
| [inline](https://github.com/basepom/inline-maven-plugin) | ![Maven Central](https://img.shields.io/maven-central/v/org.basepom.maven/inline-maven-plugin) | inlines dependencies to a library or other application into the main artifact. |
| [duplicate-finder](https://github.com/basepom/duplicate-finder-maven-plugin) | ![Maven Central](https://img.shields.io/maven-central/v/org.basepom.maven/duplicate-finder-maven-plugin) | finds and flags duplicate classes and resources on the java classpath |
| [dependency-versions-check](https://github.com/basepom/dependency-versions-check-maven-plugin) | ![Maven Central](https://img.shields.io/maven-central/v/org.basepom.maven/dependency-versions-check-maven-plugin) | verifies that the resolved versions of project dependencies are mutually compatible to each other. |

----
[![CD (Snapshot deployment)](https://github.com/basepom/maven-plugins/actions/workflows/master-cd.yml/badge.svg)](https://github.com/basepom/maven-plugins/actions/workflows/master-cd.yml)