Hi guys, I have a question here about maven and dependency. I have two different projects, A and B, which I'm tagging separately. Inside the two projects I have clients modules (let's say AC and BC) which are used respectivelly by the other project. How in this situation should I change the dependency from the snapshot before releasing? Because I will have to tag and build from the tag project A, update B to get the jsut build version of AC, tag the other entire project B with the new dependency from the project A and make available the new version of BC to A. But A is already built. ALthough I don't have a circular dependency a among modules, this circular dependency exists for the coarse grained projects. To make things worse, project B is a M2 and project A is M1, making it much complicated to install jars on the repository.
Also, when I release with M2, does it tags all submodules under the same root? I'm using Anthill pro, so I would like AHP to do the tagging, is there a way to avoid m2 to do the tag during release? Does anyone here uses anthill pro? What would be the best practices regarding releasing? Thanks a lot emerson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
