File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 java-version : 17
2121 cache : maven
2222 - name : Build and Publish
23- run : ./mvnw clean deploy --batch-mode --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::default:: file://$(pwd)/distribution-repository
23+ run : ./mvnw clean deploy --batch-mode --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::file://$(pwd)/distribution-repository
2424 - name : Deploy
2525 uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
2626 with :
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
55repository=$( pwd) /distribution-repository
66
77pushd git-repo > /dev/null
8- run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default:: file://${repository}
8+ run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::file://${repository}
99popd > /dev/null
You can’t perform that action at this time.
0 commit comments