Mevenide - how to use
I just downloaded Maven 2.0 and Mavenide.
I went through the getting started guide which creates a basic web application and an IDEA
workspace, project, and module files.
I opened IDEA, set the MAVEN_HOME value in the Maven plugin config and then restarted IDEA.
I then opened the project generated by Maven.
- I see a Goals window with nothing but my module names in it.
- I don't see any of the POM support that is mentioned in your announcement.
What am I doing wrong?
Tim
Please sign in to leave a comment.
I forgot to mention:
- Mavenide 0.1 and IDEA build 3386
And, the maven-generated project and module stuff seems to be correct. I had to add my
appserver, target JDK, and J2EE Build settings, but other than that, it looks like it worked
quite well.
Hi Tim,
Mevenide for IDEA support is mainly done in the Mevenide mailing list. You can register via our site
at http://mevenide.codehaus.org/mevenide-idea/mail-lists.html (try mailing to
user-subscribe@mevenide.codehaus.org).
As to your question - I'm afraid Mevenide for IDEA does not yet support Maven2. It is planned for
the coming releases, probably after the m2-beta1 is out.
Hope this helps,
The Mevenide team.
Tim Haley wrote: