On 8/1/07, Lautaro Brasseur <[EMAIL PROTECTED]> wrote: > Hi, I'm using eclipse:eclipse target in order to build Eclipse files form a > multilevel Maven 2 project. > > > > The problem is that I have some artifacts that have the same ID (but > different group). Eclipse plugin creates them with the same name. > [[ snip ]]
> I guess that currently there is no way to change the generated eclipse > project name to one different from project ID. Is there any solution? > I don't know if it is possible to work around that, but I don't think so. I avoid using the same artifact name in one multi-module project not only for this reason. The generated jars have the same name (unless one changes it in the configuration) which makes it difficult to use them in one project. - Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]