Bug#863223: maven-plugin-tools: FTBFS: maven/tools/plugin/generator/PluginHelpGenerator.java:[300,61] unreported exception java.io.IOException; must be caught or declared to be thrown

Emmanuel Bourg ebourg at apache.org
Tue May 23 22:24:23 UTC 2017


Control: reassign -1 plexus-utils2 3.0.24-1
Control: affects -1 maven-plugin-tools

Thank you for the report Chris. This issue was introduced with the
upload of plexus-utils2/3.0.24-1 in unstable (should have been in
experimental, sorry). The PropertyUtils.loadProperties() method now
throws an IOException that must be caught. It may affect a few other
maven related libraries. I'll fix that in plexus-utils2 by replacing the
IOException with an unchecked runtime exception.

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list