mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding device management mobile feature into CDM p2-profile
This commit is contained in:
parent
6082f1eaae
commit
5ec8f20baf
@ -87,7 +87,7 @@
|
|||||||
<goal>p2-feature-gen</goal>
|
<goal>p2-feature-gen</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<id>org.wso2.carbon.device.mgt.mobile.plugin</id>
|
<id>org.wso2.carbon.device.mgt.mobile</id>
|
||||||
<propertiesFile>../../../features/etc/feature.properties</propertiesFile>
|
<propertiesFile>../../../features/etc/feature.properties</propertiesFile>
|
||||||
<adviceFile>
|
<adviceFile>
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@ -107,6 +107,9 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${project.version}
|
org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${project.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
<featureArtifactDef>
|
||||||
|
org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.feature:${project.version}
|
||||||
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version}
|
org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
@ -161,6 +164,10 @@
|
|||||||
<id>org.wso2.carbon.device.mgt.server.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.server.feature.group</id>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.device.mgt.mobile.feature.group</id>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
||||||
<version>${carbon.platform.version}</version>
|
<version>${carbon.platform.version}</version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user