My question is simple: is there a version of the Maven-shade-plugin that is compatible with Java version 7? Specifically, when I attempt to use this plugin I get the following error (using Netbeans IDE):
diamond operator is not supported in -source 1.5
(use -source 7 or higher to enable diamond operator)
And when I attempt to compile I receive this warning:
error: multi-catch statement is not supported in -source 1.5
So it appears that I just need a plugin compatible with Java 7.