mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-01 04:34:45 +02:00
updated lock file cleanup to be useable by other build plugins
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user