M2SettingsTemplatePlexusResource
Resource for managing the Maven settings.xml templates.
The following resources are part of this group:
/templates/settings/{TEMPLATE_ID_KEY}
Mount Point: /rest/templates/settings/{TEMPLATE_ID_KEY}
The following operations are supported on this resource:
GET
Returns the template for given templateId.
Parameters
name | description | type | default |
---|---|---|---|
TEMPLATE_ID_KEY | (no documentation provided) | path |
Response Body
element: | settings-template |
media types: | application/xml application/json |
(no documentation provided)
PUT
Updates the template for given templateId.
Parameters
name | description | type | default |
---|---|---|---|
TEMPLATE_ID_KEY | (no documentation provided) | path |
Request Body
element: | settings-template-request |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | settings-template |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Deletes the template for given templateId.
Parameters
name | description | type | default |
---|---|---|---|
TEMPLATE_ID_KEY | (no documentation provided) | path |