Closed NRHelmi closed 2 years ago
Configuring maven-dependency-plugin to generate child modules dependencies under project/target/libs.
maven-dependency-plugin
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
Configuring
maven-dependency-plugin
to generate child modules dependencies underproject/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
Setup project.properties to get project version from pom.xml