diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a7574b..60e4aad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/pom.xml b/pom.xml index 7b3a476..eac113f 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ gitlab - https://development.univento.eu/issues/Commons + http://development.univento.eu/issues/Commons @@ -47,17 +47,20 @@ univentoEU - https://development.univento.eu/maven/repositories/univento + http://play.univento.eu:8081/repositories/univento + + org.apache.maven.plugins maven-compiler-plugin