From ce96da092ac67d6fa0f09109e82c44fc102f9e86 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 8 Jul 2017 20:33:02 +0200 Subject: [PATCH] [doc] Remove jacoco report and surefire report for site generation --- .travis/build-site.sh | 2 +- pom.xml | 32 +------------------------------- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/.travis/build-site.sh b/.travis/build-site.sh index fe2a2b711a..a4f30dc5bc 100644 --- a/.travis/build-site.sh +++ b/.travis/build-site.sh @@ -20,7 +20,7 @@ fi echo -e "Finished executing ./mvnw install\n\n" echo -e "\n\nExecuting ./mvnw site site:stage...\n\n" - travis_wait ./mvnw site site:stage -Psite -B -V -q + travis_wait ./mvnw site site:stage -DskipTests=true -Psite -B -V -q echo -e "Finished executing ./mvnw site site:stage...\n\n" ) diff --git a/pom.xml b/pom.xml index 3e5c5a9133..9f3c428966 100644 --- a/pom.xml +++ b/pom.xml @@ -264,7 +264,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code 2.17 3.8 1.7 - 0.7.9 1.9.6 2.10.4 4.5.2-1 @@ -728,18 +727,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code - - org.apache.maven.plugins - maven-surefire-report-plugin - ${surefire.version} - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - org.codehaus.mojo versions-maven-plugin @@ -984,23 +971,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code 1.8 - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - default-prepare-agent - - prepare-agent - - - - - - @@ -1030,7 +1000,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code org.jacoco jacoco-maven-plugin - ${jacoco.version} + 0.7.9 default-prepare-agent