Description: Calculates Maven metadata on the specified path (for local repositories only).
The default value of the noneRecursive
parameter [sic] is false
, meaning that the folder and all its contents will be calculated recursively.
Security: Up to version 4.8, requires a valid admin user. From version 4.8, requires the following permissions: Manage, Delete/Overwrite, Deploy/Cache, Annotate, and Read.
Usage: POST /artifactory/api/maven/calculateMetadata/{repoKey}/{folder-path}?{noneRecursive=true | false}
Produces: application/text
Since: 3.0.2
Sample Output:
POST /artifactory/api/maven/calculateMetadata/libs-release-local/org/acme OK