hello everyone, i'm developing a application that need to be installed on customer machines (possibly, different machines, win/lin/mac).
the packaging of my application is 'war', which restrict the field of possibilities: my installer should infact ship with an application server. my choice in this perspective is jetty (even because I use it to test my application). Not being enough, the installer should also ship a dbms to be used by my application: for my tests i've been using hsql, which is fine, but the size of the dbms can possibly grow up to gigabytes, and hsql is not an option.. Now, how can I produce such a magic installer, possibly within maven ? I've seen a izpack-maven-plugin in JIRA http://jira.codehaus.org/browse/MOJO-277, but i'm not sure it could be enough.. thanks for any suggestions! valerio -- http://jroller.com/page/vschiavoni --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
