From 9598e59944fac251ec8065d16b2b2e4eea26d95c Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Fri, 6 Jul 2018 09:49:11 +0200 Subject: [PATCH] Migrate to Maven Project Info Reports Plugin 3.0 --- pom.xml | 3 +-- src/site/site.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 52b293fad..a4e770b9f 100644 --- a/pom.xml +++ b/pom.xml @@ -66,9 +66,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.9</version> + <version>3.0.0</version> <configuration> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> </plugin> diff --git a/src/site/site.xml b/src/site/site.xml index 974d05272..9711a8d9c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -7,7 +7,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.6</version> + <version>1.7</version> </skin> <custom> @@ -46,8 +46,8 @@ </links> <menu name="Overview"> <item name="Introduction" href="index.html" /> - <item name="License" href="license.html" /> - <item name="The Team" href="team-list.html" /> + <item name="License" href="licenses.html" /> + <item name="The Team" href="team.html" /> </menu> <menu name="Documentation"> <item name="Installation" href="installation.html" /> @@ -57,10 +57,10 @@ <item name="API Docs" href="apidocs/index.html" /> </menu> <menu name="Further Information"> - <item name="Source Repository" href="source-repository.html" /> - <item name="Issue Tracking" href="issue-tracking.html" /> + <item name="Source Repository" href="scm.html" /> + <item name="Issue Tracking" href="issue-management.html" /> <item name="SonarQube Metrics" href="https://scm.thm.de/sonar/dashboard/index/de.thm.arsnova:arsnova-backend" /> - <item name="Continuous Integration" href="integration.html" /> + <item name="Continuous Integration" href="ci-management.html" /> </menu> </body> </project> -- GitLab