jthambly/quarkus-pom-action
Extracts important information from a Maven POM file used by Quarkus
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | The path of the POM.xml file | no | pom.xml |
Outputs
| name | description |
|---|---|
| current_version | The current Quarkus version |
| project_group | The current project group |
| project_name | The current project name |
| quarkus_extensions | The current Quarkus extensions |