Reputation: 8947
I am developing big modular solution, which is stored under single GIT repository. That's becomes a huge problem, when deploying separate components to Nexus.
E.g. to deploy new version of tiny scirpt, I have to checkout the whole branch. But logically this script belongs to the project, so it would be impractical to store it in a separate git repo.
Is there solution to this problem?
Upvotes: 1
Views: 66