1

What are some clever ideas for doing configuration management of many modules, each with their own trunk/branches/tags?

Maven seems like a great fit for our project, but I wondered what else might be out there...

nwb
  • 653
  • 1
  • 5
  • 12

1 Answers1

1

Check out Ivy, a lighter version of Maven more strictly concerned with CM

DrM
  • 1,092
  • 1
  • 8
  • 11