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

https://github.com/robtimus/resource-list-maven-plugin

A Maven plugin that can create lists of resources
https://github.com/robtimus/resource-list-maven-plugin

java maven maven-plugin

Last synced: 3 months ago
JSON representation

A Maven plugin that can create lists of resources

Awesome Lists containing this project

README

        

# resource-list-maven-plugin
[![Maven Central](https://img.shields.io/maven-central/v/com.github.robtimus/resource-list-maven-plugin)](https://search.maven.org/artifact/com.github.robtimus/resource-list-maven-plugin)
[![Build Status](https://github.com/robtimus/resource-list-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/robtimus/resource-list-maven-plugin/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.github.robtimus%3Aresource-list-maven-plugin&metric=alert_status)](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aresource-list-maven-plugin)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.robtimus%3Aresource-list-maven-plugin&metric=coverage)](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aresource-list-maven-plugin)
[![Known Vulnerabilities](https://snyk.io/test/github/robtimus/resource-list-maven-plugin/badge.svg)](https://snyk.io/test/github/robtimus/resource-list-maven-plugin)

The Resource List Maven plugin allows you to generate lists of resources. Such lists can be used to extract resources in bulk during runtime, e.g. as part of code generation.

### Goals Overview

* [resource-list:list-resources](https://robtimus.github.io/resource-list-maven-plugin/list-resources-mojo.html) generate a list of resources.

### Usage

Instructions on how to use the Resource List Maven Plugin can be found on the [usage page](https://robtimus.github.io/resource-list-maven-plugin/usage.html).