|
|
@ -146,6 +146,9 @@
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.application.extension.feature:${carbon.device.mgt.version}
|
|
|
|
org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.application.extension.feature:${carbon.device.mgt.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
|
|
|
org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.integration.client.feature:${carbon.device.mgt.version}
|
|
|
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.handler.server.feature:${carbon.device.mgt.version}
|
|
|
|
org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.handler.server.feature:${carbon.device.mgt.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
@ -618,6 +621,12 @@
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.rest.api.dcr.feature:${carbon.api.mgt.version}
|
|
|
|
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.rest.api.dcr.feature:${carbon.api.mgt.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.rest.api.publisher.feature:${carbon.api.mgt.version}
|
|
|
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.rest.api.store.feature:${carbon.api.mgt.version}
|
|
|
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
<!-- End of API Management Features -->
|
|
|
|
<!-- End of API Management Features -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- TCP Transport -->
|
|
|
|
<!-- TCP Transport -->
|
|
|
@ -770,7 +779,7 @@
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
|
<id>p2-profile-generation-devicetype-publisher-profile</id>
|
|
|
|
<id>p2-profile-generation-device-manager-profile</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goals>
|
|
|
|
<goal>materialize-product</goal>
|
|
|
|
<goal>materialize-product</goal>
|
|
|
@ -782,11 +791,11 @@
|
|
|
|
<targetPath>
|
|
|
|
<targetPath>
|
|
|
|
file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
|
|
|
|
file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
|
|
|
|
</targetPath>
|
|
|
|
</targetPath>
|
|
|
|
<profile>devicetype-publisher</profile>
|
|
|
|
<profile>device-manager</profile>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
|
<id>p2-profile-generation-devicetype-worker-profile</id>
|
|
|
|
<id>p2-profile-generation-device-backend-profile</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goals>
|
|
|
|
<goal>materialize-product</goal>
|
|
|
|
<goal>materialize-product</goal>
|
|
|
@ -798,7 +807,7 @@
|
|
|
|
<targetPath>
|
|
|
|
<targetPath>
|
|
|
|
file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
|
|
|
|
file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
|
|
|
|
</targetPath>
|
|
|
|
</targetPath>
|
|
|
|
<profile>devicetype-worker</profile>
|
|
|
|
<profile>device-backend</profile>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
@ -893,6 +902,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.email.sender.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.email.sender.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -1053,6 +1066,14 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.dcr.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.dcr.feature.group</id>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.publisher.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.store.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<!-- API Manager Publisher and Store Features -->
|
|
|
|
<!-- API Manager Publisher and Store Features -->
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.apimgt.gateway.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.gateway.feature.group</id>
|
|
|
@ -1911,6 +1932,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.server.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.server.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -2327,6 +2352,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.dynamic.client.registration.server.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.dynamic.client.registration.server.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -2390,6 +2419,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.api.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.api.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -2433,7 +2466,7 @@
|
|
|
|
<goal>p2-profile-gen</goal>
|
|
|
|
<goal>p2-profile-gen</goal>
|
|
|
|
</goals>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<profile>devicetype-publisher</profile>
|
|
|
|
<profile>device-manager</profile>
|
|
|
|
<metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
|
|
|
|
<metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
|
|
|
|
<artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
|
|
|
|
<artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
|
|
|
|
<destination>
|
|
|
|
<destination>
|
|
|
@ -2512,6 +2545,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.email.sender.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.email.sender.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -2863,6 +2900,18 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.gateway.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.gateway.feature.group</id>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.dcr.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.publisher.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.store.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.apimgt.core.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.core.feature.group</id>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
@ -3021,6 +3070,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.api.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.api.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -3091,7 +3144,7 @@
|
|
|
|
<goal>p2-profile-gen</goal>
|
|
|
|
<goal>p2-profile-gen</goal>
|
|
|
|
</goals>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<profile>devicetype-worker</profile>
|
|
|
|
<profile>device-backend</profile>
|
|
|
|
<metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
|
|
|
|
<metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
|
|
|
|
<artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
|
|
|
|
<artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
|
|
|
|
<destination>
|
|
|
|
<destination>
|
|
|
@ -3150,6 +3203,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.email.sender.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.email.sender.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -3215,6 +3272,7 @@
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
<!-- End of Device Management Features -->
|
|
|
|
<!-- End of Device Management Features -->
|
|
|
|
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.device.mgt.adapter.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.device.mgt.adapter.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
@ -3481,6 +3539,18 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.store.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.store.feature.group</id>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.dcr.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.publisher.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.rest.api.store.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.registry.extensions.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.registry.extensions.feature.group</id>
|
|
|
|
<version>${carbon.governance.version}</version>
|
|
|
|
<version>${carbon.governance.version}</version>
|
|
|
@ -3631,6 +3701,10 @@
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.apimgt.application.extension.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.apimgt.integration.client.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.server.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.certificate.mgt.server.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
@ -3686,6 +3760,25 @@
|
|
|
|
<version>${identity.inbound.auth.saml.version.iotcore}</version>
|
|
|
|
<version>${identity.inbound.auth.saml.version.iotcore}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
<!-- SSO Fix-->
|
|
|
|
<!-- SSO Fix-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Dashboard Features -->
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.dashboards.shindig.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.dashboard.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.dashboards.portal.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.dashboard.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.dashboard.deployment.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.dashboard.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
|
|
|
<id>org.wso2.carbon.iot.device.statistics.dashboard.feature.group</id>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
<!-- End of Dashboard Features -->
|
|
|
|
</features>
|
|
|
|
</features>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|