Hello, Now that I have been working with M2 for sometime, I still feel like a noob :-) Anyways, here is my scenario and question:
I have create a structure such as dir/project dir/project/modA dir/project/modB dir/project/modC I have a pom for each module (which include the project level pom as its parent), and a pom at the project level. The project level pom includes the module tag, which identifies the correct modules. When I issues m2 commands from the top level directory everything (so far) seems to work. But, when I issues commands from certain modules, it does not work the way I expected. Here is the issue Module B depends upon module A, so when I want to compile and test only module B, I get an error that the dependency for module A cannot be found in the repository. I understand this error, but do not know why it is happening. I expect that since module B is dependant upon module A (as this is listed in the dependency section) that A would be built for B. But, it does not. Why is this the case. Regards, Douglas WF Acheson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]