Skip to content

Commit

Permalink
Merge pull request #125 from daniel-beck/list-unmatched-versions
Browse files Browse the repository at this point in the history
Add log message when a warning does not apply to a plugin version
  • Loading branch information
daniel-beck committed Mar 13, 2017
2 parents e3e9d14 + 0926ed6 commit abfa6f8
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -93,6 +93,8 @@ private static void testForWarning(String gav, Map<String, Warning> warnings) {
versions.replace(p, true);
// written to target/surefire-reports/org.jvnet.hudson.update_center.WarningsTest-output.txt
System.out.println("Warning " + warning.id + " matches " + gav);
} else {
System.out.println("Warning " + warning.id + " does NOT match " + gav);
}
}
}
Expand Down

0 comments on commit abfa6f8

Please sign in to comment.