From 2ca36cd8e7fd991409e335bd1e2a62be748191f8 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Sun, 19 Jun 2016 19:07:17 +0200 Subject: [PATCH] Moving Maven's settings.xml.template to overall project root. --- ws/Unitmarking/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws/Unitmarking/pom.xml b/ws/Unitmarking/pom.xml index 25aba08f9..0e255bd6c 100644 --- a/ws/Unitmarking/pom.xml +++ b/ws/Unitmarking/pom.xml @@ -17,7 +17,7 @@ <distributionManagement> <!-- This requires configurations in ~/.m2/settings.xml, see local settings.xml.template - example file. --> + example file in overall git project root. --> <repository> <id>mi-maven-repository</id> <url>scpexe://maven.mi.hdm-stuttgart.de/var/www/html/maven/artifacts</url> -- GitLab