On Wed, Dec 14, 2011 at 3:27 PM, Daivish Shah <[email protected]> wrote: > Hi Barrie, > > MainProject* >> module1 >> module2 > > First of all i executed mvn install on module1 project and it > executed successfully... > > Then module2 has dependency on module1 artifact so i added that project in > module2, And on "mvn install" command it's throwing this exception. > > Thanks, > Daivish.
Carefully read your error logs and look for typos. Because you have sanitised the output I can not be certain, but there is a typo which Maven reports as MainProject:moduel1:jar:3.0 (instead of module1) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
