From 1e7262ae170ca0f1cfb5573ccbc150c84a40c9f2 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 29 May 2015 16:37:20 +0200 Subject: [PATCH] Add more reports to maven site Add the following additional reports: - cross-reference report - API changes report using clirr - findbugs report - surefire-report Run $ mvn test install site:site site:stage to generate and stage the site Also see https://wiki.eclipse.org/EGit/Contributor_Guide#JGit_3 Change-Id: Ibb6a2e13e128d7728b3c632cc16bf79716dc75f5 Signed-off-by: Matthias Sohn --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/pom.xml b/pom.xml index 5771d5ab56..2ed818b717 100644 --- a/pom.xml +++ b/pom.xml @@ -396,6 +396,21 @@ + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.18.1 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.8 + @@ -495,6 +510,10 @@ + + org.apache.maven.plugins + maven-surefire-report-plugin + @@ -507,6 +526,29 @@ + + org.apache.maven.plugins + maven-jxr-plugin + + + org.codehaus.mojo + clirr-maven-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + + true + false + + ${project.build.directory}/surefire-reports + + + -- 2.39.5