njord:attachment-delete
Full name:
eu.maveniverse.maven.plugins:njord:0.9.0:attachment-delete
Description:
Deletes attachment from the given store.
Attributes:
- Executes as an aggregator goal.
- The goal is thread-safe and supports parallel builds.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<attachmentName> |
String |
- |
The attachment name to delete. Mandatory parameter. User Property: njord.attachmentName |
<store> |
String |
- |
The name of the store to delete attachment from. Mandatory parameter. User Property: njord.store |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<skip> |
boolean |
- |
Plugin configuration to skip the Mojo. The Mojo can also be skipped by user property $mojoName.skip or $prefix.$mojoName.skip as well (check specific Mojo).Default: false |
Parameter Details
<attachmentName>
The attachment name to delete. Mandatory parameter.
- Type:
java.lang.String - Required:
Yes - User Property:
njord.attachmentName
<skip>
Plugin configuration to skip the Mojo. The Mojo can also be skipped by user property
$mojoName.skip or $prefix.$mojoName.skip as well (check specific Mojo).- Type:
boolean - Required:
No - Default:
false
<store>
The name of the store to delete attachment from. Mandatory parameter.
- Type:
java.lang.String - Required:
Yes - User Property:
njord.store
