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
- Host: GitHub
- URL: https://github.com/basepom/maven-plugins
- Owner: basepom
- License: apache-2.0
- Created: 2022-05-25T19:04:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T22:32:20.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T05:48:05.241Z (almost 2 years ago)
- Topics: java, maven, maven-plugin
- Language: Java
- Homepage: https://basepom.github.io/
- Size: 432 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
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) |  | creates and manipulates properties, strings, dates, uuid etc. in the build process |
| [dependency-management](https://github.com/basepom/maven-plugins/tree/main/dependency-management) |  | 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) |  | 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) |  | repackages any java project with all its dependencies in a single jar file. |
| [inline](https://github.com/basepom/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) |  | finds and flags duplicate classes and resources on the java classpath |
| [dependency-versions-check](https://github.com/basepom/dependency-versions-check-maven-plugin) |  | verifies that the resolved versions of project dependencies are mutually compatible to each other. |
----
[](https://github.com/basepom/maven-plugins/actions/workflows/master-cd.yml)