From: ch at lathspell.de (Christian Hammers) Date: Mon, 11 Feb 2013 03:41:02 +0100 Subject: [Pljava-dev] Building pljava.so with maven-nar-plugin? In-Reply-To: <20130208015920.58709bae@james.intern> References: <20130111204013.00e19939@james.intern> <20130112234738.03b606b1@james.intern> <50F29266.5070408@tada.se> <50F29372.7080808@tada.se> <20130206023102.1b94cc01@james.intern> <51120BE7.6020109@tada.se> <20130207170645.080294f4@james.intern> <20130208015920.58709bae@james.intern> Message-ID: <20130211034102.740dcda8@james.intern> Hello My fork (see last mail) has been improved and now calls an ant task that converts the pg_config output to a properties file which gets then read by the Maven pom.xml. So no hardcoded version numbers anymore. "sudo mvn deploy" inside the pljava-so/ directoy now copies the generated library to /usr/lib/postgres/.../pljava.so. bye, -christian-