theros-org/Setup Java, Maven, and Configure Maven
Sets up Java, Maven, and configures Maven certificates in one step.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| java-version | The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file | yes | — |
| distribution | Java distribution. See the list of supported distributions in README file | yes | — |
| maven-version | Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0 | 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 | yes | — |
| maven-p12-password | Base64 encoded password to access the p12 maven keystore | yes | — |
| mtls-cacert | Base64 encoded content of company's root CA certificate | yes | — |
| include-maven-toolchains | Include maven toolchains.xml file | no | false |
Outputs
no outputs