Skip to content

Commit 347e0f9

Browse files
committed
Get rid of Eclipse maven proxy
Should reduce many logs like: ``` [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)] ``` from the build logs
1 parent 7ee565a commit 347e0f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
<id>repo.eclipse.org</id>
5757
<url>https://repo.eclipse.org/content/groups/releases/</url>
5858
</pluginRepository>
59-
<pluginRepository>
60-
<id>Maven Central Proxy</id>
61-
<url>https://repo.eclipse.org/content/repositories/maven_central/</url>
62-
</pluginRepository>
6359
<pluginRepository>
6460
<id>tycho-snapshots</id>
6561
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>

0 commit comments

Comments
 (0)