Serialized Form
- 
Package org.apache.maven.artifact.repository.metadata- 
Class org.apache.maven.artifact.repository.metadata.Metadataclass Metadata extends Object implements Serializable- 
Serialized Fields- 
artifactIdString artifactId The artifactId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
- 
groupIdString groupId The groupId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
- 
modelEncodingString modelEncoding Field modelEncoding.
- 
modelVersionString modelVersion The version of the underlying metadata model.
- 
pluginsList<Plugin> plugins Field plugins.
- 
versionString version The base version (ie. ending in-SNAPSHOT) when this directory represents a "groupId/artifactId/version" for a SNAPSHOT.
- 
versioningVersioning versioning Versioning information when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
 
- 
 
- 
- 
Class org.apache.maven.artifact.repository.metadata.Pluginclass Plugin extends Object implements Serializable
- 
Class org.apache.maven.artifact.repository.metadata.Snapshotclass Snapshot extends Object implements Serializable- 
Serialized Fields- 
buildNumberint buildNumber The incremental build number.
- 
localCopyboolean localCopy Whether to use a local copy instead (with filename that includes the base version).
- 
timestampString timestamp The timestamp when this version was deployed. The timestamp is expressed using UTC in the format yyyyMMdd.HHmmss.
 
- 
 
- 
- 
Class org.apache.maven.artifact.repository.metadata.SnapshotVersionclass SnapshotVersion extends Object implements Serializable- 
Serialized Fields- 
classifierString classifier The classifier of the sub-artifact. Each classifier and extension pair may only appear once.
- 
extensionString extension The file extension of the sub-artifact. Each classifier and extension pair may only appear once.
- 
updatedString updated The timestamp when this version information was last updated. The timestamp is expressed using UTC in the format yyyyMMddHHmmss.
- 
versionString version The resolved snapshot version of the sub-artifact.
 
- 
 
- 
- 
Class org.apache.maven.artifact.repository.metadata.Versioningclass Versioning extends Object implements Serializable- 
Serialized Fields- 
lastUpdatedString lastUpdated When the metadata was last updated (both "groupId/artifactId" and "groupId/artifactId/version" directories). The timestamp is expressed using UTC in the format yyyyMMddHHmmss.
- 
latestString latest What the last version added to the directory is, including both releases and snapshots ("groupId/artifactId" directory only).
- 
releaseString release What the last version added to the directory is, for the releases only ("groupId/artifactId" directory only).
- 
snapshotSnapshot snapshot The current snapshot data in use for this version ("groupId/artifactId/version" only).
- 
snapshotVersionsList<SnapshotVersion> snapshotVersions Field snapshotVersions.
- 
versionsList<String> versions Field versions.
 
- 
 
- 
 
-