twobiers/Maven Helper
GitHub Action to retrieve useful informations from a maven project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pom | location of the pom file that should be used to retrieve information from | yes | ./pom.xml |
Outputs
| name | description |
|---|---|
| groupId | the groupId property extracted from the pom file |
| artifactId | the artifactId property extracted from the pom file |
| version | the version property extracted from the pom file |