diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index 867fa328e..22010c0b9 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -9,6 +9,7 @@
+
diff --git a/dist/springext/pom.xml b/dist/springext/pom.xml
new file mode 100644
index 000000000..703ff1766
--- /dev/null
+++ b/dist/springext/pom.xml
@@ -0,0 +1,154 @@
+
+
+
+ citrus-parent
+ com.alibaba.citrus
+ 3.1.2
+ ../../pom.xml
+
+ 4.0.0
+ citrus-springext-all
+ SpringExt All-in-one Bundle
+
+
+
+ maven-deploy-plugin
+
+ false
+
+
+
+ maven-source-plugin
+
+
+ attach-sources
+
+ none
+
+
+
+
+ maven-javadoc-plugin
+
+
+ package
+
+ jar
+
+
+ false
+ true
+
+ ${project.groupId}:*
+
+
+ *:citrus-common-servlet
+
+ com.alibaba.citrus.hessian:com.alibaba.citrus.burlap:freemarker
+
+
+
+
+
+
+ maven-shade-plugin
+
+
+ package
+
+ shade
+
+
+ true
+ true
+
+
+ ${project.groupId}:*
+
+
+ *:citrus-common-servlet
+
+
+
+
+
+ META-INF/*.bean-definition-parsers
+ META-INF/*.bean-definition-decorators
+ META-INF/*.bean-definition-decorators-for-attribute
+ META-INF/spring.configuration-points
+ META-INF/spring.handlers
+ META-INF/spring.schemas
+ META-INF/webx.internal-request-handlers
+
+
+
+
+
+
+
+
+ com.alibaba.citrus.tool
+ maven-util
+ ${maven-util-version}
+ runtime
+
+
+
+
+
+
+
+ ${project.groupId}
+ citrus-common-servlet
+
+
+ javax.servlet
+ servlet-api
+
+
+ javax.servlet
+ javax.servlet-api
+
+
+ provided
+
+
+ ${project.groupId}
+ citrus-common-logconfig
+
+
+ ${project.groupId}
+ citrus-common-util
+
+
+ ${project.groupId}
+ citrus-common-springext
+
+
+ ${project.groupId}
+ citrus-common-generictype
+
+
+ ${project.groupId}
+ citrus-test-util
+
+
+ ch.qos.logback
+ logback-classic
+
+
+
+
+ javax.mail
+ mail
+ provided
+
+
+ javax.servlet
+ javax.servlet-api
+ provided
+
+
+
diff --git a/dist/webx/pom.xml b/dist/webx/pom.xml
index e61bee556..c10603bf0 100644
--- a/dist/webx/pom.xml
+++ b/dist/webx/pom.xml
@@ -10,7 +10,7 @@
4.0.0
citrus-webx-all
- Webx 3.x All-in-one Bundle
+ Webx All-in-one Bundle
diff --git a/pom.xml b/pom.xml
index d300ad76c..73ae781e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
+ dist/springext
dist/webx
dist/test
common/servlet