Re: Git repository and Maven project

2012-12-06 Thread Junio C Hamano
Aleks writes: > Can you help to clarify such question. > We have 2 different projects. > Name of first project say "server". > Second - "client". > Every project has own maven build structure. > Server produces the war archive for deployment. > The Client project produces the client jar for testi

Git repository and Maven project

2012-12-06 Thread Aleks
Can you help to clarify such question. We have 2 different projects. Name of first project say "server". Second - "client". Every project has own maven build structure. Server produces the war archive for deployment. The Client project produces the client jar for testing Server application. Aside