Package | Description |
---|---|
org.apache.maven.plugins.enforcer | |
org.apache.maven.plugins.enforcer.utils |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<PluginWrapper> |
RequirePluginVersions.getAllPluginEntries(org.apache.maven.project.MavenProject project)
Gets all plugin entries in build.plugins, build.pluginManagement.plugins, profile.build.plugins, reporting and
profile.reporting in this project and all parents
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RequirePluginVersions.hasValidVersionSpecified(EnforcerRuleHelper helper,
org.apache.maven.model.Plugin source,
java.util.List<PluginWrapper> pluginWrappers)
Checks for valid version specified.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<PluginWrapper> |
PluginWrapper.addAll(java.util.List<?> plugins,
java.lang.String source) |