Difference between revisions of "Tycho/Release Notes/0.23"
< Tycho | Release Notes
m |
m |
||
Line 17: | Line 17: | ||
</pluginRepositories> | </pluginRepositories> | ||
</pre> | </pre> | ||
+ | |||
+ | === SNAPSHOT site docs === | ||
+ | |||
+ | Refer to the [https://hudson.eclipse.org/tycho/job/tycho-sitedocs/ws/target/staging/index.html latest SNAPSHOT site docs for Tycho] and [https://hudson.eclipse.org/tycho/job/tycho-extras-sitedocs/ws/target/staging/index.html Tycho Extras]. | ||
== New and Noteworthy == | == New and Noteworthy == |
Revision as of 06:34, 1 December 2014
SNAPSHOT builds
To try out the most recent snapshot build of 0.23.0, simply add the following snippet to your (parent) pom.xml or settings.xml, and set the property for the Tycho version (e.g. tycho-version) to 0.23.0-SNAPSHOT.
<pluginRepositories> <pluginRepository> <id>tycho-snapshots</id> <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url> </pluginRepository> </pluginRepositories>
SNAPSHOT site docs
Refer to the latest SNAPSHOT site docs for Tycho and Tycho Extras.