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

https://github.com/eitco/maven-plugin-utility

a utility library for maven plugin development
https://github.com/eitco/maven-plugin-utility

Last synced: about 1 year ago
JSON representation

a utility library for maven plugin development

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/github/license/eitco/maven-plugin-utility.svg?style=for-the-badge)](https://opensource.org/license/mit)
[![Build status](https://img.shields.io/github/actions/workflow/status/eitco/maven-plugin-utility/deploy.yaml?branch=main&style=for-the-badge&logo=github)](https://github.com/eitco/maven-plugin-utility/actions/workflows/deploy.yaml)
[![Maven Central Version](https://img.shields.io/maven-central/v/de.eitco.cicd/eitco-maven-plugin-utility?style=for-the-badge&logo=apachemaven)](https://central.sonatype.com/artifact/de.eitco.cicd/eitco-maven-plugin-utility)

# eitco maven plugin utility

This project collects utility methods to be used in maven plugin development. Currently, it only contains methods to
iterate a projects dependencies.