Re: Dependency from repository?

2008-08-27 Thread Martijn Dashorst
Talk to the hibernate guys—projects are responsible themselves for ensuring uploads to the central repo. This is not an issue for the maven team. Martijn On Wed, Aug 27, 2008 at 10:14 AM, Alexander Vaysberg [EMAIL PROTECTED] wrote: Hi, i have a problem with maven dependency for hiberante.

RE: Dependency from repository?

2008-08-27 Thread Adrian Shum
as far as I remember, Hibernate deploys its artifacts to its own repository. So you have to add that repository to your settings.xml etc in order to be able to access latest Hibernate jars. I bet someone will upload to central repo later... but you have to wait. :P adrian -Original

Re: Dependency from repository?

2008-08-27 Thread Marcelo Morales
BTW, the last version of hibernate is at jboss repo: http://repository.jboss.com/maven2/ On Wed, Aug 27, 2008 at 4:29 AM, Adrian Shum [EMAIL PROTECTED] wrote: as far as I remember, Hibernate deploys its artifacts to its own repository. So you have to add that repository to your settings.xml