Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] tycho 0.14 SNAPSHOT builds

In case I have not mentioned this already, Tycho -SNAPSHOT builds are
now hosted on oss.sonatype.org. This is the new <pluginRepository>
snippet to use. I'll remove snapshots from the old repository sometime
next week.

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


--
Regards,
Igor

On 11-12-06 6:35 PM, Igor Fedorenko wrote:
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
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top