Class MavenMixedDependenciesValidator

java.lang.Object
org.apache.maven.plugin.internal.AbstractMavenPluginDependenciesValidator
org.apache.maven.plugin.internal.MavenMixedDependenciesValidator
All Implemented Interfaces:
MavenPluginDependenciesValidator

@Singleton @Named class MavenMixedDependenciesValidator extends AbstractMavenPluginDependenciesValidator
Detects mixed Maven versions in plugins.
Since:
3.9.2
  • Constructor Details

    • MavenMixedDependenciesValidator

      @Inject MavenMixedDependenciesValidator(PluginValidationManager pluginValidationManager)
  • Method Details

    • doValidate

      protected void doValidate(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)
      Specified by:
      doValidate in class AbstractMavenPluginDependenciesValidator