[
https://issues.apache.org/jira/browse/TIKA-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036814#comment-18036814
]
Tim Allison commented on TIKA-4540:
-----------------------------------
Even if I try to block that repo via in my local {{settings.xml}} file, I have
no luck.
{noformat}
<mirrors>
<mirror>
<id>central-only</id>
<name>Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors> {noformat}
I also tried this in Tika's parent pom:
{noformat}
<repositories>
<repository>
<id>eclipse-releases</id>
<url>https://download.eclipse.org/releases/2022-09</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
{noformat}
> Upgrade to maven 4 when possible
> --------------------------------
>
> Key: TIKA-4540
> URL: https://issues.apache.org/jira/browse/TIKA-4540
> Project: Tika
> Issue Type: Improvement
> Reporter: Tim Allison
> Priority: Major
>
> 4.0.0-rc5 is available now. I ran mvnup locally and then ran `mvn clean
> install`...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)