Skip to content

Commit

Permalink
Add -Dmaven.resolver.transport=wagon to mvn deploy command
Browse files Browse the repository at this point in the history
Checking if the solution proposed here[1] works

[1] https://github.com/orgs/community/discussions/49001
  • Loading branch information
groldan committed Aug 4, 2024
1 parent b7d049d commit d3d29db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Publish package
run: |
./mvnw --batch-mode deploy -DskipTests -ntp -fae \
./mvnw --batch-mode deploy -DskipTests -ntp -fae -Dmaven.resolver.transport=wagon \
-DaltDeploymentRepository=github::https://maven.pkg.github.com/camptocamp/geoserver-cloud-geoserver
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d3d29db

Please sign in to comment.