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
- Host: GitHub
- URL: https://github.com/robtimus/resource-list-maven-plugin
- Owner: robtimus
- License: apache-2.0
- Created: 2024-11-03T12:29:42.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T13:17:12.000Z (7 months ago)
- Last Synced: 2025-01-06T03:41:38.463Z (5 months ago)
- Topics: java, maven, maven-plugin
- Language: Java
- Homepage: https://robtimus.github.io/resource-list-maven-plugin/
- Size: 668 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# resource-list-maven-plugin
[](https://search.maven.org/artifact/com.github.robtimus/resource-list-maven-plugin)
[](https://github.com/robtimus/resource-list-maven-plugin/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aresource-list-maven-plugin)
[](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aresource-list-maven-plugin)
[](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).