@Component(role=IncludeValidationHelper.class) public class IncludeValidationHelper extends Object
Constructor and Description |
---|
IncludeValidationHelper() |
IncludeValidationHelper(org.codehaus.plexus.logging.Logger log) |
Modifier and Type | Method and Description |
---|---|
void |
checkBinIncludesExist(org.apache.maven.project.MavenProject project,
BuildProperties buildProperties,
boolean strict,
String... ignoredIncludes) |
void |
checkSourceIncludesExist(org.apache.maven.project.MavenProject project,
BuildProperties buildProperties,
boolean strict) |
public IncludeValidationHelper()
public IncludeValidationHelper(org.codehaus.plexus.logging.Logger log)
public void checkBinIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict, String... ignoredIncludes) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public void checkSourceIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2008–2022 Eclipse Foundation. All rights reserved.