diff --git a/distribution/appliance-dist/assembly.xml b/distribution/appliance-dist/assembly.xml
index 172942c13e..97767425c4 100755
--- a/distribution/appliance-dist/assembly.xml
+++ b/distribution/appliance-dist/assembly.xml
@@ -36,7 +36,7 @@
keycloak/standalone/deployments
- ${project.build.directory}/unpacked/examples/themes
+ ${project.build.directory}/unpacked/themes
keycloak/standalone/configuration/themes
diff --git a/distribution/appliance-dist/pom.xml b/distribution/appliance-dist/pom.xml
index c5c4b19f3e..fe5e22c594 100755
--- a/distribution/appliance-dist/pom.xml
+++ b/distribution/appliance-dist/pom.xml
@@ -68,6 +68,13 @@
zip
${project.build.directory}/unpacked
+
+ org.keycloak
+ keycloak-example-themes-dist
+ ${project.version}
+ zip
+ ${project.build.directory}/unpacked
+
org.keycloak
keycloak-wildfly-adapter-dist
diff --git a/distribution/examples-docs-zip/build.xml b/distribution/examples-docs-zip/build.xml
index 545451c8d3..9357a30ff5 100755
--- a/distribution/examples-docs-zip/build.xml
+++ b/distribution/examples-docs-zip/build.xml
@@ -25,8 +25,5 @@
-
-
-
\ No newline at end of file
diff --git a/distribution/pom.xml b/distribution/pom.xml
index b921e85cbb..a614e43f7c 100755
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -31,6 +31,7 @@
eap6-adapter-zip
wildfly-adapter-zip
examples-docs-zip
+ theme-template-zip
war-zip
war-dist
appliance-dist
diff --git a/distribution/theme-template-zip/assembly.xml b/distribution/theme-template-zip/assembly.xml
new file mode 100755
index 0000000000..e0ff9e1be9
--- /dev/null
+++ b/distribution/theme-template-zip/assembly.xml
@@ -0,0 +1,20 @@
+
+ war-dist
+
+
+ zip
+
+ false
+
+
+
+ target/themes
+ themes
+
+ **/.svn/**
+ **/target/**
+ **/*.iml
+
+
+
+
diff --git a/distribution/theme-template-zip/build.xml b/distribution/theme-template-zip/build.xml
new file mode 100755
index 0000000000..793f4d615f
--- /dev/null
+++ b/distribution/theme-template-zip/build.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/distribution/theme-template-zip/pom.xml b/distribution/theme-template-zip/pom.xml
new file mode 100755
index 0000000000..478dd301f1
--- /dev/null
+++ b/distribution/theme-template-zip/pom.xml
@@ -0,0 +1,84 @@
+
+ 4.0.0
+
+ keycloak-parent
+ org.keycloak
+ 1.0-alpha-2-SNAPSHOT
+ ../../pom.xml
+
+
+ keycloak-example-themes-dist
+ pom
+ Keycloak Example Themes
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+ false
+
+
+ build-example
+
+ run
+
+ compile
+
+
+
+
+
+
+
+
+
+
+
+ ant-contrib
+ ant-contrib
+ 1.0b3
+
+
+ ant
+ ant
+
+
+
+
+
+
+
+
+ maven-assembly-plugin
+ 2.4
+
+
+ assemble
+ package
+
+ single
+
+
+
+ assembly.xml
+
+
+ target
+
+
+ target/assembly/work
+
+ false
+
+
+
+
+
+
+
+
diff --git a/distribution/war-dist/assembly.xml b/distribution/war-dist/assembly.xml
index c237f5a04c..e9c96a90cd 100755
--- a/distribution/war-dist/assembly.xml
+++ b/distribution/war-dist/assembly.xml
@@ -23,6 +23,14 @@
adapters
+
+ false
+ false
+
+ org.keycloak:keycloak-example-themes-dist:zip
+
+ examples
+