From 3c0c38119427089778c4bf0124821345fa136205 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 18 Dec 2019 15:49:18 +0100 Subject: [PATCH] Add dependency to enable site generation for benchmark module Change-Id: Iae4524ddc730d57993e9c6d6807282e4b07d1336 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.benchmarks/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 4e60ab9b79..82c0a080a8 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -189,6 +189,33 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.8.2 + + + org.apache.maven.wagon + wagon-ssh + 3.3.4 + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 3.0.0-M3 + + + org.apache.maven.plugins + maven-jxr-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.0.0 + -- 2.39.5