From a917939441fc4fa395eca25be52030a7ef43eac5 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 5 May 2015 09:33:48 +0200 Subject: [PATCH] Don't deploy saml examples to maven --- examples/saml/post-with-encryption/pom.xml | 9 ++++++++- examples/saml/redirect-with-signature/pom.xml | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/examples/saml/post-with-encryption/pom.xml b/examples/saml/post-with-encryption/pom.xml index 497bea45e1..139d4fc2eb 100755 --- a/examples/saml/post-with-encryption/pom.xml +++ b/examples/saml/post-with-encryption/pom.xml @@ -55,6 +55,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + maven-war-plugin ${version.war.plugin} @@ -113,4 +120,4 @@ - \ No newline at end of file + diff --git a/examples/saml/redirect-with-signature/pom.xml b/examples/saml/redirect-with-signature/pom.xml index d491d8ec89..1d41ffe206 100755 --- a/examples/saml/redirect-with-signature/pom.xml +++ b/examples/saml/redirect-with-signature/pom.xml @@ -55,6 +55,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + maven-war-plugin ${version.war.plugin} @@ -113,4 +120,4 @@ - \ No newline at end of file +