Yes, it got re-staged to fix a bug so it's at -240 now.
Early tests here indicate that the following builds work fine w/ 0.18.0:
jbosstools-build (parent pom)
jbosstools-base
jbosstools-hibernate
jbosstools-arquillian
jbosstools-build-sites/aggregate/site
jbosstools-target-platforms
So, I'm fairly confident we should be fine moving up to 0.18.0 when it
releases.
Has anyone found new test failures or compilation issues yet?
N
On 05/27/2013 07:16 AM, Max Rydahl Andersen wrote:
Nick,
The staging repository does not seem to be available.
https://oss.sonatype.org/content/repositories/orgeclipsetycho-240 seem
to be the new place.
btw. a simpler approach (at least from my POV) is to do the following:
Add this to your ~/.m2/settings.xml in the <profiles>:
<profile>
<id>tycho-staging</id>
<pluginRepositories>
<pluginRepository>
<id>tycho-staged</id>
<name>Staging repository for Tycho builds</name>
<
url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-240&...
</pluginRepository>
</pluginRepositories>
</profile>
Don't put it in activeProfiles.
And now you can without changing any of your pom's just run:
$ mvn -DtychoVersion=0.18.0 -P tycho-staging clean install
And next time you want to test a new staging version of tycho you just
go to your ~/.m2/settings.xml and update the url.
/max
On Fri, May 24, 2013 at 10:29:30AM -0400, Nick Boldt wrote:
> As seen on tycho-user(a)eclipse.org and tycho-dev(a)eclipse.org:
>
> > Tycho milestone release 0.18.0 has been staged.
> > This is mostly a bugfix release with fixes required by projects on
> the Kepler release train.
> >
> > For details of new features and bugfixes, see release notes [1].
> > Please help by testing the staged milestone build. To use it, change
> your tycho version to 0.18.0 [2] and add snippet [3] to your pom.
> >
> > We plan to promote this release on Wed May 29th.
> >
> > Regards,
> > Tycho team
>
> If no problems are found building w/ Tycho 0.18.0, we will change the
> parent pom in the master branch to use this new version once it's
> available in a week or two. Stay tuned for further announcements.
>
> [1]
http://wiki.eclipse.org/Tycho/Release_Notes/0.18
>
> [2]
>
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
>
>
> [3]
> <pluginRepositories>
> <pluginRepository>
> <id>tycho-staged</id>
>
>
<
url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-053/...
>
> </pluginRepository>
> </pluginRepositories>
>
> --
> Nick Boldt :: JBoss by Red Hat
> Productization Lead :: JBoss Tools & Dev Studio
>
http://nick.divbyzero.com
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/jbosstools-dev
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio