diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 096643eba17..3fdc59d320c 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -25,15 +25,17 @@
org.apache.storm
storm-core
- jar
Storm Core
Storm Core Java API and Clojure implementation.
+ jar
/etc/storm
+ ${packaging.type}
+
com.esotericsoftware.kryo
@@ -775,10 +777,35 @@
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.2
+
+
+
+ src/ui/public
+
+
+
+
+
+
+
+ war
+
+
+
+ war
+
+
+ storm-ui
+
+
coverage
true
diff --git a/storm-core/src/ui/public/WEB-INF/web.xml b/storm-core/src/ui/public/WEB-INF/web.xml
new file mode 100644
index 00000000000..03390f002cb
--- /dev/null
+++ b/storm-core/src/ui/public/WEB-INF/web.xml
@@ -0,0 +1,15 @@
+
+
+ Storm UI
+
+ debug
+ false
+
+
+
+
+ 10
+
+