From 2e8532b8adbd69b3fac4f2c313888e6498c09d56 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Thu, 11 Dec 2014 12:33:50 +0100 Subject: [PATCH] added ci to pom.xml and added comment --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39c1dccc..b8128c21 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,11 @@ <tag>teetime-1.0</tag> </scm> + <ciManagement> + <system>Jenkins</system> + <url>https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/</url> + </ciManagement> + <dependencies> <dependency> <groupId>junit</groupId> @@ -116,7 +121,7 @@ <build> <plugins> - + <!-- Release plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> @@ -427,4 +432,5 @@ </profile> </profiles> + </project> -- GitLab