Apache snapshots repository

This commit is contained in:
Slawomir Jaranowski
2020-10-16 16:05:58 +02:00
parent 468da7c285
commit 71886e4f1b
7 changed files with 125 additions and 0 deletions

View File

@ -63,6 +63,14 @@ steps:
sonatypeSnapshots: true
```
Create ```settings.xml``` with https://repository.apache.org/snapshots/ in repository list
```yml
steps:
- uses: s4u/maven-settings-action@v2.1.1
with:
apacheSnapshots: true
```
Do not override existing ```settings.xml```, from version 2.0 file is override by default :
```yml
steps: