Plasmo Voice

Plasmo Voice

2M Downloads

Maven repository authorization failed, Error: 403 Forbidden

bivashy opened this issue ยท 1 comments

commented

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

  1. I tried to remove .m2 folder.
  2. I have internet connection, and i live in Kazakhstan (Maybe this will help with this issue)
  3. My pom.xml valid.
  4. 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?

commented

Oops, duplicated