From c7aa4cc72341ca9516c62c8658df7106c72a5f17 Mon Sep 17 00:00:00 2001 From: nvazquez Date: Sun, 5 Apr 2020 01:19:13 -0300 Subject: [PATCH 1/2] Improvement on build time --- pom.xml | 164 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 91 insertions(+), 73 deletions(-) diff --git a/pom.xml b/pom.xml index b3cab5a6ced9..f169a9186617 100644 --- a/pom.xml +++ b/pom.xml @@ -777,46 +777,6 @@ - - org.jacoco - jacoco-maven-plugin - ${cs.jacoco-plugin.version} - - - org.openclover - clover-maven-plugin - ${cs.clover-maven-plugin.version} - - threaded - 100 - 0% - true - true - true - - - - main - verify - - instrument - aggregate - check - log - - - - site - pre-site - - instrument - aggregate - - save-history - - - - @@ -1222,26 +1182,6 @@ maven-failsafe-plugin ${cs.failsafe-plugin.version} - - org.jacoco - jacoco-maven-plugin - ${cs.jacoco-plugin.version} - - - prepare-coverage-agent - - prepare-agent - - - - produce-coverage-reports - test - - report - - - - org.apache.maven.plugins maven-site-plugin @@ -1283,19 +1223,6 @@ maven-resources-plugin ${cs.resources-plugin.version} - - org.jacoco - jacoco-maven-plugin - ${cs.jacoco-plugin.version} - - - - - report - - - - @@ -1347,6 +1274,97 @@ vmware-base + + quality + + false + + + + + org.jacoco + jacoco-maven-plugin + ${cs.jacoco-plugin.version} + + + org.openclover + clover-maven-plugin + ${cs.clover-maven-plugin.version} + + threaded + 100 + 0% + true + true + true + + + + main + verify + + instrument + aggregate + check + log + + + + site + pre-site + + instrument + aggregate + + save-history + + + + + + + + + org.jacoco + jacoco-maven-plugin + ${cs.jacoco-plugin.version} + + + prepare-coverage-agent + + prepare-agent + + + + produce-coverage-reports + test + + report + + + + + + + + + + + org.jacoco + jacoco-maven-plugin + ${cs.jacoco-plugin.version} + + + + + report + + + + + + + disablecheckstyle From 641473bd3cf6b61a8425e311b354bf730c462218 Mon Sep 17 00:00:00 2001 From: nvazquez Date: Sun, 5 Apr 2020 02:24:47 -0300 Subject: [PATCH 2/2] Fix build with tests enabled --- pom.xml | 58 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index f169a9186617..65928f1aa929 100644 --- a/pom.xml +++ b/pom.xml @@ -1045,22 +1045,6 @@ - - org.owasp - dependency-check-maven - ${cs.owasp.dependency-checker-plugin.version} - - true - true - - - - - check - - - - org.apache.maven.plugins maven-compiler-plugin @@ -1174,7 +1158,7 @@ ${cs.surefire-plugin.version} false - @{argLine} -Djava.security.egd=file:/dev/./urandom -noverify + -Djava.security.egd=file:/dev/./urandom -noverify @@ -1192,18 +1176,6 @@ - - org.owasp - dependency-check-maven - ${cs.owasp.dependency-checker-plugin.version} - - - - aggregate - - - - com.github.spotbugs spotbugs-maven-plugin @@ -1324,6 +1296,22 @@ + + org.owasp + dependency-check-maven + ${cs.owasp.dependency-checker-plugin.version} + + true + true + + + + + check + + + + org.jacoco jacoco-maven-plugin @@ -1349,6 +1337,18 @@ + + org.owasp + dependency-check-maven + ${cs.owasp.dependency-checker-plugin.version} + + + + aggregate + + + + org.jacoco jacoco-maven-plugin