-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create gradle build for cassjmeter project #5
Comments
Starting work on this. It's pretty easy to overlay gradle over this. I just want to understand one bit about the final artifacts. It looks like it wants all the dependency libs in a directory. Is this needed because it runs on its own? Would onejar be a better alternative? I'm not familiar with how JMeter plugins work. |
Actually, one big jar would be better. However, we need to exclude the jmeter jars from that big jar. |
I'm investigating how JMeter plugins should be built, and it's not exactly clear from their documentation. If I can't figure out it out, I'll just take the naive approach and exclude some deps by hand. |
On hold until I get back next week. Looking at Maven builds for jmeter plugins, they use the shade plugin. That makes sense and luckily a Gradle one came out recently: http://forums.gradle.org/gradle/topics/announcing_gradle_shadow_plugin_maven_shade_port |
bump :) |
bump again @quidryan |
Thanks!
The text was updated successfully, but these errors were encountered: