The Maven team is pleased to announce the release of the Maven IDEA Plugin, version 2.2
This plugin create/updates an IDEA workspace for the current project (individual modules are created as IDEA modules). http://maven.apache.org/plugins/maven-idea-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-idea-plugin</artifactId> <version>2.2</version> </plugin> Release Notes - Maven 2.x IDEA Plugin - Version 2.2 ** Bug * [MIDEA-89] - iml file generation done in the platform encoding, not UTF-8 * [MIDEA-91] - Incorrect web module definition if repository drive letter is lowercase * [MIDEA-98] - Module filepath is generated incorrectly * [MIDEA-100] - Module file (.iml) is generated in a way that sources and javadocs are not recognized by Intellij Idea * [MIDEA-102] - Module filepath is generated incorrectly for sibling parent * [MIDEA-103] - Incorrect module paths are generated when parent project name is prefix in child project names * [MIDEA-108] - mvn idea:idea should call phases process-sources and generate-resources ** New Feature * [MIDEA-99] - Allow the library to define a link to external javadoc. Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]