Actually I was referring to an instance when the jars are already in the local repo. (I checked my repo and they are all in).
Just couldn't get Eclipse to setup the proper java build paths that references these jars within my project. I found a solution: downloaded and installed the Maven Eclipse plugin, then right clicked the Appfuse project>Maven2>enable. Eclipse will then start to download the referenced jars and store into the local repo. Thanks for the tip though! I'm still coming to grips with Maven. Eric Fitzsimmons wrote: > > Whenever working with maven to use a jar, you first install it and > then put a dependency for the jar in your pom using the appropriate > group id, artifact id, and version. > > On 9/11/07, Allan Ang <[EMAIL PROTECTED]> wrote: >> >> Hi there, >> >> I followed the quick start guide but am still unable to get the JARs in >> my >> local Maven repo to be referenced in my Eclipse project. Do I have to do >> this manually >> (i.e Project->properties->variables->then select individual jars from >> within >> my Maven variable (M2_REPO, that I defined earlier) >> >> thanks >> allan >> -- >> View this message in context: >> http://www.nabble.com/Eclipse-Mavan-jars-tf4421426s2369.html#a12611240 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Eclipse-Mavan-jars-tf4421426s2369.html#a12622764 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
