Back to index
Summary
Deletes an existing artifact element and all artifact versions.artifactNameStringrequiredThe name of the artifact, compose of the group and artifact concatenated by ':', e.g. "group:artifact". Alternatively, the groupId and artifactKey arguments may be used. artifactKeyStringoptionalThe artifactKey component of the GAV (GroupId/ArtifactKey/Version) coordinates. groupIdStringoptionalThe groupId component of the GAV (GroupId/ArtifactKey/Version) coordinates. |
Usage
Perl
$cmdr->deleteArtifact( "test-artifactName" # artifactName # optionals );
ectool
ectool deleteArtifact \ "test-artifactName" `# artifactName` \ # optionals