From 539c2bce3b5ed2e2fc1678d5e120af99b23a0f25 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Tue, 16 Dec 2014 14:14:46 +0100 Subject: [PATCH] tried to fix pom.xml --- .project | 6 ------ pom.xml | 23 ++++++++++++++++++++++- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.project b/.project index c3dde7d0..9c7a3eb0 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 120d9020..d8c744fb 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> -- GitLab