Marc Portier <[EMAIL PROTECTED]> wrote on 14/10/2003 05:54:33 AM: > Hi again, > > found this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407 > > which pointed me (more or less) to downloading: > http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5- > SNAPSHOT.jar > > and saving it in my $MAVEN_HOME/repository solved the issue. > > I do have the feeling that this manual download is not entirely *the* > way to go, but it got me past this one for sure...
Marc, since you're on rc1, you could have typed just this: maven -DgroupId=maven -DartifactId=maven-eclipse-plugin -Dversion-1.5-SNAPSHOT plugin:download and it would have done it all for you. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
