M2 is brilliant at generating and updating IntelliJ multi-module projects (caveat w.r.t. jdk5 setting) but I've not managed to get any of the Maven GUI pluggins working with Idea v5.02. I'd be very grateful if someone can provide step by step instructions or perhaps links to pluggins. The maven pluggin http://www.intellij.org/twiki/bin/view/Main/MavenPlugin
says please install the maven-spy-plugin first but I cannot access the repository using: mvn -Dmaven.repo.remote=http://www.flopcode.com/maven/repository, http://www.ibiblio.org/maven -DgroupId=flopcode -DartifactId=maven-spy-plugin -Dversion=0.2.7 plugin:download results in: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'plugin'. [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD FAILURE [INFO] ---------------------------------------------------------------------------- [INFO] Required goal not found: plugin:download [INFO] ---------------------------------------------------------------------------- [INFO] For more information, run Maven with the -e switch [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 1 second [INFO] Finished at: Tue Dec 20 09:56:59 GMT 2005 [INFO] Final Memory: 1M/3M [INFO] ---------------------------------------------------------------------------- having downloaded the MavenPluggin using Idea I only have version 0.1.5.15and although the ConsoleMavenPlugin appears at the bottom of the screen, selecting it brings up an empty page and setting the correct m2.bat and repository doesn't seem to help either :-( Many thanks in advance. On 20/12/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi Sebastien, > > > -----Original Message----- > > From: Sebastien Arbogast [mailto:[EMAIL PROTECTED] > > Sent: mardi 20 décembre 2005 01:42 > > To: Maven Users List > > Subject: Re: IDE build and debugging > > [snip] > > > For Maven2, I saw Vincent's introduction for the plugin at JavaPolis > (yes > > Vincent ! you remember ? the guy in the front who bought your book just > > one hour before you gave some away :P > > Yes, I remember quite well! :-) > > > Well actually, it was the JBoss > > developer's notebook I had in my hands but it could have been yours ;o) > > Lol > > [snip] > > -Vincent > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
