Hi, yes, the property should be added to the profile you are activating when building Core. In the example on the wiki it should be within the 'standard-extra-repos' profile.
My properties look like this: <properties> <maven.repository.root>/opt/java/repository.jboss.org</maven.repository.root> <jdk16_home>/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home</jdk16_home> </properties> It might be worth mentioning that you - at least for now - get away with just a jdk 5, by specifying the disableJDK6Modules properties: mvn clean install -DdisableJDK6Modules=true This will skip the building of the cache-infinispan and jdbc4-testing. --Hardy On Mon, 19 Oct 2009 09:20:30 +0200, Emmanuel Bernard <emman...@hibernate.org> wrote: > Does that mean adding <properties> in a settings.xml profile? > <properties> > <jdk16_home>/System/Library/Frameworks/ > JavaVM.framework/Versions/1.6.0/Home/</jdk16_home> > </properties> > ? > > I will update https://www.hibernate.org/422.html once I know. > > On 16 oct. 09, at 17:12, Steve Ebersole wrote: > >> Just to let y'all know that as of now to build trunk you will need to >> set a property named jdk16_home. The best option is to put this in >> your >> ~/.m2/settings.xml file. >> >> For details, see >> http://opensource.atlassian.com/projects/hibernate/browse/HHH-4499 >> >> Thanks :) >> >> -- >> Steve Ebersole <st...@hibernate.org> >> Hibernate.org >> >> _______________________________________________ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > > _______________________________________________ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev