Skip to content

Commit b92cf9d

Browse files
committed
[Build] Unify Maven arguments in shared GH workflows
Use long option names to be more readable.
1 parent 420686a commit b92cf9d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/codeQLworkflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ jobs:
9393
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
9494
with:
9595
run: >-
96-
mvn --batch-mode -V -U
96+
mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
9797
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
98-
-ntp
9998
-Dcompare-version-with-baselines.skip=true
10099
-Pbree-libs
101100
-DskipTests=true

.github/workflows/mavenBuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ jobs:
9191
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
9292
with:
9393
run: >-
94-
mvn --batch-mode -V -U -e
94+
mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
9595
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
96-
-ntp
9796
-Dcompare-version-with-baselines.skip=false
9897
-Pbree-libs
9998
-Papi-check

0 commit comments

Comments
 (0)