apache / accumulo-access

Apache Accumulo Access Control Library
https://accumulo.apache.org
Apache License 2.0
4 stars 11 forks source link

Put benchmark config inside its execution #79

Closed ctubbsii closed 2 months ago

ctubbsii commented 2 months ago
ctubbsii commented 2 months ago

For what it's worth, there is an exec-maven-plugin goal called "java" that is supposed to make it easy to run a mainClass without having to pass the -cp argument, but it doesn't correctly pass along the current project's classpath in a convenient way when it forks to execute the mainClass. It's frustrating, but calling exec:exec this way with the classpath as an argument to the java command is the easiest workaround.