I know we haven't looked closely at Maven(2) for MyFaces yet, but has anyone tried the following commands on other projects that use Maven?
maven idea maven eclipse http://maven.apache.org/reference/plugins/idea/ http://maven.apache.org/reference/plugins/eclipse/ We have developed an in-house Maven2 JDeveloper 10g plugin that generates the workspace and all project files, with correct local library definitions pointing into the local Maven repository and proper inter-project dependency mechanisms. m2 jdeveloper:jdeveloper The idea and eclipse plugins are also available for Maven2. m2 idea:idea m2 eclipse:eclipse http://maven.apache.org/maven2/plugins/maven-eclipse-plugin/ http://maven.apache.org/maven2/plugins/maven-idea-plugin/ Perhaps this will be a useful approach for MyFaces developers in the future. Kind Regards, John Fallows.

