Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Eclipse bundles no more found

Hi,

my build used Tycho in version 0.14.0-SNAPSHOT (build server war and eclipse rcp client). Now the eclipse bundles are no more found. Few days ago all worked. Eclipse bundles are defined as repository in pom:

<repository>
	<releases>
		<enabled>true</enabled>
		<updatePolicy>interval:60</updatePolicy>
	</releases>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
		<id>eclipse-indigo</id>
		<layout>p2</layout>
		<name>Eclipse repository</name>
		<url>http://download.eclipse.org/releases/indigo</url>
</repository>

Build was running with 0.12.0 but not with 0.13.0. Now no more with 0.14.0-SNAPSHOT.
Any ideas?

Regards
Oliver


Back to the top