Skip to content

Commit 0d1932b

Browse files
committed
Skip CycloneDX in CI
1 parent 4802600 commit 0d1932b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* 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.
44
*
55
* This program and the accompanying materials are made available under the
66
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -35,8 +35,8 @@ pipeline {
3535
maven 'apache-maven-latest'
3636
}
3737
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'
4040
junit testResults: '**/target/surefire-reports/*.xml', allowEmptyResults: true
4141
jacoco execPattern: '**/**.exec',
4242
classPattern: '**/classes',

0 commit comments

Comments
 (0)