Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse Tycho(Tycho - Change Eclipse Repository - 4.12 to 4.15 Not working)
Eclipse Tycho [message #1833271] Thu, 08 October 2020 05:38 Go to next message
Eclipse UserFriend
Hi

I am using Eclipse 4.12 repository currently, I want to upgrade my application to 4.15.

4.12
<repository>
<id>eclipse-release</id>
<url>https://download.eclipse.org/releases/2019-06</url>
<layout>p2</layout>
</repository>

For 4.15 I changed as below. But still maven takes the old repository for 4.12
<repository>
<id>eclipse-release</id>
<url>https://download.eclipse.org/releases/2020-03</url>
<layout>p2</layout>
</repository>

I tried deleting .p2 and .eclipse folders from the user.home. Still the maven points to 4.12

Thanks in advance
Re: Eclipse Tycho [message #1833289 is a reply to message #1833271] Thu, 08 October 2020 09:07 Go to previous messageGo to next message
Eclipse UserFriend
What's indicating that it's still using 4.12?
Re: Eclipse Tycho [message #1833296 is a reply to message #1833289] Thu, 08 October 2020 10:11 Go to previous message
Eclipse UserFriend
While doing the Maven verify after changing the repository to point 4.15 it is still using the old p2 repository.

Snippet of maven run
Fetching p2.index from https://download.eclipse.org/releases/2016-06/
[INFO] Adding repository https://download.eclipse.org/releases/2016-06


But in the pom I have changed the URL to https://download.eclipse.org/releases/2020-03
Previous Topic:Package and Project Explorer opens annoying file selection dialog
Next Topic:Status Bar Update Needed
Goto Forum:
  


Current Time: Tue Jul 08 11:12:49 EDT 2025

Powered by FUDForum. Page generated in 0.09923 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top