updated lock file cleanup to be useable by other build plugins

This commit is contained in:
Jeremy Long
2017-12-17 07:36:23 -05:00
parent 9be1da7e12
commit bb20129f0e
8 changed files with 158 additions and 16 deletions

View File

@@ -1106,7 +1106,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
mojoProperties = this.getClass().getClassLoader().getResourceAsStream(PROPERTIES_FILE);
settings.mergeProperties(mojoProperties);
} catch (IOException ex) {
getLog().warn("Unable to load the dependency-check ant task.properties file.");
getLog().warn("Unable to load the dependency-check maven mojo.properties file.");
if (getLog().isDebugEnabled()) {
getLog().debug("", ex);
}