I am investigating using Maven2 and Idea 6. Are there any plugins that work with this combination? everything I have found seems incomplete or it is broken with maven2 and/or idea 6.0.
I am investigating using Maven2 and Idea 6. Are there any plugins that work with this combination? everything I have found seems incomplete or it is broken with maven2 and/or idea 6.0.
The maven-idea-plugin will create .ipr, .iml and .iws files for your Maven 2 project. It is fully functional.
If you are looking for an IDEA plugin that integrates Maven 2 you are currently out of luck.
Which plugin did you mention here? I found in plugin manager at least 4 plugins for Maven: mevenidea-idea, MavenPlugin, Maven Dependency Manager and Raven.
You use it like this: mvn idea:idea You then get a idea project files with all the settings from pom.xml, all you need to do when you update your pom is to rerun it. Idea will pick up the change and ask for a reload.
Tom Ayerst wrote:
The maven-idea-plugin will create .ipr, .iml and .iws files for your
Maven 2 project. It is fully functional.
If you are looking for an IDEA plugin that integrates Maven 2 you are
currently out of luck.
--
Dennis Lundberg
Dennis,
Which plugin did you mention here? I found in plugin manager at least 4 plugins for Maven: mevenidea-idea, MavenPlugin, Maven Dependency Manager and Raven.
t800t8
maven-idea-plugin Is a plugin in maven not Idea.
You use it like this: mvn idea:idea
You then get a idea project files with all the settings from pom.xml, all you need to do when you update your pom is to rerun it. Idea will pick up the change and ask for a reload.
/Kristoffer