Serialized Form


Package org.apache.maven.plugin.registry

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

Serialized Fields

groupId

java.lang.String groupId
Field groupId.


artifactId

java.lang.String artifactId
Field artifactId.


lastChecked

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


useVersion

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


rejectedVersions

java.util.List<E> rejectedVersions
Field rejectedVersions.

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

Serialized Fields

updateInterval

java.lang.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

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


checkLatest

java.lang.String checkLatest
Whether to resolve plugin versions using LATEST metadata.


plugins

java.util.List<E> plugins
Field plugins.


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.


pluginsByKey

java.util.Map<K,V> pluginsByKey

runtimeInfo

RuntimeInfo runtimeInfo

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

Serialized Fields

sourceLevel

java.lang.String sourceLevel

sourceLevelSet

boolean sourceLevelSet



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