diff --git a/assembly/pom.xml b/assembly/pom.xml
index 8747e90ac..e60d9d9ef 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -175,6 +175,13 @@
${version}
jdk14
+
+
+ org.apache.struts
+ struts2-json-plugin
+ ${version}
+ jdk14
+
@@ -443,6 +450,12 @@
${version}
+
+ org.apache.struts
+ struts2-json-plugin
+ ${version}
+
+
org.apache.struts
struts2-osgi-plugin
@@ -460,6 +473,7 @@
struts2-osgi-demo-bundle
${version}
+
diff --git a/assembly/src/main/assembly/all.xml b/assembly/src/main/assembly/all.xml
index fc3f38c13..2c8804f2e 100644
--- a/assembly/src/main/assembly/all.xml
+++ b/assembly/src/main/assembly/all.xml
@@ -219,6 +219,10 @@
../plugins/osgi/target/site
docs/struts2-plugins/struts2-osgi-plugin
+
+ ../plugins/osgi/target/site
+ docs/struts2-plugins/struts2-json-plugin
+