Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#156: remove package-phase from populate-cache-job #185

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,12 @@ jobs:
cache: 'maven'
id: setup

# TODO: remove the "package" phase, as well as "-DskipTests" and "-Dno-format" from the maven build when
# https://github.com/quarkusio/quarkus/pull/31092 is merged and released (probably 3.0.0)
- name: Populate Maven Cache
id: populate
if: ${{ steps.setup.outputs.cache-hit != 'true' }}
run: |
./mvnw \
--batch-mode \
--define skipTests \
--define no-format \
package \
quarkus:go-offline \
de.qaware.maven:go-offline-maven-plugin:resolve-dependencies
Expand Down