~ config script changes
This commit is contained in:
parent
2646a3d1bc
commit
ac93acd0c2
@ -1,5 +1,26 @@
|
|||||||
image: maven:3-jdk-8
|
image: maven:3-jdk-8
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- echo '<settings>
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>univentoEU</id>
|
||||||
|
<username>download</username>
|
||||||
|
<password>PLCtNT3GEM43bvBc2mRvQMsYe!0JtB</password>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
|
||||||
|
<mirrors>
|
||||||
|
<mirror>
|
||||||
|
<id>univentoEU</id>
|
||||||
|
<name>univentoEU Mirror Repo</name>
|
||||||
|
<url>http://play.univento.eu:8081/repository/public/</url>
|
||||||
|
<mirrorOf>*</mirrorOf>
|
||||||
|
</mirror>
|
||||||
|
</mirrors>
|
||||||
|
</settings>' > $HOME/.m2/settings.xml
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: "mvn clean package"
|
script: "mvn clean package"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user