Fix build issue in gitlab

revert-70aa11f8
charitha 6 years ago
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:

@ -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…
Cancel
Save