Serialized Form


Package org.apache.maven.plugin.registry

Class org.apache.maven.plugin.registry.Plugin extends TrackableBase implements Serializable

Serialized Fields

groupId

String groupId
Field groupId.


artifactId

String artifactId
Field artifactId.


lastChecked

String lastChecked
[format: yyyy-MM-dd.HH:mm:ss Z] Specifies the date/time at which this plugin was last checked.


useVersion

String useVersion
The current version of this plugin, to be used until the appropriate update actions happen.


rejectedVersions

List rejectedVersions
Field rejectedVersions.

Class org.apache.maven.plugin.registry.PluginRegistry extends TrackableBase implements Serializable

Serialized Fields

updateInterval

String updateInterval
Specifies how often to check for plugin updates. Valid values are: never, always, interval:XXX. For the interval specification, XXX denotes a terse interval specification, such as 4h. Where h=hours, m=minutes, d=days, w=weeks. The interval period should be specified in descending order of granularity, like this: '[n]w [n]d [n]h [n]m'. Any omitted level of granularity will be assumed to be a zero value.


autoUpdate

String autoUpdate
Specifies whether the user should be prompted to update plugins.


checkLatest

String checkLatest
Whether to resolve plugin versions using LATEST metadata.


plugins

List plugins
Field plugins.


modelEncoding

String modelEncoding
Field modelEncoding.


pluginsByKey

Map pluginsByKey

runtimeInfo

RuntimeInfo runtimeInfo

Class org.apache.maven.plugin.registry.TrackableBase extends Object implements Serializable

Serialized Fields

sourceLevel

String sourceLevel

sourceLevelSet

boolean sourceLevelSet



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.