Skip to content

Document deploy API using PUT by default for HTTP transporters #1587

@kwin

Description

@kwin

New feature, improvement proposal

The default deploy method uses a put request to place artifacts in a remote repository (

). This should be documented along with possibilities to use a different ReST API like a POST or https://central.sonatype.org/publish/publish-portal-api/#uploading-a-deployment-bundle.

For File based transporter this translates into writing a file to the filesystem (

) while for HTTP based transporters this is always an HTTP PUT (e.g. in )

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions