Skip to content

Commit

Permalink
Reduce warnings due to the missing license plugin
Browse files Browse the repository at this point in the history
Closes keycloak#30465

Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Jun 19, 2024
1 parent 5ee271e commit fdf4853
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/build-keycloak/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ runs:
- id: build-keycloak
name: Build Keycloak
shell: bash
# By using "dependency:resolve", it will download all dependencies used in later stages for running the tests
run: |
./mvnw install dependency:resolve -V -e -DskipTests -DskipExamples
# Ensure this plugin is built first to avoid warnings in the build
./mvnw install -Pdistribution -am -pl distribution/maven-plugins/licenses-processor
# By using "dependency:resolve", it will download all dependencies used in later stages for running the tests
./mvnw install dependency:resolve -V -e -DskipTests -DskipExamples -DexcludeGroupIds=org.keycloak -Dsilent=true
- id: compress-keycloak-maven-repository
name: Compress Keycloak Maven artifacts
Expand Down

0 comments on commit fdf4853

Please sign in to comment.