diff --git a/distro/pom.xml b/distro/pom.xml
new file mode 100644
index 000000000000..e547df07cf6a
--- /dev/null
+++ b/distro/pom.xml
@@ -0,0 +1,124 @@
+
+ 4.0.0
+
+ org.sonatype.oss
+ oss-parent
+ 5
+
+ com.wordnik
+ swagger-codegen-distribution
+ jar
+ 2.0.2-SNAPSHOT
+ swagger-codegen-distribution
+ https://github.com/wordnik/swagger-codegen
+
+ scm:git:git@github.com:wordnik/swagger-codegen.git
+ scm:git:git@github.com:wordnik/swagger-codegen.git
+ https://github.com/wordnik/swagger-codegen
+
+
+ 2.2.0
+
+
+
+ fehguy
+ Tony Tam
+ fehguy@gmail.com
+
+
+
+ github
+ https://github.com/wordnik/swagger-codegen/issues
+
+
+
+ wordnik-api
+ https://groups.google.com/forum/#!forum/wordnik-api
+
+
+
+
+ Apache License 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.html
+ repo
+
+
+
+
+
+ maven-dependency-plugin
+
+
+ package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/lib
+
+
+
+
+
+ maven-failsafe-plugin
+ 2.6
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+ distro-assembly
+ package
+
+ single
+
+
+
+ maven-assembly-plugin
+ 2.3
+
+
+ src/main/assembly/distribution.xml
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ 2.4
+
+
+ src-dependencies
+ package
+
+ unpack-dependencies
+
+
+ com.wordnik
+ text-data
+ ${project.build.directory}
+
+
+
+
+
+
+
+
+ com.wordnik
+ swagger-codegen_2.9.1
+ ${swagger.codegen.version}
+ compile
+
+
+
+ 2.0.2-SNAPSHOT
+
+
diff --git a/distro/src/main/assembly/distribution.xml b/distro/src/main/assembly/distribution.xml
new file mode 100644
index 000000000000..77d0fcb53104
--- /dev/null
+++ b/distro/src/main/assembly/distribution.xml
@@ -0,0 +1,29 @@
+
+ distribution
+ swagger-codegen
+ false
+
+ zip
+
+
+
+ compile
+ target/lib
+
+ *:jar:*
+
+
+
+
+
+ ../bin
+
+ *.*
+
+ bin
+
+
+