shipping uvt-commons-io requires Maven 2.x 1. On all systems: $ mvn assembly:single This generates a file called target/uvt-commons-io-${version}-bin.tar.gz war you can install on any system 2. On Unix/Linux systems you can build and install uvt-comomns-io also using the following instructions: 2.1 Configure the system $ ./configure You can supply various options that influence where uvt-commons-io looks for its dependencies. You can change these values from the defaults by setting them in the environment of ./configure. $PREFIX (/usr) For example, to install locator in your home directory: $ PREFIX=$HOME ./configure 2.2 Build uvt-commons-lucene $ ./build 2.3 Install uvt-commons-lucene $ sudo ./install 2.4 Dependencies Installing the locator this way requires the following (Debian) packages installed: - liblog4j1.2-java - liblucene2-java - libicu4j-java