Skip to content

Commit

Permalink
Run the build from the top-level Maven module
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Aug 15, 2024
1 parent 7e91bc5 commit e095945
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/java-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
working-directory: lang/java

jobs:
publish-snapshot:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,5 +64,4 @@ jobs:
ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
run: |
echo "<settings><servers><server><id>apache.snapshots.https</id><username>$ASF_USERNAME</username><password>$ASF_PASSWORD</password></server></servers></settings>" > settings.xml
pushd ../.. && mvn --settings settings.xml -B -ntp --non-recursive deploy && popd
mvn --settings settings.xml -U -B -e -fae -ntp -PskipQuality deploy

0 comments on commit e095945

Please sign in to comment.