I now need to go beyond creating jars/wars with maven2; I need to create an installer for my application.
What is the current state of this with maven? Where are the links that can show me options of how to do this? I have found the assembly plugin, but it seems quite limited (and it doesn't seem to fit within the maven goals pattern). For example it can bundle stuff locally but how do I publish this to a server? What if I want a Windows or cross-platform installer that can install Java, etc? Also, how can I incorporate this within the normal maven process of releasing an application? Any information would be greatly appreciated. -dh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
