resource-bunch maven plugin
This maven plugin allows you to add a lot of files as resources to your jar and provides a simple API for extracting parts or all of them with one single call.
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.github.miracelwhipp.resource.bunch.plugin |
ArtifactId | ArtifactIdresource-bunch-maven-plugin |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionThis maven plugin allows you to add a lot of files as resources to your jar and provides a simple API for
extracting parts or all of them with one single call
|
<plugin>
<groupId>io.github.miracelwhipp.resource.bunch.plugin</groupId>
<artifactId>resource-bunch-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.0 |
io.github.miracelwhipp.resource.bunch.collector : resource-bunch-collector | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
This maven plugin allows you to add a lot of files as resources to your jar and provides a simple API for extracting parts or all of them with one single call.