Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] [announce] Tycho SNAPSHOTs repository URL changed

Recently we have been experiencing problems with the deployment of Tycho SNAPSHOTs to 

https://oss.sonatype.org/content/groups/public/

Despite various efforts, we were not able to resolve the problem up to now (tracked in [1])

We decided to switch to

https://repo.eclipse.org/content/repositories/tycho-snapshots/

instead.

>From now on, if you want to use Tycho 0.21.0-SNAPSHOT, make sure to add

<pluginRepositories>
  <pluginRepository>
    <id>tycho-snapshots</id>
    <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
  </pluginRepository>
</pluginRepositories>

to your pom.xml (or settings.xml).

Regards,
Tycho Team

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=435050



Back to the top