Skip to content

Commit

Permalink
Need to specify module fxthemes in maven deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
dukke committed Apr 25, 2024
1 parent 63d2ced commit 6dbc786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Build and Deploy with Maven
run: mvn --batch-mode --update-snapshots clean deploy
run: mvn --batch-mode --update-snapshots clean deploy -pl fxthemes
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Build and Deploy with Maven
run: mvn --batch-mode --update-snapshots clean deploy
run: mvn --batch-mode --update-snapshots clean deploy -pl fxthemes
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 6dbc786

Please sign in to comment.