From: Jakub Skoczen Date: Tue, 16 Feb 2010 16:11:38 +0000 (+0100) Subject: Initial commit of fully mavenized build X-Git-Tag: v1.1~13 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=330e6fccabafa8be5d147e49d5fbe578bd1aa905;hp=330e6fccabafa8be5d147e49d5fbe578bd1aa905;p=yaz4j-moved-to-github.git Initial commit of fully mavenized build Instead of make, maven native plugin is used to build the C/C++ JNI wrapper interface. This will make it easier to introduce proper win32 support and architecure dependend JARs to ease dependency management of client projects. The win32 pom.xml is not yet included. The arch-dep build can be activated by invoking 'linux' profile: mvn package -Plinux ---