From 71f5cb1008da6e42e70412012ec95f3898776209 Mon Sep 17 00:00:00 2001 From: Marharyta Date: Tue, 14 Nov 2023 11:53:38 +0100 Subject: [PATCH] [NO JIRA] Improve caching test output (#4504) * Disable test execution in the random order * Remove "Build-Time" from jar Manifest (except plugin) --- pom.xml | 31 +++++++++++++++++++++++++------ sonar-java-plugin/pom.xml | 5 +++++ 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1bc1b6332b6..0be11a951ea 100644 --- a/pom.xml +++ b/pom.xml @@ -287,17 +287,29 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - de.thetaphi forbiddenapis 3.1 + + org.apache.maven.plugins + maven-jar-plugin + ${version.jar.plugin} + + + false + + + _ + + + + @@ -336,6 +348,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + alphabetical + + diff --git a/sonar-java-plugin/pom.xml b/sonar-java-plugin/pom.xml index 50275e422b4..a11afc7357f 100644 --- a/sonar-java-plugin/pom.xml +++ b/sonar-java-plugin/pom.xml @@ -126,6 +126,11 @@ true 9.9 11 + + + ${project.version} + +