-
Notifications
You must be signed in to change notification settings - Fork 160
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
Make thirdparty-classpath shareable #379
Comments
Thanks for the suggestion. It seems very reasonable - however, it's unlikely to happen at present. In part this is because any path work is very risky given I don't have a Windows machine to test on, and there's a history of bugs resulting from odd differences between Windows FS paths and the relative sanity of everything else. |
Other possible solution would be the ability to specify the path to sevntu checks jar relative to the project directory - similar to the current implementation of location configuration of I also tried to copy the jar manually to the directory |
I'm using something like |
Hey, this problem is actually very relevant, any ideas/updates? |
Nope.
Because no one has written the feature, and I've no time or intention to do so at present. |
I'm trying to make the plugin configuration shareable among developers and store it in git:
It basically works except the sevntu-checkstyle jar location:
Because we are using maven
Copy libraries from project directory
does not copy libraries.Is there a way to make the path to the sevntu checkstyle jar shareable among developers?
Maybe support some variables like $HOME:
The text was updated successfully, but these errors were encountered: