Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:38 Go to next message
Neju Nelson is currently offline Neju NelsonFriend
Messages: 12
Registered: June 2019
Junior Member
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 13:07 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

What's indicating that it's still using 4.12?

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Eclipse Tycho [message #1833296 is a reply to message #1833289] Thu, 08 October 2020 14:11 Go to previous message
Neju Nelson is currently offline Neju NelsonFriend
Messages: 12
Registered: June 2019
Junior Member
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: Thu Apr 18 12:26:51 GMT 2024

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

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

Back to the top