Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.16.0

2012/10/16 Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
2012/10/15 Sievers, Jan <jan.sievers@xxxxxxx>

the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].

Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.

We plan to promote this milestone on Friday unless major regressions are found.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
  <pluginRepositories>
    <pluginRepository>
      <id>tycho-0.16.0-staged</id>
      <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
    </pluginRepository>
  </pluginRepositories>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

this works nicely for JGit and EGit builds

I successfully tried to generate Eclipse-SourceReference manifest headers.
Thanks for adding this valuable feature

Though I am wondering why you introduced a new property ${tycho.scmUrl} 
instead of using the already existing Maven SCM configuration [1]

  <scm>
    <connection>scm:git:https://git.eclipse.org/r/p/jgit/jgit.git</connection>
<developerConnection>scm:git:https://git.eclipse.org/r/p/jgit/jgit.git</developerConnection> <url>https://git.eclipse.org/c/jgit/jgit.git</url>
  </scm>

[1] http://maven.apache.org/scm/plugins/usage.html

--
Matthias

Back to the top