For Apache Maven I have found a izpack plugin and a NSIS plugin (for Win32).

Are there other Maven plugins available which allow to create software installers for Java applications, or are these the most popular and 'mature' tools?

It does not have to include a pretty GUI, even a simple command line installer could be helpful enough. Support for file permissions (executable flag for shell scripts) would be nice to have so that users on Linux don't have to set this flag manually.

link|improve this question

feedback

1 Answer

If GUI is not an issue, you may want to look at maven assembly plugin

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.