Fixing the issue in the build.

application-manager-new
sinthuja 7 years ago
parent c84dd34eaa
commit afae580959

@ -1433,7 +1433,7 @@
<!-- Adding IoT Analytics Dashboard and gadget CApps -->
<file>
<source>
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/resources/devicetypes/org_wso2_carbon_device_mgt_cdmf_analytics-1.0.0.car
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/resources/devicetypes/device_management/org_wso2_carbon_device_mgt_cdmf_analytics-1.0.0.car
</source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/carbonapps/
</outputDirectory>

@ -3417,6 +3417,10 @@
<id>org.wso2.carbon.identity.sso.saml.feature.group</id>
<version>${identity.inbound.auth.saml.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.apimgt.handler.server.feature.group</id>
<version>${carbon.device.mgt.version}</version>
</feature>
<!-- SSO Fix-->
</features>
</configuration>

Loading…
Cancel
Save