Maven repository authorization failed, Error: 403 Forbidden
bivashy opened this issue ยท 1 comments
There is some error with plasmo voice repository.
It logs: Could not transfer artifact su.plo.voice:spigot:pom:1.0.11 from/to plasmo-repo (https://repo.plo.su): authorization failed for https://repo.plo.su/su/plo/voice/spigot/1.0.11/spigot-1.0.11.pom, status: 403 Forbidden
- I tried to remove .m2 folder.
- I have internet connection, and i live in Kazakhstan (Maybe this will help with this issue)
- My pom.xml valid.
- I have access from my browser
pom.xml:
<repositories>
<repository>
<id>plasmo-repo</id>
<url>https://repo.plo.su</url>
</repository>
</repositories>
<dependencies>
<!-- Plasmo Voice -->
<dependency>
<groupId>su.plo.voice</groupId>
<artifactId>spigot</artifactId>
<version>1.0.11</version>
<scope>provided</scope>
</dependency>
</dependencies>
Maybe i should add additional to the pom.xml? Or this is repository issue?