diff --git a/ccm-bundle-devel-wildfly-swarm/pom.xml b/ccm-bundle-devel-wildfly-swarm/pom.xml
new file mode 100644
index 000000000..175c10b22
--- /dev/null
+++ b/ccm-bundle-devel-wildfly-swarm/pom.xml
@@ -0,0 +1,64 @@
+
+
+
+ 4.0.0
+
+
+ org.libreccm
+ libreccm-parent
+ 7.0.0-SNAPSHOT
+
+
+ org.libreccm
+ ccm-bundle-devel-wildfly-swarm
+ war
+
+
+
+
+ org.wildfly.swarm
+ bom
+ 2017.1.1
+ import
+ pom
+
+
+
+
+
+
+ org.wildfly.swarm
+ container
+
+
+ org.postgresql
+ postgresql
+ 9.4.1212.jre7
+
+
+
+
+ ccm-bundle-devel-wildfly-swarm
+
+
+
+ org.wildfly.swarm
+ wildfly-swarm-plugin
+
+
+
+
+ package
+
+
+
+
+
+
+
+
diff --git a/ccm-bundle-devel-wildfly-swarm/src/main/java/org/libreccm/CcmBundleDevel.java b/ccm-bundle-devel-wildfly-swarm/src/main/java/org/libreccm/CcmBundleDevel.java
new file mode 100644
index 000000000..5e0447046
--- /dev/null
+++ b/ccm-bundle-devel-wildfly-swarm/src/main/java/org/libreccm/CcmBundleDevel.java
@@ -0,0 +1,19 @@
+package org.libreccm;
+
+import org.wildfly.swarm.Swarm;
+
+/**
+ *
+ * @author Jens Pelzetter
+ */
+public class CcmBundleDevel {
+
+ public static void main(final String[] args) throws Exception {
+
+ final Swarm swarm = new Swarm();
+
+ swarm.start();
+
+ }
+
+}
diff --git a/pom.xml b/pom.xml
index 04a889119..06ad57635 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
ccm-bundle-devel
ccm-bundle-devel-wildfly-web
ccm-bundle-devel-wildfly
+ ccm-bundle-devel-wildfly-swarm
@@ -207,6 +208,11 @@
maven-project-info-reports-plugin
2.9
+
+ org.wildfly.swarm
+ wildfly-swarm-plugin
+ 2017.1.1
+