From b88df7672cfbc84a5014cb76bbf7de296c49c8d6 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Sun, 11 Sep 2016 15:29:48 +0200 Subject: [PATCH] Added resource plugin... --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index e550170..94fc5a8 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,28 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + + copy + compile + + copy-resources + + + target + + + resources + + + + + + buttondevteam