This plugin allows posting of artifact deployments on Reposilite via Discord webhooks.
- Post every file which ends with
.jar
.*(\.jar$)
- Post every file which ends with
{number}.jar
.*([0-9]\.jar$)
- Post every file which ends with
{number}.jar
{number}-all.jar
(shaded/shadow){number}-sources.jar
{number}-javadoc.jar
.*([0-9]\.jar|[0-9]-all\.jar|[0-9]-sources\.jar|[0-9]-javadoc\.jar$)