I have a build that consists of some private and some public parts spread across multiple git repositories.
I would like users to be able to git clone one (private) repo and then run a single mvn command to clone the other repos alongside. A "git init" or "git bootstrap". I can't see such a thing. Am I missing something? (Clearly the git details would have to be located in the pom of the bootstrapping repo, which would be duplicate info of the scm elements in the child repos, but I can live with that). Ideally, there would then be the ability to refresh (pull/re-clone) if the list of child repos changes. thanks Stephen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
