juliobsilva/Read POM File
Extracts groupId, artifactId, version, and name from pom.xml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the pom.xml file | yes | pom.xml |
Outputs
| name | description |
|---|---|
| groupId | The groupId found in pom.xml |
| artifactId | The artifactId found in pom.xml |
| version | The version found in pom.xml |
| name | The name found in pom.xml |