A similar feature was added to eclipse to allow multiple branches to be in the IDE at the same time.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 10:08 PM To: dev@maven.apache.org Subject: Specifying IntelliJ module name with maven-idea-plugin Hi there, I've notice that when using maven-idea-plugin, the module name that is generated is based solely on artifact id. Is there a particular reason for this? Why wouldn't it use project name instead? The reason I'm asking this is that we have three maven projects with following structure, project/ +- common/webapp/ +- customer/webapp/ Where artifact names are simply the name of the directory (e.g., webapp), and I use final-name as ${groupId}.${artifactId}-${version} to control the uniqueness of the actual artifacts file name that get generated. Unfortunatly, with current maven-idea-plugin this results in a module naming conflicting within IntelliJ. I think at the very least there should be a way to specify generated IntelliJ module's name, using pom's project name seems like a good idea to me. Does anyone have any thought on this? Regards, rOnn c. ###################################################################### DISCLAIMER: This email and any attachment may contain confidential information. If you are not the intended recipient you are not authorized to copy or disclose all or any part of it without the prior written consent of Toyota. Opinions expressed in this email and any attachments are those of the sender and not necessarily the opinions of Toyota. Please scan this email and any attachment(s) for viruses. Toyota does not accept any responsibility for problems caused by viruses, whether it is Toyota's fault or not. ###################################################################### --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]