Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho 0.14 SNAPSHOT builds

As the list of issues addressed and new features implemented in Tycho
0.14 is growing longer [1], I believe it is very important to get
feedback (positive and otherwise) from Tycho user and development community.

While we are still working on setting up permanent home for Tycho
artifacts [2], I've re-enabled deployment of Tycho snapshot builds to
our old location at repository.sonatype.org.

To try the most recent snapshot build, simply add the following snippet
to your (parent) pom.xml and set tycho version to 0.14.0-SNAPSHOT.

<pluginRepositories>
  <pluginRepository>
    <id>tycho-snapshots</id>

<url>https://repository.sonatype.org/content/repositories/snapshots/</url>
  </pluginRepository>
</pluginRepositories>


And don't forget to let us know how the new version works for your projects!

[1] https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;classification=Technology;product=Tycho;target_milestone=0.14.0
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=360628


--
Regards,
Igor


Back to the top