Package org.apache.maven.plugin.internal
Class Maven3CompatDependenciesValidator
java.lang.Object
org.apache.maven.plugin.internal.AbstractMavenPluginDependenciesValidator
org.apache.maven.plugin.internal.Maven3CompatDependenciesValidator
- All Implemented Interfaces:
MavenPluginDependenciesValidator
@Singleton
@Named
class Maven3CompatDependenciesValidator
extends AbstractMavenPluginDependenciesValidator
Detects Maven3 plugins using maven-compat Maven2 compatibility layer.
- Since:
- 3.9.3
-
Field Summary
Fields inherited from class org.apache.maven.plugin.internal.AbstractMavenPluginDependenciesValidator
pluginValidationManager
-
Constructor Summary
ConstructorsConstructorDescriptionMaven3CompatDependenciesValidator
(PluginValidationManager pluginValidationManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
Maven3CompatDependenciesValidator
-
-
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 classAbstractMavenPluginDependenciesValidator
-