I can clearly see it being updated here: https://oss.sonatype.org/content/repositories/snapshots/ but why is it there and not on SpigotMC Hub? The Sonatype repository has routing disabled which makes things difficult to manage.
Code (Text): <repositories> <repository> <id>bukkit-repo</id> <url>http://repo.bukkit.org/content/repositories/snapshots/</url> </repository> <repository> <id>spigot-repo</id> <url>http://repo.md-5.net/content/groups/public/#</url> </repository> </repositories>
Sorry, this: Code (Text): <dependency> <groupId>net.md-5</groupId> <artifactId>bungeecord-api</artifactId> <version>1.5-SNAPSHOT</version> </dependency>
https://books.sonatype.com/nexus-book/reference/confignx-sect-managing-routes.html So yes, there is a reason to. Their own documentation gives a very good reason to use routing, and the only place you deploy to has it disabled.
Yes, but what is the actual non workable consequence of having it disabled. I use the repo in my plugins just fine.