documentation about override

This commit is contained in:
Slawomir Jaranowski
2020-01-24 10:18:40 +01:00
parent 4dd905b606
commit c497113c71
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,7 @@
This action setup maven environment for use in action by:
- create maven settings.xml
- set ```interactiveMode``` to false - useful in CI system
- after job finish generated settings.xml will be removed to prevent cache or left sensitive data on build system
# Usage
See [action.yml](action.yml)
@ -38,6 +39,15 @@ steps:
sonatypeSnapshots: true
```
Override existing existing ```settings.xml```:
```yml
steps:
- uses: s4u/maven-settings-action@v1
with:
override: true
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)