actions-marketplace-validations/Maven Build Action
A comprehensive Maven action for build, test, and deploy operations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| maven-version | Maven version to use | no | 3.9.5 |
| java-version | Java version to use | no | 17 |
| java-distribution | Java distribution to use | no | corretto |
| maven-args | Additional Maven arguments | no | "" |
| operation | Maven operation to perform (e.g., "package", "test", "install") | yes | package |
| working-directory | Working directory for Maven commands | no | . |
| settings-file | Path to Maven settings.xml file | no | "" |
| cache-enabled | Enable Maven dependency caching | no | true |
| force-install | Force to install Java version | no | false |
Outputs
| name | description |
|---|---|
| status | Build status (success, failure) |
| artifact-path | Path to generated artifacts |
| build-time | Total build time in seconds |
| java-version | Java version used in build |
| maven-version | Maven version used in build |