drtshock/PlayerVaults

Please use HTTPS links in the repositories section of the pom

Closed this issue · 1 comments

Idea

Please use https links for the maven repos for sonatype and vault of the pom. Newer versions of Maven (3.8.1+) block non-https mirror repos by default. This makes it slightly annoying to build since these must be updated before building.

I canopen a PR myself if that would make your life easier, but I did not want to do anything that looks like contrib hunting since this is such a minor change.

Details

See https://maven.apache.org/docs/3.8.1/release-notes.html#cve-2021-26291 for more details

Specifically, the following lines should be updated:

<url>http://nexus.hc.to/content/repositories/pub_releases/</url>

<url>http://oss.sonatype.org/content/repositories/snapshots</url>

mbax commented

Oops! Didn't even notice! Thanks. 5e40619