diff --git a/pom.xml b/pom.xml index b9ceec7be7ef2843fdff14fe06be0a530cfb586d..63f175d69aa5e84a78dd7e99cca4205866719b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,11 +23,6 @@ <java.version>1.6</java.version> </properties> - <issueManagement> - <system>GitLab</system> - <url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues/</url> - </issueManagement> - <distributionManagement> <site> <id>teetime.sf.net</id> @@ -64,14 +59,8 @@ <connection>scm:git:https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git</connection> <developerConnection>scm:git:ssh://gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git</developerConnection> <url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/</url> - <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,12 +105,7 @@ <build> <plugins> - <!-- Release plugin --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.5.1</version> - </plugin> + <!-- we want JDK 1.6 source and binary compatibility --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -312,23 +296,6 @@ <reporting> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <version>2.11</version> - <configuration> - <issueLinkTemplatePerSystem> - <Gitlab>%URL%/%ISSUE%</Gitlab> - </issueLinkTemplatePerSystem> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> @@ -342,19 +309,6 @@ </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> @@ -427,5 +381,4 @@ </profile> </profiles> - -</project> \ No newline at end of file +</project>