We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e960b13 commit 92f9bc2Copy full SHA for 92f9bc2
1 file changed
.github/workflows/maven-build.yml
@@ -42,9 +42,9 @@ jobs:
42
restore-keys: |
43
${{ runner.os }}-maven-
44
45
- # Build & verify
+ # Build & install (required for 2nd build: example)
46
- name: Build and verify
47
- run: mvn -s ./.maven-settings.xml -Pcontinuous-integration -B -U clean verify
+ run: mvn -s ./.maven-settings.xml -Pcontinuous-integration -B -U clean install
48
49
# Build & verify example
50
- name: Build and verify example
0 commit comments