Skip to content

Commit

Permalink
Add log message when a warning does not apply to a plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Mar 13, 2017
1 parent e3e9d14 commit 0926ed6
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 0926ed6

Please sign in to comment.