diff --git a/examples/saml/post-basic/pom.xml b/examples/saml/post-basic/pom.xml
index 07762a89106..062f04d386a 100644
--- a/examples/saml/post-basic/pom.xml
+++ b/examples/saml/post-basic/pom.xml
@@ -47,6 +47,13 @@
${project.artifactId}
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
maven-war-plugin
${version.war.plugin}
diff --git a/examples/saml/post-with-signature/pom.xml b/examples/saml/post-with-signature/pom.xml
index 2c644a706ac..68730234ad2 100755
--- a/examples/saml/post-with-signature/pom.xml
+++ b/examples/saml/post-with-signature/pom.xml
@@ -55,6 +55,13 @@
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
maven-war-plugin
${version.war.plugin}
diff --git a/examples/saml/redirect-basic/pom.xml b/examples/saml/redirect-basic/pom.xml
index 98c3a40b624..48ce309197d 100644
--- a/examples/saml/redirect-basic/pom.xml
+++ b/examples/saml/redirect-basic/pom.xml
@@ -47,6 +47,13 @@
${project.artifactId}
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
maven-war-plugin
${version.war.plugin}