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.