andreacomo/Maven GAV Extractor
Extracts Maven groupId, artifactId and version from pom.xml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pom-location | Full path to pom.xml file | yes | ${{ github.workspace }}/pom.xml |
Outputs
| name | description |
|---|---|
| group-id | Group Id |
| artifact-id | Artifact Id |
| version | Version |
| name | Name |