oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.29k stars 739 forks source link

Can I resuse common repostitories across different project? #4483

Closed demonguy closed 7 months ago

demonguy commented 7 months ago

Suppose I have to depoly 5 projects on opengrok. Each project cotain a common repository A, and a project specific repository.

In order to deploy 5 projects. I have to download common repository 5 times, and index it 5 times. Is there anyway to download common repository 1 times and makes it usable for all 5 projects?