We are using our git server for project management. How do I download maven project dependency from my git server? For project checkout/pull and push we are using tortoise git
Clarification:
- We are using another project as a submodule in our project. That project available on our local git server. So, when the new update is available I have to download and copy in m2 repository manual. Instead of a manual process, I want to download from my local git server.