stopped writting the serialized dc data

This commit is contained in:
Jeremy Long
2016-09-21 14:05:19 -04:00
parent 6326513c63
commit 99a1606df1

View File

@@ -112,7 +112,7 @@ public class CheckMojo extends BaseDependencyCheckMojo {
}
}
}
writeDataFile(getProject(), null, engine.getDependencies());
//writeDataFile(getProject(), null, engine.getDependencies());
showSummary(getProject(), engine.getDependencies());
checkForFailure(engine.getDependencies());
if (exCol != null && this.isFailOnError()) {