Looking for assistance with Java packaging and distribution (paid)

I have a casual puzzle/arcade game in the final stages of development. The game is written in Java using LWJGL, with scripting in JavaScript using Rhino, and targets Windows, OS X, and Linux PCs.

I’m looking for one or more people with expertise in Java and distribution of Java applications to help with creating native executable packages (e.g. .exe, .app) and to help with a few other related issues. It should only amount to a few hours of work total, but it might be spread out over several weeks.

Compensation will be a fixed or hourly fee to be negotiated.

If you’re interested or would like more information, please post here or send me a PM.

Take a look at this program here:
http://ninjacave.com/jarsplice

(This isn’t advertising btw, I had to use this because I couldn’t be bothered with extracting DLLs from the jar etc, and it’s just such a great program)

Do you use Maven? I package up some 3d apps using the unix-maven-plugin there is also a wix(Windows Installer XML) plugin out there too that I’d like to play around with since I’ve built a few windows installers with that.