Skip to content

Commit

Permalink
Merge pull request #774 from rhusar/ci-maven
Browse files Browse the repository at this point in the history
CI: Update maven run goal to avoid 'skipExec' deprecation warning*; u…
  • Loading branch information
belaban authored Feb 22, 2024
2 parents 4786ce5 + 3997922 commit eecb9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
# In order to support Windows PowerShell, a space between -D property=true is required.
run: mvn -B verify -D maven.test.skip.exec=true
# In order to support Windows PowerShell, a space between --define property=true is required.
run: mvn --batch-mode --no-transfer-progress verify --define skipTests=true

0 comments on commit eecb9bf

Please sign in to comment.