Serialized Form

  • Package org.apache.maven.plugin

    • Exception org.apache.maven.plugin.AbstractMojoExecutionException

      class AbstractMojoExecutionException extends Exception implements Serializable
      • Serialized Fields

    • Exception org.apache.maven.plugin.CompilationFailureException

      class CompilationFailureException extends CompilationFailureException implements Serializable
    • Exception org.apache.maven.plugin.CycleDetectedInPluginGraphException

      class CycleDetectedInPluginGraphException extends Exception implements Serializable
      • Serialized Fields

        • plugin
          org.apache.maven.model.Plugin plugin
    • Exception org.apache.maven.plugin.InvalidPluginDescriptorException

      class InvalidPluginDescriptorException extends Exception implements Serializable
    • Exception org.apache.maven.plugin.InvalidPluginException

      class InvalidPluginException extends Exception implements Serializable
    • Exception org.apache.maven.plugin.MojoExecutionException

      class MojoExecutionException extends org.apache.maven.plugin.AbstractMojoExecutionException implements Serializable
    • Exception org.apache.maven.plugin.MojoFailureException

      class MojoFailureException extends org.apache.maven.plugin.AbstractMojoExecutionException implements Serializable
    • Exception org.apache.maven.plugin.MojoNotFoundException

      class MojoNotFoundException extends Exception implements Serializable
      • Serialized Fields

        • goal
          String goal
        • pluginDescriptor
          org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor
    • Exception org.apache.maven.plugin.PluginConfigurationException

      class PluginConfigurationException extends Exception implements Serializable
      • Serialized Fields

        • originalMessage
          String originalMessage
        • pluginDescriptor
          org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor
    • Exception org.apache.maven.plugin.PluginContainerException

      class PluginContainerException extends org.apache.maven.plugin.PluginManagerException implements Serializable
      • Serialized Fields

        • pluginRealm
          org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm
    • Exception org.apache.maven.plugin.PluginDescriptorParsingException

      class PluginDescriptorParsingException extends Exception implements Serializable
    • Exception org.apache.maven.plugin.PluginExecutionException

      class PluginExecutionException extends org.apache.maven.plugin.PluginManagerException implements Serializable
      • Serialized Fields

        • mojoExecution
          org.apache.maven.plugin.MojoExecution mojoExecution
    • Exception org.apache.maven.plugin.PluginIncompatibleException

      class PluginIncompatibleException extends org.apache.maven.plugin.PluginManagerException implements Serializable
    • Exception org.apache.maven.plugin.PluginLoaderException

      class PluginLoaderException extends Exception implements Serializable
      • Serialized Fields

    • Exception org.apache.maven.plugin.PluginManagerException

      class PluginManagerException extends Exception implements Serializable
      • Serialized Fields

        • goal
          String goal
        • pluginArtifactId
          String pluginArtifactId
        • pluginGroupId
          String pluginGroupId
        • pluginVersion
          String pluginVersion
        • project
          org.apache.maven.project.MavenProject project
    • Exception org.apache.maven.plugin.PluginNotFoundException

      class PluginNotFoundException extends org.apache.maven.artifact.resolver.AbstractArtifactResolutionException implements Serializable
      • Serialized Fields

        • plugin
          org.apache.maven.model.Plugin plugin
    • Exception org.apache.maven.plugin.PluginParameterException

      class PluginParameterException extends org.apache.maven.plugin.PluginConfigurationException implements Serializable
      • Serialized Fields

        • mojo
          org.apache.maven.plugin.descriptor.MojoDescriptor mojo
        • parameters
          List<org.apache.maven.plugin.descriptor.Parameter> parameters
    • Exception org.apache.maven.plugin.PluginResolutionException

      class PluginResolutionException extends Exception implements Serializable
      • Serialized Fields

        • plugin
          org.apache.maven.model.Plugin plugin
  • Package org.apache.maven.plugin.compiler