diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.feature/pom.xml
new file mode 100644
index 0000000000..ae60b7a5ff
--- /dev/null
+++ b/features/device-mgt/org.wso2.carbon.device.mgt.feature/pom.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+ org.wso2.carbon.devicemgt
+ device-mgt-feature
+ 1.1.0-SNAPSHOT
+ ../pom.xml
+
+
+ 4.0.0
+ org.wso2.carbon.device.mgt.feature
+ pom
+ Device Management Aggregate Feature
+ http://wso2.org
+ This feature contains all the bundles required for device management related functionalities
+
+
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.server.feature
+ zip
+
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.ui.feature
+ zip
+
+
+
+
+
+
+ org.wso2.maven
+ carbon-p2-plugin
+
+
+ p2-feature-generation
+ package
+
+ p2-feature-gen
+
+
+ org.wso2.carbon.device.mgt
+ ../../../etc/feature.properties
+
+
+ org.eclipse.equinox.p2.type.group:true
+
+
+
+ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.server.feature:${carbon.device.mgt.version}
+ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.ui.feature:${carbon.device.mgt.version}
+
+
+
+
+
+
+
+
+
diff --git a/features/device-mgt/pom.xml b/features/device-mgt/pom.xml
index 8ab63d2138..8896bc9aa0 100644
--- a/features/device-mgt/pom.xml
+++ b/features/device-mgt/pom.xml
@@ -29,7 +29,6 @@
4.0.0
org.wso2.carbon.devicemgt
device-mgt-feature
- 1.1.0-SNAPSHOT
pom
WSO2 Carbon - Device Management Feature
http://wso2.org
@@ -37,8 +36,9 @@
org.wso2.carbon.device.mgt.server.feature
org.wso2.carbon.device.mgt.ui.feature
+ org.wso2.carbon.device.mgt.feature
org.wso2.carbon.device.mgt.extensions.feature
org.wso2.carbon.device.mgt.analytics.data.publisher.feature
-
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c4b62cad54..8c331f7f19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,18 @@
org.wso2.carbon.device.mgt.analytics.data.publisher
${carbon.device.mgt.version}
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.server.feature
+ zip
+ ${carbon.device.mgt.version}
+
+
+ org.wso2.carbon.devicemgt
+ org.wso2.carbon.device.mgt.ui.feature
+ zip
+ ${carbon.device.mgt.version}
+