RelationalAI / rai-sdk-java

The RelationalAI Software Development Kit (SDK) for Java.
Apache License 2.0
5 stars 1 forks source link

Setup maven dependency plugin #3

Closed NRHelmi closed 2 years ago

NRHelmi commented 2 years ago

Configuring maven-dependency-plugin to generate child modules dependencies under project/target/libs.

I'm currently configuring SNB benchmark to use the java sdk I find this useful to run the SDK using java without requiring maven exec

java -cp ./rai-sdk-examples/target/*:./rai-sdk-examples/target/libs/* com.relationalai.examples.Runner CreateDatabase somedb someengine

Setup project.properties to get project version from pom.xml