if (!strictCheck) {
warn("Property 'strictChecking' is not enabled. Please consider adding <strictChecking>true</strictChecking> in your pom.xml file.");
warn("See http://code.google.com/p/maven-license-plugin/wiki/Configuration for more information.");
}
finder = new ResourceFinder(basedir);
try {
finder.setCompileClassPath(project.getCompileClasspathElements());
} catch (DependencyResolutionRequiredException e) {
throw new MojoExecutionException(e.getMessage(), e);
}