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<E> rejectedVersions
Field rejectedVersions.


modelEncoding

String modelEncoding

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<E> plugins
Field plugins.


pluginsByKey

Map<K,V> pluginsByKey

runtimeInfo

RuntimeInfo runtimeInfo

modelEncoding

String modelEncoding

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

Serialized Fields

sourceLevel

String sourceLevel

sourceLevelSet

boolean sourceLevelSet

modelEncoding

String modelEncoding



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