Ben Short wrote:
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. It’s 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 that’s works ok.
But I wanted better integration with idea.

Oh, seems like I missunderstood what you where after. I've created a couple of external tools myself that does the trick, but I see what you're after.

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.

I would love such a plugin, and I'm pretty sure that there are others who also would like something like this. It might be smart to take a look at the Maven 2 Eclipse plugin[1] as a starting point, at least to see how the Maven integration itself is working.

If you would like to open source your plugin I'm sure we can put it in the Mojo sandbox for now just to get started.

[1]: http://m2eclipse.codehaus.org/

--
Trygve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to