On 03/06/12 13:17, Vicente J. Ruiz Jurado wrote: > El 03/06/12 04:14, Michael MacFadden escribió: >> I am thinking what we should probably do is to create an assembly in >> the waib project this would pull in the required Jar files, scripts, >> GWT resources etc into one spot for distribution. I will see if I >> can get that to work. > If helps, we use maven in kune, and we generate a unique jar via > maven-assembly-plugin and using ServerMain in <archive><manifest><mainClass>
I'm using maven-shade-plugin for that. Check it at https://github.com/pires/wave/blob/master/box/pom.xml > > BR, -- Paulo Pires
