From 414f29e99ca265a585a618ffcb03b47cb73de3ed Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Fri, 15 Jul 2022 10:58:49 +0400 Subject: [PATCH] add builder helper to handle compile errors in velocity version template plugin --- RedisBungee-Velocity/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/RedisBungee-Velocity/pom.xml b/RedisBungee-Velocity/pom.xml index b96873f..5d1cc52 100644 --- a/RedisBungee-Velocity/pom.xml +++ b/RedisBungee-Velocity/pom.xml @@ -30,6 +30,25 @@ + + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + add-source + generate-sources + + add-source + + + + src/main/newsrc/ + + + + + org.codehaus.mojo templating-maven-plugin