From eb55d636ba69cdf54f656fd6488f9d990493e5eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 10 Apr 2021 20:05:41 +0200 Subject: [PATCH] remove custom settings --- .github/workflows/build.yml | 6 ++-- build/settings.xml | 69 --------------------------------------------- 2 files changed, 3 insertions(+), 72 deletions(-) delete mode 100644 build/settings.xml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee3b55c3..67dc5dc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: branches: [ main ] jobs: build: - name: Install Project Artifacts + name: "Build & Deploy" runs-on: ubuntu-latest steps: - id: checkout @@ -29,7 +29,7 @@ jobs: ${{ runner.os }}-maven- - id: install name: Install Project - run: mvn --batch-mode --settings $GITHUB_WORKSPACE/build/settings.xml install + run: mvn --batch-mode install env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - id: gradle-plugin @@ -63,7 +63,7 @@ jobs: ${{ runner.os }}-maven- - id: run-benchmark name: Run Benchmark [${{ matrix.benchmark }}] - run: mvn --batch-mode --settings $GITHUB_WORKSPACE/build/settings.xml --projects yosql-benchmarks/yosql-benchmarks-${{ matrix.benchmark }} --also-make --activate-profiles benchmarks verify -Dorg.slf4j.simpleLogger.log.yosql=warn -DskipTests 2>&1 1> build.log + run: mvn --batch-mode --projects yosql-benchmarks/yosql-benchmarks-${{ matrix.benchmark }} --also-make --activate-profiles benchmarks verify -Dorg.slf4j.simpleLogger.log.yosql=warn -DskipTests 2>&1 1> build.log env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - id: upload-benchmark diff --git a/build/settings.xml b/build/settings.xml deleted file mode 100644 index f5c1e129..00000000 --- a/build/settings.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - github - - - - github - - true - - - - central - https://repo1.maven.org/maven2 - - true - - - false - - - - maven-build-process - GitHub maven-build-process Apache Maven Packages - https://maven.pkg.github.com/metio/maven-build-process - - true - - - true - - - - - - - - - github - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} - - - maven-build-process - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} - - - - - - google-maven-central - GCS Maven Central Mirror - https://maven-central.storage-download.googleapis.com/maven2/ - central - - - -- 2.11.4.GIT