We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 810719f + e823a96 commit 3cae175Copy full SHA for 3cae175
.github/workflows/maven.yml
@@ -27,6 +27,11 @@ jobs:
27
run: mvn -B install --file pom.xml
28
- name: Publish to GitHub Packages Apache Maven
29
if: contains(github.ref, 'main')
30
- run: mvn -B deploy -Pgithub -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn -B deploy -Pgithub -s $GITHUB_WORKSPACE/settings.xml -pl '!flyway-community-db-support-archetype'
31
+ env:
32
+ GITHUB_TOKEN: ${{ github.token }}
33
+ - name: Publish Archetype to GitHub Packages Apache Maven
34
+ if: contains(github.ref, 'main')
35
+ run: mvn -B deploy -Pgithub -s $GITHUB_WORKSPACE/settings.xml -pl flyway-community-db-support-archetype
36
env:
37
GITHUB_TOKEN: ${{ github.token }}
0 commit comments