Hi all I'm looking for advice how to best maintain code that my team develops (handlers and the UI and other components) and the rapidly changing Shindig code.
I am a bit unsure how to best handle the maven build since there is quite a lot of dependencies on external components. While I can certainly use the Maven build as it is, it seems dangerous to depend on external components auto-updated by Maven. At the same time, taking a snapshot of the Shindig code probably adds a lot of headache in the future when it comes time to reconcile new Shindig code. Perhaps there is Maven magic to deal with this? Just curious how other people make this work, especially in a setting where you have developers who know very little about Maven. Am I over-estimating the pain? (Tried to search through Shindig and Maven list archives but didn't see much discussion. Apologies if this is old hat.) Hans

