Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Nick Stolwijk
http://nexus:8081/nexus/content/groups/public-snapshots/com.my.common/poms/my-artifact-0.11-20090211.000348-293.pom Seeing you have a special directory for poms it looks like you have a legacy repository defined. Maybe that goes wrong? Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus

Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Kent Närling
I thought legacy layout was standard for snapshot repositories? Is it even possible to use non-legacy layout for snapshots? And it does try to use the correct path, it is just the timestamp/buildnumber that mismatch...? 2009/2/16 Nick Stolwijk nick.stolw...@gmail.com

Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Nick Stolwijk
Legacy layout is the maven 1 layout. If you only use maven 2, don't use the legacy layout. I guess something goes wrong with your metadata. If you use a maven 2 layout like maven[1] there will be a metadata file, to construct the final url. What does your metadata file say about your snapshots?

Re: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Kent Närling
Ok, funny enough, I have set the format in nexus to maven2, but it still insists on storing it in legacy format... strange... Could this be a bug in nexus? we are using an older beta version ... The meta data file very correctly says the incorrect build number and timestamp: versioning -

RE: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Brian E. Fox
...@seamless.se] Sent: Monday, February 16, 2009 12:46 PM To: Maven Users List Subject: Re: Anyone? Snapshots repositories, how should they work? Ok, funny enough, I have set the format in nexus to maven2, but it still insists on storing it in legacy format... strange... Could this be a bug in nexus? we