Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-20 Thread Ronn . Chinowutthichai
/2007 10:36 PM Please respond to "Maven Developers List" To Maven Developers List cc Subject Re: Specifying IntelliJ module name with maven-idea-plugin [EMAIL PROTECTED] wrote: > Appology to previous email! Notes was playing up on me while editing it > half way! > > &

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-19 Thread Dennis Lundberg
Id with project name. Regards, rOnn c. "Arik Kfir" <[EMAIL PROTECTED]> 05/15/2007 05:49 PM Please respond to "Maven Developers List" To "Maven Developers List" cc Subject Re: Specifying IntelliJ module name with maven-idea-plugin I alw

RE: Specifying IntelliJ module name with maven-idea-plugin

2007-05-16 Thread Brian E. Fox
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-p

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-16 Thread Ronn . Chinowutthichai
pp or mycompany.thisproject.customer:thisproject-customer-webapp ? Regards, rOnn c. Dennis Lundberg <[EMAIL PROTECTED]> 05/17/2007 08:31 AM Please respond to "Maven Developers List" To Maven Developers List cc Subject Re: Specifying IntelliJ module name with maven-idea-plugin

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-16 Thread Ronn . Chinowutthichai
t;[EMAIL PROTECTED]> 05/17/2007 08:31 AM Please respond to "Maven Developers List" To Maven Developers List cc Subject Re: Specifying IntelliJ module name with maven-idea-plugin [EMAIL PROTECTED] wrote: > Hi Arik, > > Yes, I have been using the prefix for alittle

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-16 Thread Dennis Lundberg
r" <[EMAIL PROTECTED]> 05/15/2007 05:49 PM Please respond to "Maven Developers List" To "Maven Developers List" cc Subject Re: Specifying IntelliJ module name with maven-idea-plugin I always prefix my artifactId(s) with a common prefix - for that

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-15 Thread Ronn . Chinowutthichai
t; <[EMAIL PROTECTED]> 05/15/2007 05:49 PM Please respond to "Maven Developers List" To "Maven Developers List" cc Subject Re: Specifying IntelliJ module name with maven-idea-plugin I always prefix my artifactId(s) with a common prefix - for that reason; e.g.

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-15 Thread Arik Kfir
I always prefix my artifactId(s) with a common prefix - for that reason; e.g. "myproject-core", "myproject-commons", "myproject-webapp", "myproject-webapp-jsf", "myproject-webapp-struts", and so on. It lengthens the names, but makes everything clear (and I don't need to use the 'finalName' propert

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-15 Thread Trygve Laugstøl
[EMAIL PROTECTED] wrote: 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 projec