Out of curiosity, why don't you give a try to m2eclipse? http://m2eclipse.codehaus.org/
among lot of other things, it would automatically handle project import for you and will configure imported projects for other Eclipse tools. regards, Eugene Lam Hayward wrote: > > Thanks for the suggestion. > > It does not work. No error reported. The build path still does not show > any project dependency. > > -----Original Message----- > From: Wayne Fay > Sent: August 21, 2008 3:40 PM > To: Maven Users List > Subject: Re: Maven and Eclipse Project > > You need to configure the eclipse plugin as Arnaud said: > http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html > > It will be something like: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-eclipse-plugin</artifactId> > <configuration> > <workspace>...</workspace> > </configuration> > </plugin> > > Wayne > -- View this message in context: http://www.nabble.com/Release-fails-during-SVN-commit-tp19084270p19108349.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]