I have a problem on a 70+ module project.

I have changed the group id of about 10 modules, then modified all the other poms to use that new group id.

I clean out my local repository, then build the modules. This results in a compilation failure, stating that a library (hibernate), loaded as a transient dependency for that module, is not available for javac.

I was wondering if the group id in the format com.x.y means something more than just a string label. Obviously it has an effect on where the artifact lives in the local repo, but does it imply more in terms of inheritance of other poms? (which is normally why you would specify the parent pom).

The only other info I can give is that we use SNAPSHOTs for most of those modules.

Does anyone know how to diagnose this issue further?

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to