Oracle Maven repository

fix: #62
This commit is contained in:
Slawomir Jaranowski
2020-10-15 23:44:42 +02:00
parent ea8b3d6660
commit c36b106668
16 changed files with 489 additions and 183 deletions

View File

@ -79,6 +79,22 @@ steps:
githubServer: false
```
Create ```settings.xml``` with special server item configuration for oracle repository [Oracle Maven Repository](https://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9015)
```yml
steps:
- uses: s4u/maven-settings-action@v2.1.1
with:
oracleServers: '[{"id": "serverId", "username": "username", "password": "password"}]'
```
Create ```settings.xml``` with [Oracle Maven Repository](https://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9017)
```yml
steps:
- uses: s4u/maven-settings-action@v2.1.1
with:
oracleRepo: true
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)