Chris Bredesen wrote:
All,
I just brought down a fresh copy of Branch_3_3, compiled and then ran
mvn eclipse:eclipse. The Eclipse projects were created mostly fine and
they all imported into Ganymede.
However, there's an issue with each module's dependency on
hibernate-core and hibernate-testing. The maven-eclipse-plugin creates
these as project dependencies instead of jar dependencies (probably
because they are all in the same group ID?),
No, it's because they are an exact version match and are all being
covered by a single invocation of "mvn eclipse:eclipse".
and it creates them with
the assumption that the project names are the same as the artifact ID.
This is in fact not the case.
It should be the case, and is for me. What is it for you, and have you
any idea why it's different?
Max.