Commons/.gitlab-ci.yml

29 lines
821 B
YAML
Raw Normal View History

2016-10-16 10:33:47 +02:00
image: maven:3-jdk-8
2017-03-24 19:46:16 +01:00
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
2016-10-16 10:33:47 +02:00
build:
2017-03-24 19:33:09 +01:00
script: "mvn clean package"
2016-10-16 10:35:13 +02:00
artifacts:
name: "Commons"
paths:
- "target/*.jar"