From 9ccbf8be7bb4385c39905911a659b59fb6b34994 Mon Sep 17 00:00:00 2001 From: Karl-Heinz Marbaise Date: Sat, 13 Dec 2014 22:58:01 +0100 Subject: [PATCH] Added appropriate Maven configuration to build the nar-maven-plugin with Maven 3.X instead of Maven 3.2.X Signed-off-by: joewitt --- misc/nar-maven-plugin/pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/misc/nar-maven-plugin/pom.xml b/misc/nar-maven-plugin/pom.xml index 3888df39ff..5c7ca7f979 100644 --- a/misc/nar-maven-plugin/pom.xml +++ b/misc/nar-maven-plugin/pom.xml @@ -42,7 +42,23 @@ org.apache.maven.plugins maven-plugin-plugin 3.3 - + + + default-descriptor + + descriptor + + process-classes + + + help-descriptor + + helpmojo + + process-classes + + + @@ -68,7 +84,8 @@ org.apache.maven.plugin-tools maven-plugin-annotations 3.3 - + provided +