File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : []
You can’t perform that action at this time.
0 commit comments