Re: Maven not recognising the local repository

2008-05-18 Thread Tim Kettler
Hi, More information is needed to solve your problem. Can you post the exact error message maven prints (probably it would be best to post the relevant output from the build log running maven with -X). How was the repository poulated? Did maven download the dependencies at one point and now

Re: Maven not recognising the local repository

2008-05-18 Thread Wayne Fay
It is not merely sufficient to have the artifacts you need in your project available in the repo. You must also add dependencies in your pom.xml file for each of the artifacts so they are brought in at compile-time and available in the classpath. Looking at the messages below, it seems like you

Re: Maven not recognising the local repository

2008-05-18 Thread NinaBinde
-not-recognising-the-local-repository-tp17298929p17304299.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven not recognising the local repository

2008-05-18 Thread Wendy Smoak
On Sun, May 18, 2008 at 8:41 AM, NinaBinde [EMAIL PROTECTED] wrote: Thanks for the reply. The pom.xml is having all the dependencies since Maven downloaded all the jars into the repository using the same pom.xml. Is there anything else which I might be missing? Just above the compilation

Re: Maven not recognising the local repository

2008-05-18 Thread NinaBinde
the pom.xml file. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Maven-not-recognising-the-local-repository

Re: Maven not recognising the local repository

2008-05-18 Thread Wayne Fay
On Sun, May 18, 2008 at 1:04 PM, NinaBinde [EMAIL PROTECTED] wrote: Thanks for that. You are right, it is only recognising a couple of them and ignoring the rest. I noticed the ones which it is recognising, it has scopeprovided/scope in the pom. The others which it is not recognising have

Maven not recognising the local repository

2008-05-17 Thread NinaBinde
: http://www.nabble.com/Maven-not-recognising-the-local-repository-tp17298929p17298929.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail