Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho 0.12.0 released

Should be there... Did you re-run the build with -U (force dependency
update) cli parameter? Maven caches not-found artifacts for 24 hours by
default.

--
Regards,
Igor

On 11-05-05 04:25 AM, Mickael Istria wrote:
I tried again to find Tycho 0.12 today, in vain.
Is it really available somewhere ;)

Regards,


Le 04/05/2011 10:33, Mickael Istria a écrit :
Hi,

I cannot access the
https://repository.sonatype.org/content/repositories/tycho-014/
repository, and the org.eclipse.tycho group is not yet available on
central. Did I do something wrong or is there another place where to
find Tycho 0.12 ?

Regards,

Le 03/05/2011 04:07, Igor Fedorenko a écrit :
... and should be available from central in next 24 hours.

--
Regards,
Igor

On 11-04-22 04:46 PM, Igor Fedorenko wrote:
Tycho 0.12.0 will be the first release that uses org.eclipse.tycho
namespace for artifact and package names but should be functionally
identical to just released tycho 0.11.1 otherwise.

To use this new version you need to

1. Add the following pluginRepository to parent pom.xml or setting.xml

https://repository.sonatype.org/content/repositories/tycho-014/

2. Change version of all tycho plugins used by your project to 0.12.0

3. Change groupId of all tycho plugins used by your project from
``org.sonatype.tycho'' to ``org.eclipse.tycho'' (without quotes)

4. If any of the following tycho plugins used by your project, change
their artifactId

maven-osgi-compiler-plugin => tycho-compiler-plugin
maven-osgi-packaging-plugin => tycho-packaging-plugin
maven-osgi-source-plugin => tycho-source-plugin
maven-osgi-test-plugin => tycho-surefire-plugin
maven-tycho-plugin => tycho-pomgenerator-plugin


--
Tycho Team
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


--

Mickael Istria
R&D Engineer
BonitaSoft - Open your processes <http://www.bonitasoft.com> 	
email : mickael.istria@xxxxxxxxxxxxxx


Best Eclipse Modeling Tool 2011
<http://www.eclipse.org/org/press-release/20110321_awardwinners.php>

This message and any attachment (the "message") is intended solely for
the addressees and is confidential. If you receive this message by
mistake, please delete it and notify the sender immediately. Any use
not in accordance with its purpose, any out-spread or disclosure,
either as a whole or partially, is prohibited except with formal
approval. Internet cannot guarantee the integrity of this message,
therefore BonitaSoft will not be liable for the message if modified.



--

Mickael Istria
R&D Engineer
BonitaSoft - Open your processes <http://www.bonitasoft.com> 	
email : mickael.istria@xxxxxxxxxxxxxx


Best Eclipse Modeling Tool 2011
<http://www.eclipse.org/org/press-release/20110321_awardwinners.php>

This message and any attachment (the "message") is intended solely for
the addressees and is confidential. If you receive this message by
mistake, please delete it and notify the sender immediately. Any use not
in accordance with its purpose, any out-spread or disclosure, either as
a whole or partially, is prohibited except with formal approval.
Internet cannot guarantee the integrity of this message, therefore
BonitaSoft will not be liable for the message if modified.



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top