public class MavenPluginValidator
extends java.lang.Object
This is XMvn-specific class and it resides in org.apache.maven namespace only because it needs to override
Maven class. If this was a Plexus component then there would be no need to override Maven class, setting default
component class in plexus.xml would be enough.
TODO: Try convince Maven upstream to convert this to Plexus component.
| Constructor | Description |
|---|---|
MavenPluginValidator(org.apache.maven.artifact.Artifact pluginArtifact) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
getErrors() |
|
boolean |
hasErrors() |
|
void |
validate(org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) |