Serialized Form
|
Package org.apache.maven.plugin.registry |
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.
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
sourceLevel
java.lang.String sourceLevel
sourceLevelSet
boolean sourceLevelSet
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.