I am doing a Java based project where the final thing that is released is a .war file which contains many third-party .jar files and many internally developed .jar files.
So the eclipse workspace looks something like this
Eclipse project webapp --> produces a .war file
Eclipse project project1 --> produces a .jar file that goes into webapp/WEB-INF/lib
Eclipse project project2 --> produces a .jar file that goes into webapp/WEB-INF/lib
Do you setup a single repo for webapp, project1, and project2? or do you setup individual repos for webapp, project1, project2?