in your maven distro folder look at settings.xml you define all of your localRepository elements such as the example illustrated here <settings> <localRepository>C:/FuBarPlugin</localRepository>
HTH Martin ----- Original Message ----- From: "Brad O'Hearne" <[EMAIL PROTECTED]> To: "Maven-user Maven" <[email protected]> Sent: Friday, April 04, 2008 5:55 PM Subject: No build Eclipse output > Hello, > > I have the Maven 2 plugin installed in Eclipse, and though when I > build a project in Eclipse, it will download dependencies into my > local repository, I am not seeing much of anything in my maven console > output except for dependency downloads and the following: > > 4/4/08 2:40:00 PM MST: Local repository folder "" does not exist > 4/4/08 2:40:02 PM MST: Local repository folder "" does not exist > 4/4/08 2:40:03 PM MST: Local repository folder "" does not exist > > Does anyone know why this is, and why I'm not getting any of the > standard maven output which tells me the status of my maven build? > > Thanks! > > Brad > > --------------------------------------------------------------------- > 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]
