Maven Petals Plugin

Move PetalsLink Maven repositories to HTTPS

Details

  • Type: Task Task
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 3.3.0
  • Fix Version/s: 3.5.0
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    Move PetalsLink Maven repositories to HTTPS to avoid the warnning:

    [WARNING] Could not transfer metadata <groupId>:<artifactId>:<version>/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [petalslink-other.release (http://maven.petalslink.com/others, default, releases), petalslink-public.release (http://maven.petalslink.com/public, default, releases), petalslink-public.snapshot (http://maven.petalslink.com/public-snapshot, default, snapshots)]
    org.eclipse.aether.transfer.MetadataTransferException: Could not transfer metadata <groupId>:<artifactId>:<version>/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [petalslink-other.release (http://maven.petalslink.com/others, default, releases), petalslink-public.release (http://maven.petalslink.com/public, default, releases), petalslink-public.snapshot (http://maven.petalslink.com/public-snapshot, default, snapshots)]
        at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:554)
        at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:66)
        at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
        at java.lang.Thread.run (Thread.java:833)
    Caused by: org.eclipse.aether.transfer.NoRepositoryConnectorException: Blocked mirror for repositories: [petalslink-other.release (http://maven.petalslink.com/others, default, releases), petalslink-public.release (http://maven.petalslink.com/public, default, releases), petalslink-public.snapshot (http://maven.petalslink.com/public-snapshot, default, snapshots)]
        at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector (DefaultRepositoryConnectorProvider.java:107)
        at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:537)
        at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:66)
        at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
        at java.lang.Thread.run (Thread.java:833)
    Show
    Move PetalsLink Maven repositories to HTTPS to avoid the warnning:
    [WARNING] Could not transfer metadata <groupId>:<artifactId>:<version>/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [petalslink-other.release (http://maven.petalslink.com/others, default, releases), petalslink-public.release (http://maven.petalslink.com/public, default, releases), petalslink-public.snapshot (http://maven.petalslink.com/public-snapshot, default, snapshots)]
    org.eclipse.aether.transfer.MetadataTransferException: Could not transfer metadata <groupId>:<artifactId>:<version>/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [petalslink-other.release (http://maven.petalslink.com/others, default, releases), petalslink-public.release (http://maven.petalslink.com/public, default, releases), petalslink-public.snapshot (http://maven.petalslink.com/public-snapshot, default, snapshots)]
        at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:554)
        at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:66)
        at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
        at java.lang.Thread.run (Thread.java:833)
    Caused by: org.eclipse.aether.transfer.NoRepositoryConnectorException: Blocked mirror for repositories: [petalslink-other.release (http://maven.petalslink.com/others, default, releases), petalslink-public.release (http://maven.petalslink.com/public, default, releases), petalslink-public.snapshot (http://maven.petalslink.com/public-snapshot, default, snapshots)]
        at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector (DefaultRepositoryConnectorProvider.java:107)
        at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run (DefaultMetadataResolver.java:537)
        at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:66)
        at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
        at java.lang.Thread.run (Thread.java:833)
  • Environment:
    -

Issue Links

Activity

Christophe DENEUX made changes - Thu, 27 Apr 2023 - 11:52:11 +0200
Field Original Value New Value
Status New [ 10000 ] Open [ 10002 ]
Priority Minor [ 4 ]
Christophe DENEUX made changes - Thu, 27 Apr 2023 - 11:52:25 +0200
Link This issue blocks PETALSDISTRIB-504 [ PETALSDISTRIB-504 ]
Christophe DENEUX made changes - Thu, 27 Apr 2023 - 11:52:43 +0200
Link This issue blocks MAVPETALSPLUG-45 [ MAVPETALSPLUG-45 ]
Christophe DENEUX made changes - Thu, 27 Apr 2023 - 11:52:56 +0200
Fix Version/s 3.4.0 [ 11107 ]
Hide
Christophe DENEUX added a comment - Tue, 6 Jun 2023 - 18:58:29 +0200 - edited

A workaround is to define mirror as following for each blocked repository:

<mirror>
   <id>petalslink-other.release.mirror</id>
   <mirrorOf>petalslink-other.release</mirrorOf>
   <name>PetalsLink -Other -Releases -Repository -Mirror</name>
   <url>http://maven.petalslink.com/others</url>
   <blocked>false</blocked>
</mirror>
Show
Christophe DENEUX added a comment - Tue, 6 Jun 2023 - 18:58:29 +0200 - edited A workaround is to define mirror as following for each blocked repository:
<mirror>
   <id>petalslink-other.release.mirror</id>
   <mirrorOf>petalslink-other.release</mirrorOf>
   <name>PetalsLink -Other -Releases -Repository -Mirror</name>
   <url>http://maven.petalslink.com/others</url>
   <blocked>false</blocked>
</mirror>
Christophe DENEUX made changes - Mon, 23 Feb 2026 - 15:13:08 +0100
Fix Version/s 3.5.0 [ 11245 ]
Fix Version/s 3.4.0 [ 11107 ]
Transition Status Change Time Execution Times Last Executer Last Execution Date
New New Open Open
12s
1
Christophe DENEUX
Thu, 27 Apr 2023 - 11:52:11 +0200

People

Dates

  • Created:
    Thu, 27 Apr 2023 - 11:51:59 +0200
    Updated:
    Mon, 23 Feb 2026 - 15:13:08 +0100