Serialized Form

  • Package org.apache.maven.artifact.repository.metadata

    • Class org.apache.maven.artifact.repository.metadata.Metadata

      class Metadata extends Object implements Serializable
      • Serialized Fields

        • artifactId
          String artifactId
        • groupId
          String groupId
        • modelEncoding
          String modelEncoding
        • modelVersion
          String modelVersion
        • plugins
          List<org.apache.maven.artifact.repository.metadata.Plugin> plugins
        • version
          String version
        • versioning
          org.apache.maven.artifact.repository.metadata.Versioning versioning
    • Class org.apache.maven.artifact.repository.metadata.Plugin

      class Plugin extends Object implements Serializable
    • Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataDeploymentException

      class RepositoryMetadataDeploymentException extends Throwable implements Serializable
    • Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataInstallationException

      class RepositoryMetadataInstallationException extends Throwable implements Serializable
    • Exception org.apache.maven.artifact.repository.metadata.RepositoryMetadataResolutionException

      class RepositoryMetadataResolutionException extends Exception implements Serializable
    • Exception org.apache.maven.artifact.repository.metadata.RepositoryMetadataStoreException

      class RepositoryMetadataStoreException extends Exception implements Serializable
    • Class org.apache.maven.artifact.repository.metadata.Snapshot

      class Snapshot extends Object implements Serializable
      • Serialized Fields

        • buildNumber
          int buildNumber
        • localCopy
          boolean localCopy
        • timestamp
          String timestamp
    • Class org.apache.maven.artifact.repository.metadata.SnapshotVersion

      class SnapshotVersion extends Object implements Serializable
      • Serialized Fields

    • Class org.apache.maven.artifact.repository.metadata.Versioning

      class Versioning extends Object implements Serializable
      • Serialized Fields

        • lastUpdated
          String lastUpdated
        • latest
          String latest
        • release
          String release
        • snapshot
          org.apache.maven.artifact.repository.metadata.Snapshot snapshot
        • snapshotVersions
          List<org.apache.maven.artifact.repository.metadata.SnapshotVersion> snapshotVersions
        • versions
          List<String> versions
  • Package org.apache.maven.tools.plugin.extractor

  • Package org.apache.maven.tools.plugin.extractor.model

    • Class org.apache.maven.tools.plugin.extractor.model.Component

      class Component extends Object implements Serializable
      • Serialized Fields

        • hint
          String hint
          The role-hint to lookup.
        • role
          String role
          The component role to lookup.
    • Class org.apache.maven.tools.plugin.extractor.model.LifecycleExecution

      class LifecycleExecution extends Object implements Serializable
      • Serialized Fields

        • goal
          String goal
          A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.
        • lifecycle
          String lifecycle
          The name of the overlay to apply to the sub-lifecycle before executing it. If specified, this lifecycle overlay definition will be bundled with the plugin.
        • phase
          String phase
          The phase in the sub-lifecycle.
    • Class org.apache.maven.tools.plugin.extractor.model.Mojo

      class Mojo extends Object implements Serializable
      • Serialized Fields

        • aggregator
          boolean aggregator
          Whether this mojo operates as an aggregator when the reactor is run. That is, only runs once.
        • call
          String call
          The target/method within the script to call when this mojo executes.
        • components
          List<Component> components
          Field components.
        • deprecation
          String deprecation
          A deprecation message for this mojo parameter.
        • description
          String description
          The description for this parameter.
        • execution
          LifecycleExecution execution
          Information about a sub-execution of the Maven lifecycle which should be processed.
        • goal
          String goal
          The name of the goal used to invoke this mojo.
        • inheritByDefault
          boolean inheritByDefault
          Whether this mojo's configuration should propagate down the POM inheritance chain by default.
        • parameters
          List<Parameter> parameters
          Field parameters.
        • phase
          String phase
          The phase to which this mojo should be bound by default.
        • requiresDependencyResolution
          String requiresDependencyResolution
          The scope of dependencies that this mojo requires to have resolved.
        • requiresDirectInvocation
          boolean requiresDirectInvocation
          If true, this mojo can only be directly invoked (eg. specified directly on the command line).
        • requiresOnline
          boolean requiresOnline
          Whether this mojo requires online mode to operate normally.
        • requiresProject
          boolean requiresProject
          Whether this mojo requires a project instance in order to execute.
        • requiresReports
          boolean requiresReports
          Whether this mojo requires a reports section in the POM.
        • since
          String since
          Version when the mojo was added to the API.
    • Class org.apache.maven.tools.plugin.extractor.model.Parameter

      class Parameter extends Object implements Serializable
      • Serialized Fields

        • alias
          String alias
          An alternate name for the parameter.
        • defaultValue
          String defaultValue
          An expression in the form ${instance.property} for extracting a value for this parameter, especially from a runtime instance within the build system. (eg. ${project.build.directory} references project.getBuild().getDirectory()) .
        • deprecation
          String deprecation
          A deprecation message for this mojo parameter.
        • description
          String description
          The description for this parameter.
        • expression
          String expression
          The command-line reference to this parameter.
        • name
          String name
          The parameter name.
        • property
          String property
          The JavaBeans property name to use to configure the mojo with this parameter.
        • readonly
          boolean readonly
          Whether this parameter can be directly edited. If false, this param is either derived from another POM element, or refers to a runtime instance of the build system.
        • required
          boolean required
          Whether this parameter is required.
        • since
          String since
          Version when the parameter was added.
        • type
          String type
          The java type for this parameter.
    • Class org.apache.maven.tools.plugin.extractor.model.PluginMetadata

      class PluginMetadata extends Object implements Serializable
      • Serialized Fields

        • modelEncoding
          String modelEncoding
          Field modelEncoding.
        • mojos
          List<Mojo> mojos
          Field mojos.
    • Exception org.apache.maven.tools.plugin.extractor.model.PluginMetadataParseException

      class PluginMetadataParseException extends Exception implements Serializable
      serialVersionUID:
      4022348153707995574L
      • Serialized Fields

        • metadataFile
          File metadataFile
          Deprecated.
        • originalMessage
          String originalMessage
          Deprecated.
  • Package org.apache.maven.tools.plugin.generator