Class AbstractMavenPluginDependenciesValidator

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void doValidate​(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)  
      void validate​(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)
      Checks mojo dependency issues.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractMavenPluginDependenciesValidator

        protected AbstractMavenPluginDependenciesValidator​(PluginValidationManager pluginValidationManager)
    • Method Detail

      • validate

        public void validate​(org.eclipse.aether.RepositorySystemSession session,
                             org.eclipse.aether.artifact.Artifact pluginArtifact,
                             org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)
        Description copied from interface: MavenPluginDependenciesValidator
        Checks mojo dependency issues.
        Specified by:
        validate in interface MavenPluginDependenciesValidator
      • doValidate

        protected abstract void doValidate​(org.eclipse.aether.RepositorySystemSession session,
                                           org.eclipse.aether.artifact.Artifact pluginArtifact,
                                           org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)