This message was deleted.
# community-support
s
This message was deleted.
j
Not sure about consuming directly a jar but you can create a custom local repository in the same project and publish it there
e
So just set up a directory that follows the maven convention, and add a repository that points to it?
j
it is a normal directory indeed, the publication creates the maven convention directories
e
Oh actually use the publish plugin, and publish to a local directory. Didn't know you could do that, but I guess that's makes sense (mavenLocal and all). Cool, thanks!
g
It's also a good way to use the plugin with its dependencies in functional tests