Hello everyone, I'm trying to do something that I think is quite common but can't find an easy way to do it. Here's how it goes:
I have a war that basically contains nothing except a jar which contains an applet. The applet jar is for performance reason an ueber jar. How would you do something like this? My current solution is to have a jar project that creates and ueber jar and then a war project that includes the ueber jar by referencing it directly as a ressource (since I don't think it can be a dependency). Thanks a lot, Henri