mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Update configs for entgra
This commit is contained in:
parent
5552b382ad
commit
1cbf501661
@ -22,6 +22,6 @@ test:
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- mvn $MAVEN_CLI_OPTS deploy
|
- mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -1,12 +1,12 @@
|
|||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||||
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>maven-snapshots</id>
|
<id>maven-snapshots</id>
|
||||||
<username>${env.MAVEN_REPO_USER}</username>
|
<username>${env.MAVEN_REPO_USER}</username>
|
||||||
<password>${env.MAVEN_REPO_PASS}</password>
|
<password>${env.MAVEN_REPO_PASS}</password>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
# carbon-device-mgt
|
# carbon-device-mgt
|
||||||
|
|
||||||
<a href='https://opensource.org/licenses/Apache-2.0'><img src='https://img.shields.io/badge/License-Apache%202.0-blue.svg'></a><br/>
|
<a href='https://opensource.org/licenses/Apache-2.0'><img src='https://img.shields.io/badge/License-Apache%202.0-blue.svg'></a><br/>
|
||||||
<a href='https://wso2.org/jenkins/job/platform-builds/job/carbon-device-mgt/'><img src='https://wso2.org/jenkins/job/platform-builds/job/carbon-device-mgt/badge/icon'></a> - Java8<br/>
|
|
||||||
|
[](https://gitlab.com/entgra/carbon-device-mgt/commits/master)
|
||||||
|
|
||||||
WSO2 CONNECTED DEVICE MANAGEMENT COMPONENTS
|
WSO2 CONNECTED DEVICE MANAGEMENT COMPONENTS
|
||||||
|
|
||||||
|
|||||||
12
pom.xml
12
pom.xml
@ -1865,6 +1865,18 @@
|
|||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>entgra.snapshots</id>
|
||||||
|
<name>Entgra Snapshot Repository</name>
|
||||||
|
<url>http://104.215.188.88/repository/maven-snapshots/</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<updatePolicy>daily</updatePolicy>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user