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
cac08e38e7
commit
2e730b73fa
@ -4,11 +4,6 @@ variables:
|
|||||||
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
|
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
|
||||||
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
|
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .m2/repository/
|
|
||||||
- target/
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -2147,10 +2147,10 @@
|
|||||||
<id>maven-snapshots</id>
|
<id>maven-snapshots</id>
|
||||||
<url>http://nexus.entgra.io/repository/maven-snapshots/</url>
|
<url>http://nexus.entgra.io/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<!--repository>
|
<repository>
|
||||||
<id>maven-release</id>
|
<id>maven-release</id>
|
||||||
<url>http://nexus.entgra.io/repository/maven-releases/</url>
|
<url>http://nexus.entgra.io/repository/maven-releases/</url>
|
||||||
</repository-->
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user