On Thu, Jun 05, 2008 at 11:37:30AM -0700, [EMAIL PROTECTED] wrote: > I see that you've implemented code to handle maven2 snapshots where > maven stores the snapshot with timestamps instead of the "SNAPSHOT" > moniker. This is all described in JIRA: > > http://issues.apache.org/jira/browse/IVY-501 > > You fixed the Ibiblio resolver to handle this case, but that resolver > isn't exactly friendly to being extended, and within corporate > repositories like the one I'm working with now, we have to use the URL > resolver to access the Maven repos. Is there a way to get the URL > resolver to handle the Maven-snapshot-timestamp issue?
Did you try using the ibiblio resolver but set the 'root' to your internal repo? From the content you posted it looks compatible with the public repo. Cheers. -- Jing Xue
