mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Bug fixes
This commit is contained in:
parent
84dd19a53c
commit
721e6e2321
@ -23,7 +23,7 @@
|
||||
<property name="target-dir" value="target/carbonapps"/>
|
||||
<property name="src-dir" value="src/main/resources/carbonapps"/>
|
||||
|
||||
<property name="GeoDashboard" value="org_wso2_carbon_iot_geo_dashboard-1.0.0.car"/>
|
||||
<property name="GeoDashboard" value="org_wso2_carbon_iot_geo_dashboard-1.0.0"/>
|
||||
|
||||
<target name="clean">
|
||||
<delete dir="${target-dir}" />
|
||||
|
||||
@ -27,9 +27,10 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.carbon.iot.geo.dashboard</artifactId>
|
||||
<name>WSO2 Carbon - IoT Geo Dashboard CAPP</name>
|
||||
<name>WSO2 Carbon - IoT Geo Dashboard C-APP</name>
|
||||
<url>http://wso2.org</url>
|
||||
<description>This feature contains the IoT geo dashboard gadget</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
<groupId>org.wso2.maven</groupId>
|
||||
<artifactId>carbon-p2-plugin</artifactId>
|
||||
<version>${carbon.p2.plugin.version}</version>
|
||||
<executions>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>p2-feature-generation</id>
|
||||
<phase>package</phase>
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
<outputDirectory>
|
||||
${project.build.directory}/maven-shared-archive-resources
|
||||
</outputDirectory>
|
||||
<includes>org_wso2_carbon_iot_geo_dashboard-1.0.0.car</includes>
|
||||
<includes>**/*</includes>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user