I got 2 different repositories in bitbucket.
Repository A is creating several .jar artifacts which I then need to use in compilation of repository B ( a second bitbucket pipeline ).
I want to publish these jar file from mvn to a repository ( such as nexus ) and then pull them via mvn inside my second pipeline. How is it possible ?