Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] new snapshot repository url

We are moving tycho and tycho-extras snapshot builds to
oss.sonatype.org. If you are using a -SNAPSHOT version, please update
your pom.xml files to the <pluginRepository> snippet below


<pluginRepositories>
  <pluginRepository>
    <id>tycho-snapshots</id>
    <url>https://oss.sonatype.org/content/groups/public/</url>
  </pluginRepository>
</pluginRepositories>

--
Regards,
Igor


Back to the top