I'm a git newbie and I was wondering if there are any best practices
around using maven with git people could point me to?
For example, if I have a project with several artifacts/modules
net.kolotyluk.coolapp
- client.jar
- common.jar
- service.jar
is it better to create a single repository "net.kolotyluk.coolapp" for
the project, or several repositories such as
"net.kolotyluk.coolapp.client" "net.kolotyluk.coolapp.common" and
"net.kolotyluk.coolapp.service" for each artifact?
Cheers, Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]