Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
During updating the plugin someone forgot to also add src/main/resources/org/apache/maven/plugin/checkstyle/images/rss.png. Without the image the plugin fails with an NPE. One has to add the image to the classpath to get the plugin working.
Issue Links
- is duplicated by
-
MCHECKSTYLE-13
src/main/resources/org/apache/maven/plugin/checkstyle/images/rss.png missing leading to a NPE
-
This is my fault.
Didn't pay attention the the fact that binary (image) data doesn't show up in a 'svn diff'. (whoops).
The image can be found at http://maven.apache.org/images/rss.png
and should be put in maven-checkstyle-plugin/src/main/resources/org/apache/maven/plugin/checkstyle/images/rss.png