Skip to content
Snippets Groups Projects
Commit b4054a51 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

second try fixing pom.xml

parent b779cf9c
Branches
Tags
No related merge requests found
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
<java.version>1.6</java.version> <java.version>1.6</java.version>
</properties> </properties>
<issueManagement>
<system>GitLab</system>
<url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues/</url>
</issueManagement>
<distributionManagement> <distributionManagement>
<site> <site>
<id>teetime.sf.net</id> <id>teetime.sf.net</id>
...@@ -64,14 +59,8 @@ ...@@ -64,14 +59,8 @@
<connection>scm:git:https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git</connection> <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> <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> <url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/</url>
<tag>teetime-1.0</tag>
</scm> </scm>
<ciManagement>
<system>Jenkins</system>
<url>https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/</url>
</ciManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
...@@ -116,12 +105,7 @@ ...@@ -116,12 +105,7 @@
<build> <build>
<plugins> <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 --> <!-- we want JDK 1.6 source and binary compatibility -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
...@@ -312,23 +296,6 @@ ...@@ -312,23 +296,6 @@
<reporting> <reporting>
<plugins> <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> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
...@@ -342,19 +309,6 @@ ...@@ -342,19 +309,6 @@
</reportSets> </reportSets>
</plugin> </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> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId> <artifactId>findbugs-maven-plugin</artifactId>
...@@ -427,5 +381,4 @@ ...@@ -427,5 +381,4 @@
</profile> </profile>
</profiles> </profiles>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment