njord:write-bundle
Full name:
eu.maveniverse.maven.plugins:njord:0.7.0:write-bundle
Description:
Write out a store as "bundle" ZIP to given path. The ZIP file has remote repository layout and contains all the artifacts and metadata.
Attributes:
- Executes as an aggregator goal.
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<directory> |
String |
- |
The directory to write out the bundle file. User Property: directory |
<store> |
String |
- |
The name of the store to be written out. User Property: store |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<skip> |
boolean |
- |
No description. Default: false User Property: skip |
Parameter Details
<directory>
The directory to write out the bundle file.
- Type:
java.lang.String
- Required:
Yes
- User Property:
directory
<skip>
No description.
- Type:
boolean
- Required:
No
- User Property:
skip
- Default:
false
<store>
The name of the store to be written out.
- Type:
java.lang.String
- Required:
Yes
- User Property:
store