Merge branch 'master' of github.com:jeremylong/DependencyCheck

This commit is contained in:
Jeremy Long
2017-08-19 15:29:33 -04:00
9 changed files with 56 additions and 168 deletions

View File

@@ -62,6 +62,7 @@ public class CheckMojo extends BaseDependencyCheckMojo {
*/
@Override
public boolean canGenerateReport() {
populateSettings();
boolean isCapable = false;
for (Artifact a : getProject().getArtifacts()) {
if (!getArtifactScopeExcluded().passes(a.getScope())) {