Herping the derp

This commit is contained in:
Johannes Theiner 2017-04-14 11:22:52 +02:00
parent b67ec43f5f
commit 6c80c49abd
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
image: maven:3-jdk-8
build:
script: "mvn clean install deploy site:deploy --settings .gitlab/settings.xml"
script: "mvn clean install deploy --settings .gitlab/settings.xml"
artifacts:
name: "Commons"
paths:

View File

@ -36,7 +36,7 @@
<issueManagement>
<system>gitlab</system>
<url>https://development.univento.eu/issues/Commons</url>
<url>http://development.univento.eu/issues/Commons</url>
</issueManagement>
<ciManagement>
@ -47,17 +47,20 @@
<distributionManagement>
<repository>
<id>univentoEU</id>
<url>https://development.univento.eu/maven/repositories/univento</url>
<url>http://play.univento.eu:8081/repositories/univento</url>
</repository>
<!--
<site>
<id>univento.commons</id>
<name>univento Commons</name>
<url>sftp://development.univento.eu/doc/Commons</url>
</site>
-->
</distributionManagement>
<build>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
@ -80,6 +83,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>