This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch ci-reporting in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/ci-reporting by this push: new aecffbc try previous configuration aecffbc is described below commit aecffbc563e55bcc3460351744d9ada196528959 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sat Mar 5 19:50:17 2022 +1000 try previous configuration Signed-off-by: Olivier Lamy <ol...@apache.org> --- Jenkinsfile | 18 +++++++++++------- pom.xml | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15673a0..94192b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -189,14 +189,18 @@ def buildProcess(String stageKey, String jdkName, String mvnName, goals, options println "Throwable: ${e}" throw e } - jacoco changeBuildStatus: false, - inclusionPattern: '**/org/apache/maven/**/*.class', - execPattern: '**/target/jacoco*.exec', - classPattern: "**/target/classes", //classPatternCsv(), - sourcePattern: "**/src/main/java", //sourcesPatternCsv() - exclusionPattern: "surefire-its/target/**, maven-failsafe-plugin/target/it/**", - sourceExclusionPattern: "" +// jacoco changeBuildStatus: false, +// inclusionPattern: '**/org/apache/maven/**/*.class', +// execPattern: '**/target/jacoco*.exec', +// classPattern: "**/target/classes", //classPatternCsv(), +// sourcePattern: "**/src/main/java", //sourcesPatternCsv() +// exclusionPattern: "surefire-its/target/**, maven-failsafe-plugin/target/it/**", +// sourceExclusionPattern: "" + jacoco(changeBuildStatus: false, + execPattern: '**/target/jacoco*.exec', + sourcePattern: sourcesPatternCsv(), + classPattern: classPatternCsv()) junit(healthScaleFactor: 0.0, allowEmptyResults: true, diff --git a/pom.xml b/pom.xml index 52f1634..57bffc1 100644 --- a/pom.xml +++ b/pom.xml @@ -243,7 +243,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-verifier</artifactId> - <version>1.7.2</version> + <version>1.7.3-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.apache.maven.shared</groupId>