Skip to content

Commit c44935e

Browse files
Merge branch '14.1.x' into master by sp-gupta
2 parents 3c72406 + 86ee49a commit c44935e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ blocks:
3939
commands:
4040
- pip install confluent-release-tools -q
4141
- . sem-pint
42-
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
42+
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 -Ddependency.check.skip=true --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
4343
- cve-scan
4444
- . cache-maven store
4545
epilogue:
@@ -57,7 +57,7 @@ blocks:
5757
jobs:
5858
- name: Release
5959
commands:
60-
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
60+
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 -Ddependency.check.skip=true --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
6161
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6262
- name: Release Notes
6363
dependencies: []

0 commit comments

Comments
 (0)