Dan Hardiker wrote:
Hi,

First I must say that I love this plugin! It's going to save me any my team so much time setting up our system when we change projects / move development environments. There is just one area which is lacking - Run/Debug configurations can't be defined in the pom.xml to be generated in the project.

Each of us have a standing debug configuration which points to our test container (individual to each dev system) which I would like to be added to each project when generated - I guess that the configuration for this would go into settings.xml. There are then run configurations specific to the project in question - which would go into the pom.xml.

Now that I've figured out where the configuration data should go, I just need to work out if its possible to have "mvn idea:idea" use it? If not, who deals with the project - as a Java developer myself, I'm not shy of jumping in and extending it.

Thanks for any help / pointers anyone can provide,


--
Dan Hardiker
Adaptavist.com Ltd

Hi Dan,

There is a feature request similar to yours in JIRA [1].

Feel free to poke around in the code [2] for the plugin [3]. I'd suggest adding a new parameter to the appropriate Mojo that takes a filename to an IPR snippet.

If you have any question, don't hesitate to ask on the list.

[1] http://jira.codehaus.org/browse/MIDEA-76
[2] http://maven.apache.org/plugins/maven-idea-plugin/source-repository.html
[3] http://maven.apache.org/plugins/maven-idea-plugin/

--
Dennis Lundberg

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

Reply via email to