yet another question ! so we are using the play sc...
# general
b
yet another question ! so we are using the play scala framework. Fortunately there is a pants plugin. Unfortunately it's a bit out of date. Anyway I'm digging in and I have a question about the JvmToolMixin &
register_jvm_tool
as used here : https://github.com/ActionIQ-OSS/play-pants/blob/master/src/python/play/tasks/twirl_gen.py#L27 . I need to point toward a jar that I'm building. Is it possible to make the plugin target depends on the one that build the artifact and resolve it locally or do must I first publish it (locally or not) and then I can use my pants plugin ?
e
You'll need to publish it first as things stand unfortunately.
b
Ok, thx!