Per-directory repository metadata.
<metadata> <groupId/> <artifactId/> <version/> <versioning> <latest/> <release/> <snapshot> <timestamp/> <buildNumber/> <localCopy/> </snapshot> <versions/> <lastUpdated/> </versioning> <plugins> <plugin> <name/> <prefix/> <artifactId/> </plugin> </plugins> </metadata>
No description.
Element | Type | Description |
---|---|---|
groupId |
String |
The groupId that this directory represents, if any. |
artifactId |
String |
The artifactId that this directory represents, if any. |
version |
String |
The version that this directory represents, if any. |
versioning |
Versioning |
Versioning information for the artifact. |
plugins/plugin* |
List<Plugin> |
(Many) The set of plugin mappings for the group. |
Versioning information for an artifact.
Element | Type | Description |
---|---|---|
latest |
String |
What the latest version in the directory is, including snapshots. |
release |
String |
What the latest version in the directory is, of the releases. |
snapshot |
Snapshot |
The current snapshot data in use for this version. |
versions/version* |
List<String> |
(Many) Versions available for the artifact. |
lastUpdated |
String |
When the metadata was last updated. |
Snapshot data for the current version.
Element | Type | Description |
---|---|---|
timestamp |
String |
The time it was deployed. |
buildNumber |
int |
The incremental build number. Default value is: 0 . |
localCopy |
boolean |
Whether to use a local copy instead (with filename that includes the base version). Default value is: false . |