[jbosstools-dev] ACTION REQUIRED :: Please test using Tycho 0.18.0 to build JBoss Tools 4.1 / Developer Studio 7.0
Max Rydahl Andersen
manderse at redhat.com
Mon May 27 07:16:19 EDT 2013
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</url>
</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 at eclipse.org and tycho-dev at 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#L16
>
>[3]
><pluginRepositories>
> <pluginRepository>
> <id>tycho-staged</id>
>
><url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-053/</url>
> </pluginRepository>
></pluginRepositories>
>
>--
>Nick Boldt :: JBoss by Red Hat
>Productization Lead :: JBoss Tools & Dev Studio
>http://nick.divbyzero.com
>_______________________________________________
>jbosstools-dev mailing list
>jbosstools-dev at lists.jboss.org
>https://lists.jboss.org/mailman/listinfo/jbosstools-dev
More information about the jbosstools-dev
mailing list