> It's because Github returns a 404 on your repo: > https://raw.github.com/davidhoyt/mvn-repo/master/maven2/snapshots/ and > this makes Nexus think the repo isn't available. Disable the Auto > blocking and it should work.
I'm not sure why, but moving it over to github pages and providing an index.html (which will be used as the default page for directories) with a listing of directories/files (recursively) solved the problem. Github pages don't have directory browsing enabled, and so I had to generate the index.html files by hand. Does maven or nexus rely on that for some reason? Is there an option to have it discover directories/files another way? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
