From c11f04e8aeb5beadcbd1ba9685a77d16d975147f Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sun, 16 Apr 2023 07:54:19 +0200 Subject: [PATCH] Silence maven download progress Use "--no-transfer-progress" to silence maven download messages. Also update Eclipse launch configs to most recent version (otherwise they change on every opening of launch config dialog). --- .github/workflows/build-release.yml | 2 +- .github/workflows/build-testing.yml | 2 +- .github/workflows/pull_request-or-main.yml | 2 +- EasyShell-Release-Build.launch | 35 ++++++++++++---------- EasyShell-Testing-Build.launch | 35 ++++++++++++---------- EasyShell-set-new-version.launch | 35 ++++++++++++---------- 6 files changed, 63 insertions(+), 48 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0c7fe840..bb5e25c0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build release for default platform - run: 'mvn -Dsite.dir=release clean verify' + run: 'mvn -ntp -Dsite.dir=release clean verify' - name: Assign build.version.properties to env variable run: cat site/target/build.version.properties >> $GITHUB_ENV - name: Create Pull Request diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 6061e931..46aed295 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build testing for default platform - run: 'mvn -Dsite.dir=testing clean verify' + run: 'mvn -ntp -Dsite.dir=testing clean verify' - name: Assign build.version.properties to env variable run: cat site/target/build.version.properties >> $GITHUB_ENV - name: Create Pull Request diff --git a/.github/workflows/pull_request-or-main.yml b/.github/workflows/pull_request-or-main.yml index f6ed948c..d6e96139 100644 --- a/.github/workflows/pull_request-or-main.yml +++ b/.github/workflows/pull_request-or-main.yml @@ -31,7 +31,7 @@ jobs: distribution: 'temurin' cache: maven - name: 'Build for platform: ${{ matrix.target-platform }}' - run: 'mvn -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify' + run: 'mvn -ntp -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify' - name: Assign build.version.properties to env variable if: matrix.target-platform == env.DEFAULT_TARGET_PLATFORM run: cat site/target/build.version.properties >> $GITHUB_ENV diff --git a/EasyShell-Release-Build.launch b/EasyShell-Release-Build.launch index f169d68a..53936ac1 100644 --- a/EasyShell-Release-Build.launch +++ b/EasyShell-Release-Build.launch @@ -1,18 +1,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/EasyShell-Testing-Build.launch b/EasyShell-Testing-Build.launch index ddcb6773..f19d6b29 100644 --- a/EasyShell-Testing-Build.launch +++ b/EasyShell-Testing-Build.launch @@ -1,18 +1,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/EasyShell-set-new-version.launch b/EasyShell-set-new-version.launch index c4640084..dd175d48 100644 --- a/EasyShell-set-new-version.launch +++ b/EasyShell-set-new-version.launch @@ -1,18 +1,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +