Skip to content

Commit a58d3bb

Browse files
authored
Clarification on how preemptive auth credentials are being used
1 parent 9893a56 commit a58d3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/biz.netcentric.maven.extension/maven-ext-repos-from-env/badge.svg)](https://maven-badges.herokuapp.com/maven-central/biz.netcentric.maven.extension/maven-ext-repos-from-env)
22
[![Java CI/CD](https://github.com/Netcentric/maven-ext-repos-from-env/workflows/Java%20CI/CD/badge.svg)](https://github.com/Netcentric/maven-ext-repos-from-env/actions/workflows/maven.yml)
3-
[![License](https://img.shields.io/badge/License-EPL%202.0-red.svg)](https://www.eclipse.org/legal/epl-v20.html) [![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=Netcentric_maven-ext-repos-from-env&metric=alert_status)](https://sonarcloud.io/dashboard?id=Netcentric_maven-ext-repos-from-env)
4-
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=Netcentric_maven-ext-repos-from-env&metric=coverage)](https://sonarcloud.io/component_measures/metric/coverage/list?id=Netcentric_maven-ext-repos-from-env)
3+
[![License](https://img.shields.io/badge/License-EPL%202.0-red.svg)](https://www.eclipse.org/legal/epl-v20.html)
54

65
# Maven Extension: Repos from System Env
76

@@ -59,6 +58,7 @@ It is also possible to use [Preemptive Authentication](https://maven.apache.org/
5958
export MVN_SETTINGS_REPO_USE_PREEMPTIVE_AUTH=true
6059
```
6160

61+
IMPORTANT: Preemptive Authentication will only be used for the repository it is configured for (it's not set globally, the credentials will not be sent to any other repository configured nor to Maven Central)
6262

6363
#### Remote https repo without authentication
6464

0 commit comments

Comments
 (0)