I am new to maven and trying to figure out how to share the jar file of the module with our another team. They are developing another module and their module depends on our module.
Will it be the best solution to setup 3rd party maven remote repository ? What will be the correct tools for this?
We use Hudson to manage our integration environment build. And I started looking into Artifactory and Artifactory plugin for Hudson. Is it correct approach?
Thanks.