diff --git a/.project b/.project
index c3dde7d007d57e79f312855139ed9e54b09ae679..9c7a3eb0d7770870a1a8064f5071cf4d6d79247e 100644
--- a/.project
+++ b/.project
@@ -25,17 +25,11 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
-		<buildCommand>
-			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
 		<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
-		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 	</natures>
 </projectDescription>
diff --git a/pom.xml b/pom.xml
index 120d902010a2e640afba4486f39467ed45da017a..d8c744fb21a5e721a2f6c6a3f3fd49a3b796b435 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,11 @@
 		</repository>
 	</distributionManagement>
 
+	<issueManagement>
+		<system>GitLab</system>
+		<url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues/</url>
+	</issueManagement>
+
 	<developers>
 		<developer>
 			<id>chw</id>
@@ -61,6 +66,11 @@
 		<url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/</url>
 	</scm>
 
+	<ciManagement>
+		<system>Jenkins</system>
+		<url>https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/</url>
+	</ciManagement>
+
 	<dependencies>
 		<dependency>
 			<groupId>junit</groupId>
@@ -307,7 +317,18 @@
 					</reportSet>
 				</reportSets>
 			</plugin>
-
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.10.1</version>
+				<configuration>
+					<links>
+						<link>${basedir}/src/site/index.html</link>
+					</links>
+					<!-- <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile> -->
+					<!-- <show>public</show> -->
+				</configuration>
+			</plugin>
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>findbugs-maven-plugin</artifactId>