Installer
This subproject builds a standalone installer for filemanager that can be executed with java -jar installer (or java -jar
installer -c if there is no graphical environment available.)
Important
This subproject uses the javaapp maven plugin. To build this project you must install this plugin first with: maven
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sf.net/maven -DartifactId=maven-javaapp-plugin
-DgroupId=maven-plugins -Dversion=1.3 plugin:download