mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
stopped writting the serialized dc data
This commit is contained in:
@@ -112,7 +112,7 @@ public class CheckMojo extends BaseDependencyCheckMojo {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
writeDataFile(getProject(), null, engine.getDependencies());
|
//writeDataFile(getProject(), null, engine.getDependencies());
|
||||||
showSummary(getProject(), engine.getDependencies());
|
showSummary(getProject(), engine.getDependencies());
|
||||||
checkForFailure(engine.getDependencies());
|
checkForFailure(engine.getDependencies());
|
||||||
if (exCol != null && this.isFailOnError()) {
|
if (exCol != null && this.isFailOnError()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user