ctubbsii commented on PR #79: URL: https://github.com/apache/accumulo-access/pull/79#issuecomment-2246798727
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
