Skip to content

Commit

Permalink
cleaning up win64 pom
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskross committed Nov 20, 2015
1 parent 5c1c09c commit 0a3e2e5
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions lmdbjni-win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@
<name>${project.artifactId}</name>
<description>The lmdbjni Windows 64 bit native libraries</description>

<properties>
<lmdb-home>${project.build.directory}/lmdb/META-INF/native/lmdb-win64</lmdb-home>
</properties>

<dependencies>
<dependency>
<groupId>org.deephacks.lmdb</groupId>
<artifactId>lmdb-win64</artifactId>
<version>0.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
Expand All @@ -34,35 +24,7 @@

<build>
<testSourceDirectory>${basedir}/../lmdbjni/src/test/java</testSourceDirectory>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>unpack</id>
<phase>validate</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.deephacks.lmdb</groupId>
<artifactId>lmdb-win64</artifactId>
<version>0.1.2</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/lmdb</outputDirectory>
<includes>META-INF/**</includes>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -71,21 +33,6 @@
<classesDirectory>${basedir}/target/generated-sources/hawtjni/lib</classesDirectory>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
<environmentVariables>
<LD_LIBRARY_PATH>${lmdb-home}</LD_LIBRARY_PATH>
</environmentVariables>
<systemProperties>
<property>
<name>java.library.tmpdir</name>
<value>${lmdb-home}</value>
</property>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>maven-hawtjni-plugin</artifactId>
Expand Down

0 comments on commit 0a3e2e5

Please sign in to comment.