Fix build issue in gitlab

merge-requests/27/head
charitha 6 years ago
parent 2e730b73fa
commit d4005222c8

@ -4,6 +4,11 @@ variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache:
paths:
- .m2/repository/
- target/
build:
stage: build
script:

@ -29,6 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.device.mgt.api.feature</artifactId>
<packaging>pom</packaging>
<version>3.2.1-SNAPSHOT</version>
<name>WSO2 Carbon - Device Management API Feature</name>
<url>http://wso2.org</url>
<description>This feature contains the APIs required for Device Management console UI</description>

Loading…
Cancel
Save