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 71877fd commit baa0084Copy full SHA for baa0084
.github/workflows/maven-build-example.yml
@@ -33,6 +33,9 @@ jobs:
33
key: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/pom.xml') }}
34
restore-keys: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}
35
36
+ - name: Build library
37
+ run: mvn -B install -pl web-eid-authtoken-validation-java -am
38
+
39
- name: Build
40
run: mvn --batch-mode compile
41
0 commit comments