Package org.apache.maven.plugin.internal
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
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugin.internal.AbstractMavenPluginDependenciesValidator
pluginValidationManager
-
-
Constructor Summary
Constructors Constructor Description MavenMixedDependenciesValidator(PluginValidationManager pluginValidationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doValidate(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)
-
Methods inherited from class org.apache.maven.plugin.internal.AbstractMavenPluginDependenciesValidator
validate
-
-
-
-
Constructor Detail
-
MavenMixedDependenciesValidator
@Inject MavenMixedDependenciesValidator(PluginValidationManager pluginValidationManager)
-
-
Method Detail
-
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 classAbstractMavenPluginDependenciesValidator
-
-