diff --git a/pom.xml b/pom.xml
index 44542484c2..b6622f9e87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,6 +255,12 @@
1.0.0.Final
1.5.4
2.0.0-SNAPSHOT
+
+ 0.9.0-SNAPSHOT
+ 1.1.0
+ 1.0.0
+ 1.0.0
+ 1.1.0
4.3.1
6.8
diff --git a/product/modules/distribution/src/assembly/bin.xml b/product/modules/distribution/src/assembly/bin.xml
index ca621e202e..e264c68c0d 100644
--- a/product/modules/distribution/src/assembly/bin.xml
+++ b/product/modules/distribution/src/assembly/bin.xml
@@ -183,6 +183,13 @@
*/**
+
+
+ src/repository/jaggeryapps
+ wso2cdm-${project.version}/repository/deployment/server/jaggeryapps
+ 755
+
+
diff --git a/product/modules/p2-profile-gen/pom.xml b/product/modules/p2-profile-gen/pom.xml
index d22887e7c5..db84eac3cc 100644
--- a/product/modules/p2-profile-gen/pom.xml
+++ b/product/modules/p2-profile-gen/pom.xml
@@ -115,6 +115,16 @@
org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version}
+ org.jaggeryjs:org.jaggeryjs.feature:${jaggery.feature.version}
+
+ org.jaggeryjs.modules:carbon.feature:${carbon.feature.version}
+
+ org.jaggeryjs.modules:process.feature:${process.feature.version}
+
+ org.jaggeryjs.modules:uuid.feature:${uuid.feature.version}
+
+ org.jaggeryjs.modules:jaggery-test.feature:${jaggery-test.feature.version}
+
org.wso2.carbon:org.wso2.carbon.transport.mgt.feature:${carbon.platform.version}
@@ -253,6 +263,26 @@
org.wso2.carbon.webapp.mgt.feature.group
${carbon.platform.version}
+
+ org.jaggeryjs.feature.group
+ ${jaggery.feature.version}
+
+
+ org.jaggeryjs.modules.carbon.feature.group
+ ${carbon.feature.version}
+
+
+ org.jaggeryjs.modules.process.feature.group
+ ${process.feature.version}
+
+
+ org.jaggeryjs.modules.uuid.feature.group
+ ${uuid.feature.version}
+
+
+ org.jaggeryjs.modules.jaggery-test.feature.group
+ ${jaggery-test.feature.version}
+
org.wso2.carbon.transport.mgt.feature.group
${carbon.platform.version}