Skip to content

Commit

Permalink
Still some missing poms, try deploying from geoserver/src
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Aug 5, 2024
1 parent 4b5b500 commit 7972cd3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ jobs:

- name: Deploy to github packages maven repo
run: |
./mvnw deploy \
--batch-mode -DskipTests -ntp -fae -Dmaven.resolver.transport=wagon \
./mvnw deploy -f geoserver/src/pom.xml --batch-mode -DskipTests -ntp -fae \
-PallExtensions,communityRelease \
-Dsort.skip=true -Dspotless.apply.skip=true \
-DretryFailedDeploymentCount=10 \
-DallowIncompleteProjects=true \
-DaltDeploymentRepository=github::https://maven.pkg.github.com/camptocamp/geoserver-cloud-geoserver
-DaltDeploymentRepository="github::https://maven.pkg.github.com/camptocamp/geoserver-cloud-geoserver" \
-Dmaven.resolver.transport=wagon
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7972cd3

Please sign in to comment.