Trygve, Yes I have seen this plugin. It's fine for creating the original project, but I want to run maven tasks from idea, like double clicking on an ant task. Its a bit of a pain that you have to switch to a console to run the maven goals. I have used the ant exec task to run them and thats works ok. But I wanted better integration with idea.
I am in the process of writing an Idea plugin that creates a maven 2 enabled modules, adds dependencies and has a maven 2 tool window. Its pretty embolic at the moment though. Ben -----Original Message----- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 08:41 To: Maven Users List Subject: Re: [m2] Using with Idea 5.1.1 Ben Short wrote: > Hi, > > I want to use Maven 2 with Idea 5.1.1, does anyone know of a plugin for idea > to enable maven 2 functionality? I just replied in another mail so this is for the archive: http://maven.apache.org/plugins/maven-idea-plugin Use it like this: $ mvn idea:idea -- Trygve --------------------------------------------------------------------- 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]
