Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread pawan gandhi
~~ I thought that initially it check if artifacts present in .m2 repo then it tries for external remote repos. But here it is strange. Any idea will be greatly appreciated. Thanks Pawan -- View this message in context: http://old.nabble.com/Problem-for-access-local-.m2

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread Wayne Fay
A-1.0-SNAPSHOT.jar file. com.dowjones.omc.provisioning:ProvisioningCommons-components:jar:1.0-7-SNAPSHOT 1.0-SNAPSHOT is not equivalent to 1.0.7-SNAPSHOT, right? Wayne - To unsubscribe, e-mail:

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread pawan gandhi
://old.nabble.com/Problem-for-access-local-.m2-installed-snapshot-dependency-tp27645686p27646240.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread Wayne Fay
No, I don't get it. Let's make it super simple... What commands (exactly) are you typing? I don't need to see the output. What does the dependency on A in B's pom.xml file look like? Wayne - To unsubscribe, e-mail:

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread pawan gandhi
For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://old.nabble.com/Problem-for-access-local-.m2-installed-snapshot-dependency-tp27645686p27647370.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread Wayne Fay
   version1.0-0-SNAPSHOT/version What's the version element in A's pom look like? I'm guess it does not match the version1.0-0-SNAPSHOT/version that B is looking for... Wayne - To unsubscribe, e-mail:

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread pawan gandhi
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://old.nabble.com/Problem-for-access-local-.m2-installed-snapshot-dependency-tp27645686p27648597.html Sent

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread Ryan Connolly
pawan.gan...@dowjones.com wrote: 'A' has its pom version1.0-0-SNAPSHOT/version Wayne Fay wrote: version1.0-0-SNAPSHOT/version What's the version element in A's... -- View this message in context: http://old.nabble.com/Problem-for-access-local-.m2-installed-snapshot-dependency