[hibernate-dev] Sync maven jboss repo with central repo?
Hardy Ferentschik
hibernate at ferentschik.de
Fri May 16 10:32:28 EDT 2008
Hi,
On Fri, 16 May 2008 15:25:25 +0200, Tomislav Stojcevich
<stojcevicht at gmail.com> wrote:
> Bad example since version is slightly different but shouldn't be(ga
> compared to GA) but still shows pom differences.
> http://repository.jboss.org/maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom
> http://repo1.maven.org/maven2/org/hibernate/hibernate-validator/3.0.0.ga/hibernate-validator-3.0.0.ga.pom
It gets even worse - not only does the content of the POM differ, but
depending on your OS you might not even now.
Since windows is case insensitive there is not difference between 'ga' and
'GA'. On Unix of course this are different versions. I got caught in this
trap in a project where some people developed on windows and some on Linux
and the POM got changed. It was a real pain to figure out why things were
working for one part of the team and not for the others :( I wish there
would be an easy way to sort this POM hell out.
--Hardy
More information about the hibernate-dev
mailing list