/artifact/maven
- Mount Point: /service/local/artifact/maven
The following operations are supported on this resource:
GET
Returns POM model in a serialized form (it is NOT consumable by Maven, the returned content is not XML representation of Maven POM!) for provided GAV coordinates.
Parameters
name | description | type | default |
---|---|---|---|
g | Group id of the pom (Required). | query | |
a | Artifact id of the pom (Required). | query | |
v | Version of the artifact (Required) Supports resolving of "LATEST", "RELEASE" and snapshot versions ("1.0-SNAPSHOT") too. | query | |
r | Repository to retrieve the pom from (Required). | query |
Output Payload
element | produceable content type(s) |
---|---|
(custom) |
|
description | |
(no documentation provided) |