Metadata

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>

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

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

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.

plugin

Mapping information for a single plugin within this group.

Element Type Description
name String Display name for the plugin.
prefix String The plugin invocation prefix (i.e. eclipse for eclipse:eclipse).
artifactId String The plugin artifactId.