hi all - this likely is answered somewhere but I've been unable to find an example.
I have a project structure as follows:
/src/main/java/<custom class>
/src/test/jmeter/<jmeter test.jmx>
my custom class is used by a JSR223 groovy sampler. I'm able to package my custom class into a jar, but I can't figure out how to include this as a dependency to my jmeter project, by adding either to the /lib directory or lib/ext directory.
I am able to successfully include 3rd party artifacts by specifying as <jmeterExtensions>, and i can see where these are successfully landing in the target jmeter/lib/ext path.
Can anybody share an example pom where a custom jar is first built, then added to the jmeter classpath?