mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix build issue in gitlab
This commit is contained in:
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…
Reference in New Issue
Block a user