diff --git a/demo/pom.xml b/demo/pom.xml
index c4fb1d7..4987dd7 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -14,6 +14,12 @@
pom
Demo Parent
+
+ true
+ true
+ true
+
+
diff --git a/pom.xml b/pom.xml
index f1c3e72..27d9417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,10 @@
2.0.28-beta
2.7
3.1.0
+
+ false
+ false
+ false
@@ -57,6 +61,9 @@
org.apache.maven.plugins
maven-javadoc-plugin
2.8
+
+ ${javadoc.disabled}
+
@@ -70,6 +77,9 @@
org.apache.maven.plugins
maven-source-plugin
2.2
+
+ ${source.disabled}
+
@@ -79,6 +89,15 @@
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.8.1
+
+ ${deploy.disabled}
+
+
+
org.apache.maven.plugins
maven-release-plugin
@@ -91,6 +110,7 @@
+ org.apache.maven.plugins
maven-resources-plugin
2.4.3