Serialized Form

  • Package org.apache.maven.plugin.registry

    • Class org.apache.maven.plugin.registry.Plugin

      class Plugin extends TrackableBase implements Serializable
      • Serialized Fields

        • artifactId
          String artifactId
          Field artifactId.
        • groupId
          String groupId
          Field groupId.
        • lastChecked
          String lastChecked
          [format: yyyy-MM-dd.HH:mm:ss Z] Specifies the date/time at which this plugin was last checked.
        • rejectedVersions
          List<String> rejectedVersions
          Field rejectedVersions.
        • useVersion
          String useVersion
          The current version of this plugin, to be used until the appropriate update actions happen.
    • Class org.apache.maven.plugin.registry.PluginRegistry

      class PluginRegistry extends TrackableBase implements Serializable
      • Serialized Fields

        • autoUpdate
          String autoUpdate
          Specifies whether the user should be prompted to update plugins.
        • checkLatest
          String checkLatest
          Whether to resolve plugin versions using LATEST metadata.
        • modelEncoding
          String modelEncoding
          Field modelEncoding.
        • plugins
          List<Plugin> plugins
          Field plugins.
        • pluginsByKey
          Map pluginsByKey
        • runtimeInfo
          RuntimeInfo runtimeInfo
        • 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.
    • Class org.apache.maven.plugin.registry.TrackableBase

      class TrackableBase extends Object implements Serializable
      • Serialized Fields

        • sourceLevel
          String sourceLevel
        • sourceLevelSet
          boolean sourceLevelSet