Skip to content

Commit

Permalink
Add -B to mvn build in shared-wildfly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Oct 20, 2023
1 parent e7ca263 commit 62d2c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Build WildFly
run: mvn clean install -DskipTests -Dcheckstyle.skip=true -Denforcer.skip=true
run: mvn -B clean install -DskipTests -Dcheckstyle.skip=true -Denforcer.skip=true
- id: version
run: echo "wildfly-version=$(mvn -B help:evaluate -Dexpression=project.version -DforceStdout -q)" >> $GITHUB_OUTPUT
- name: Archive the repository
Expand Down

0 comments on commit 62d2c34

Please sign in to comment.