mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
changed debug message to an error
This commit is contained in:
@@ -69,9 +69,7 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
|
||||
for (MavenProject current : getReactorProjects()) {
|
||||
final File dataFile = getDataFile(current);
|
||||
if (dataFile == null) { //dc was never run on this project. write the ser to the target.
|
||||
if (getLog().isDebugEnabled()) {
|
||||
getLog().debug(String.format("Executing dependency-check on %s", current.getName()));
|
||||
}
|
||||
getLog().error(String.format("Module '%s' did not execute dependency-check; an attempt will be made to perform the check but dependencies may be missed resulting in false negatives.", current.getName()));
|
||||
generateDataFile(engine, current);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user