Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Chris Bredesen
Chris Bredesen wrote: Max Rydahl Andersen wrote: 1) Are you using the *final* Ganymede ? the RC1 of Ganymede had a broken understanding of project names vs. directory names. Yep. No mention of RC1 anywhere. Version: 3.4.0 Build id: I20080617-2000 2) That m2eclipse actually resolves depende

Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Chris Bredesen
Max Bowsher wrote: There does exist a corner case however - once you import a project into Eclipse, Eclipse no longer cares about the name value in the on-disk .project file. I suppose you had the relevant directories added to Eclipse using manually created rather than plugin-generated projects.

Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Chris Bredesen
Max Rydahl Andersen wrote: 1) Are you using the *final* Ganymede ? the RC1 of Ganymede had a broken understanding of project names vs. directory names. Yep. No mention of RC1 anywhere. Version: 3.4.0 Build id: I20080617-2000 2) That m2eclipse actually resolves dependencies to project depend

Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Max Rydahl Andersen
1) Are you using the *final* Ganymede ? the RC1 of Ganymede had a broken understanding of project names vs. directory names. 2) That m2eclipse actually resolves dependencies to project dependencies insteead of jar dependencies is a *Good thing* (e.g. change something in hibernate core and y

Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Max Bowsher
Chris Bredesen wrote: > Max Bowsher wrote: >> Chris Bredesen wrote: >>> 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

Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Chris Bredesen
Max Bowsher wrote: Hi Max. Chris Bredesen wrote: 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? The project dep

Re: [hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-19 Thread Max Bowsher
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 h

[hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-18 Thread Chris Bredesen
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-ecli