From caccf76ea44948f1cd9ab9464a76d1beab6bef0e Mon Sep 17 00:00:00 2001 From: mposolda Date: Wed, 28 May 2014 10:55:38 +0200 Subject: [PATCH] Fix configuration of maven plugins in authentication-properties example --- .../providers/authentication-properties/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/examples/providers/authentication-properties/pom.xml b/examples/providers/authentication-properties/pom.xml index 844566b480..4fbbb2d754 100644 --- a/examples/providers/authentication-properties/pom.xml +++ b/examples/providers/authentication-properties/pom.xml @@ -41,5 +41,22 @@ authentication-properties-example + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.jboss.as.plugins + jboss-as-maven-plugin + 7.1.1.Final + + true + + +