On Thu, Jul 10, 2008 at 3:41 AM, Ulrik Sandberg <[EMAIL PROTECTED]> wrote: > I want to change the file name extension for a project that has packaging > "bundle" from ".jar" to ".war". How do I do that?
On Linux; mv abc.jar abc.war I think on Windows you press F2 when the jar is selected... ;-) Seriously, I don't think it is possible. You could try the <finalname> feature in Maven, but I suspect that it is not totally compatible with the rest of the "supply chain". Another choice could be to put in a ant script to copy the file under a new name... Cheers Niclas _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general