Changeset: 34664ce46cbb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34664ce46cbb
Modified Files:
java/embedded/pom.xml
Branch: embedded-java
Log Message:
Set the lib path (hardcoded to install prefix for now) s.t. the unit tests run
from command line
diffs (17 lines):
diff --git a/java/embedded/pom.xml b/java/embedded/pom.xml
--- a/java/embedded/pom.xml
+++ b/java/embedded/pom.xml
@@ -61,6 +61,13 @@ MonetDB is an analytical database design
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+
<argLine>-Djava.library.path="/Users/dnedev/monetdb/installation/lib"</argLine>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list