Herping the derp
This commit is contained in:
parent
b67ec43f5f
commit
6c80c49abd
|
@ -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:
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue