All,
Does anyone have any idea how I can modify a the contents of a built jar? I have an asssembler project that creates 3 different zip files. There is a Spring application context file that I need to override for each archive. Any thoughts on how to best do this? I'm currently looking into the unzip method in conjunction with copying the file in question. Thanks.