Skip to content

Commit

Permalink
Merge pull request wildfly#17332 from kabir/shared-gh-actions-build
Browse files Browse the repository at this point in the history
Add -B to mvn build in shared-mvn-build.yml
  • Loading branch information
jamezp authored Oct 20, 2023
2 parents 20a2b12 + 62d2c34 commit ffc494a
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 ffc494a

Please sign in to comment.