Skip to content

Blocked mirror for repositories http://maven.geotoolkit.org #20

Description

@ghobona

I get the following error when I try to build a project that references geotoolkit, using Maven 3.8.1.

Blocked mirror for repositories: [geotoolkit (http://maven.geotoolkit.org/, default, releases+snapshots)]

Since Maven 3.8.1 http repositories are blocked.

Possible solutions:
- Check that Maven pom files not contain http repository http://maven.geotoolkit.org/
- Add a mirror(s) for http://maven.geotoolkit.org/ that allows http url in the Maven settings.xml
- Downgrade Maven to version before 3.8.1 in settings

My pom.xml file contains this:

<repositories>
  <repository>
    <id>geotoolkit</id>
    <name>Geotk Modules</name>
    <url>http://maven.geotoolkit.org/</url>
    <layout>default</layout>
  </repository>
</repositories>

I tried replacing the url with:

None of the URLs listed above worked either.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions