Skip to content

Deploying

sritchie edited this page Jan 15, 2012 · 1 revision

To redeploy a new version of mapnik-jni, follow the build instructions on the github repo to create mapnik-jni.jar. Then save the following to disk as pom.xml:

<?xml version="1.0" encoding="UTF-8"?><project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>forma</groupId>
  <artifactId>mapnik-jni</artifactId>
  <version>1.0.0</version>
  <name>mapnik-jni</name>
  <description>Java Native Interface (JNI) Bindings for Mapnik2.</description>
</project>

After updating the version # in the pom, run the following command to push the jar to www.clojars.org:

scp pom.xml mapnik-jni.jar [email protected]:
Clone this wiki locally