Fix build issue in gitlab

This commit is contained in:
charitha 2018-10-03 00:09:39 +05:30
parent 2e730b73fa
commit d4005222c8
2 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -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>