------ Maven 2 Idea Plugin ------ Johnny R. Ruiz III ------ September 21, 2005 How to Use You can directly use this plugin without configuring anything using the command "m2 idea:idea". To configure what JDK name you want to use, you must specify the parameter "jdkName" in the pom.xml ------------------- ... ... org.apache.maven.plugins maven-idea-plugin Put_jdkName_Here ... ... ------------------- For full documentation, click {{{index.html}here}}.