diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-15 08:38:12 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-15 08:38:12 +0700 |
commit | ff79bc71ab32c429a8535f30dd9dcb2b3a7ec3fd (patch) | |
tree | b1033922ee44a4c1ba360f6c1abc43a524042bea /.mvn | |
parent | a9852c226012e5dc1cdfee08b25416e708dfe6fc (diff) | |
download | aspectj-ff79bc71ab32c429a8535f30dd9dcb2b3a7ec3fd.tar.gz aspectj-ff79bc71ab32c429a8535f30dd9dcb2b3a7ec3fd.zip |
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 <Alexander@Kriegisch.name>
Diffstat (limited to '.mvn')
-rw-r--r-- | .mvn/settings-read-github-packages.xml | 25 |
1 files changed, 0 insertions, 25 deletions
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 @@ -<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> - -<!-- - GitHub Actions currently requires authentication even for read-only access to Maven artifacts stored in GitHub - Packages. There is no such thing as public package repositories without authentication. See here: - https://github.community/t/how-to-allow-unauthorised-read-access-to-github-packages-maven-repository/115517/4 - - How to use it: - https://github.com/jcansdale-test/maven-consume - - How to XML-encode an access token online (no problem to use the website, it is meant for public access anyway): - https://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=none ---> - - <servers> - <server> - <id>github</id> - <username>kriegaex</username> - <!-- Public access token with 'read:packages' scope --> - <password>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</password> - </server> - </servers> - -</settings> |