Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bloihl
2016-10-03 11:12:01 -07:00
7 changed files with 106 additions and 13 deletions

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()) {