From 4038e3ec26a646f660130697ba70d40168926493 Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Wed, 20 May 2020 19:11:21 -0400 Subject: Futz around with site config Messed around with the site configuration a bit, got the coverage to start showing up in the side bar, along with the generated reports/other information --- pom.xml | 46 ++++++++++++++++------------------------------ src/site/site.xml | 9 ++++++++- 2 files changed, 24 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index f5ff769..1db36fa 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ - 4.0.0 io.github.bculkin2442 @@ -28,6 +29,8 @@ 1.8 github + ${main.basedir}/target/jacoco-ut.exec + ${main.basedir}/target/jacoco-it.exec @@ -62,8 +65,7 @@ maven-surefire-plugin 2.22.1 - + ${surefireArgLine} @@ -114,20 +116,10 @@ exec-maven-plugin 1.6.0 - + Site Copy @@ -142,7 +134,7 @@ --delete target/site/ docs/ - + @@ -152,10 +144,8 @@ jacoco-maven-plugin 0.8.2 - + pre-unit-test @@ -164,17 +154,13 @@ ${project.build.directory}/coverage-reports/jacoco-ut.exec - + surefireArgLine - + post-unit-test test diff --git a/src/site/site.xml b/src/site/site.xml index d41fea2..954e3c2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,2 +1,9 @@ - + + + + + + + + \ No newline at end of file -- cgit v1.2.3