From: Alexander Kriegisch Date: Sat, 15 May 2021 01:38:12 +0000 (+0700) Subject: Remove obsolete .mvn/settings-read-github-packages.xml X-Git-Tag: V1_9_7_M2~13^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F51%2Fhead;p=aspectj.git Remove obsolete .mvn/settings-read-github-packages.xml The GitHub workflow also does not reference it anymore, which I forgot to do earlier. Signed-off-by: Alexander Kriegisch --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 585f75ac3..b4d9fe615 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,11 +32,11 @@ jobs: ant -version - name: Compile + package code - run: ./mvnw -B --settings .mvn/settings-read-github-packages.xml --file pom.xml -DskipTests package + run: ./mvnw -B --file pom.xml -DskipTests package - name: Run Tests # Tests in module ajde call Swing/AWT classes. Without frame buffer they throw # HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. uses: GabrielBB/xvfb-action@v1 with: - run: ./mvnw -B --settings .mvn/settings-read-github-packages.xml --file pom.xml -Daspectj.tests.verbose=false verify + run: ./mvnw -B --file pom.xml -Daspectj.tests.verbose=false verify diff --git a/.mvn/settings-read-github-packages.xml b/.mvn/settings-read-github-packages.xml deleted file mode 100644 index fa1465ac2..000000000 --- a/.mvn/settings-read-github-packages.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - github - kriegaex - - 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 - - - -