When we do a Project/Clean, the latest version of the SNAPSHOT for a dependency isn't downloaded unless there isn't one in the local repository. --Duncan
-----Original Message----- From: Eugene Kuleshov [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 1:06 PM To: [email protected] Subject: Re: [m2eclipse-user] Updated Dependencies used for compile check? McNaught, Duncan wrote: > When Eclipse checks the source for errors - does the eclipse plugin > download updated dependencies from the repository? Can you please be more specific? For instance Eclipse don't check source for error - it does compile your Java code. When Maven classpath container is used in Java project, the state of that container is refreshed in several cases: -- pom.xml is changed for the current project -- Project / Clean... is executed -- Some project in the Eclipse workspace that is recognized as dependency have changes in its poms regards, Eugene --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
