theros-org/Setup Maven certificates
Setup certificate for maven to be able to access private repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| java-version | Version of Java used | yes | — |
| maven-settings | Content of the maven configuration settings file in base64 format | yes | — |
| maven-security | Content of the maven configuration security settings file in base64 format | yes | — |
| maven-p12 | Base64 encoded content of p12 keystore file used for accessing the private remote maven repository | no | — |
| maven-p12-password | Base64 encoded password to access the p12 maven keystore | no | — |
| mtls-cacert | Base64 encoded content of company's root CA certififcate | yes | — |
Outputs
| name | description |
|---|---|
| JAVA_OPTS | JAVA_OPTS Variable to use in other tools like SBT, grailsw, gradle with client mTLS auth |