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.
1 parent 9932f31 commit bdda82fCopy full SHA for bdda82f
.github/workflows/build-project.yml
@@ -24,5 +24,5 @@ jobs:
24
with:
25
output_file: custom_maven_settings.xml
26
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
27
- - name: Build with Maven
28
- run: ./mvnw -s custom_maven_settings.xml -B clean verify
+ - name: Build with Maven using the 'Native' profile
+ run: ./mvnw -s custom_maven_settings.xml -B clean verify -Pnative
0 commit comments