Not sure about consuming directly a jar but you can create a custom local repository in the same project and publish it there
e
Eli Graber
12/26/2022, 7:03 PM
So just set up a directory that follows the maven convention, and add a repository that points to it?
j
Javi
12/26/2022, 7:18 PM
it is a normal directory indeed, the publication creates the maven convention directories
e
Eli Graber
12/26/2022, 7:20 PM
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
grossws
12/27/2022, 2:46 PM
It's also a good way to use the plugin with its dependencies in functional tests