Hello, I hope this forum is the right place for this question...
This is the scenario:
Project A-> depends on Project B->depends on ProjectC
Each project has its own /lib and /config.
Up to this point, for successful execution, each project's /lib and /config have to be manually copied into its parent Project. And each project has to be built individually. As you could see, this process is becoming cumbersome as more projects are being added. I've read about
Maven but can't quite wrap my head around it, and not sure if Maven will actually help the situation or open up more can of worms.
Could you please recommend a better way? Also, i'm using Netbeans. Any pointers will be greatly appreciated.