File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
3
- * Copyright (c) 2020-2022 Contributors to Eclipse Foundation. All rights reserved.
3
+ * Copyright (c) 2020-2025 Contributors to Eclipse Foundation. All rights reserved.
4
4
*
5
5
* This program and the accompanying materials are made available under the
6
6
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -35,8 +35,8 @@ pipeline {
35
35
maven ' apache-maven-latest'
36
36
}
37
37
steps {
38
- sh ' mvn clean install -P jacoco'
39
- sh ' mvn clean install -P jacoco -f hk2-testing/di-tck'
38
+ sh ' mvn clean install -P jacoco -DskipSBOM=true '
39
+ sh ' mvn clean install -P jacoco -DskipSBOM=true - f hk2-testing/di-tck'
40
40
junit testResults : ' **/target/surefire-reports/*.xml' , allowEmptyResults : true
41
41
jacoco execPattern : ' **/**.exec' ,
42
42
classPattern : ' **/classes' ,
You can’t perform that action at this time.
0 commit comments