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 image: maven:3-jdk-8
build: build:
script: "mvn clean install deploy site:deploy --settings .gitlab/settings.xml" script: "mvn clean install deploy --settings .gitlab/settings.xml"
artifacts: artifacts:
name: "Commons" name: "Commons"
paths: paths:

View File

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