I am using Maven, with the one-jar pluggin, but when I run the one jar executable, I\'m greeted with a wall of warnings, this is unacceptable for use
I\'ve looked at eve
This is much better in the new version of the Maven one-jar plugin.
Add the plugin repository:
one-jar http://onejar-maven-plugin.googlecode.com/svn/mavenrepo
and use version 1.4.4 in the plugin definition.