Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] maven prepare on Tycho

Thanks Timo, 
As I understant, I've to manage myself the version/qualifier.
I thought there was something else to perform this operation.

Anyway, thanks for your Help


-----Message d'origine-----
De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] De la part de Timo Lange
Envoyé : mercredi 5 novembre 2014 14:22
À : Tycho user list
Objet : Re: [tycho-user] maven prepare on Tycho

Hi Vincent,

as you know, the pom and manifest.mf versions need to be equal.
There is a tycho-versions-plugin that can update all pom's, manifests and feature.xml's.

The invoke should be something like this:
mvn -Dtycho.mode=maven
org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.0.6

Maybe there is a better way of doing this..

best regards,
Timo

Am 05.11.2014 10:55, schrieb Vincent GUIGNOT:
> Hello,
>
> I'm trying to release a updatesite which contains a feature and a plugin.
>
> My pom.xml are all at 0.0.6-SNAPSHOT. Feature.xml and manifest.mf are at 0.0.6.qualifier.
>
> I can "clean install" without any problem. But when I try to "release", the process change the pom version to 0.0.6 and stop because the feature.xml/Manifest.mf stay on 0.0.6.qualifier.
> How to warn maven to change also the manifest.mf/feature.xml  ?
>
> Thanks in advance.
>
> Vincent
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/tycho-user

--
Timo Lange
Software-Engineer
Research and Innovation

Flensburger Schiffbau-Gesellschaft mbH & Co. KG Batteriestraße 52
D-24939 Flensburg

Tel. : +49 461 4940-579
Fax  : +49 461 4940-217
Mail : lange@xxxxxxxxxxx
Web  : http://www.fsg-ship.de



============================================================================
FLENSBURGER SCHIFFBAU-GESELLSCHAFT mbH & Co. KG Batteriestrasse 52, 24939 Flensburg

Sitz der Gesellschaft / Place of business : Flensburg Geschaeftsfuehrer / CEO : Peter Sierk Handelregister / Commercial register : Amtsgericht Flensburg, HRA 3140 Steuer Nr. / Tax number: 1528040009 USt.-Id-Nr. / VAT no : DE 134633705 Amtsgericht / District court : Flensburg HRB 2036 ============================================================================

-- 

============================================================================
FLENSBURGER SCHIFFBAU-GESELLSCHAFT mbH & Co. KG Batteriestrasse 52, 24939 Flensburg

Sitz der Gesellschaft / Place of business : Flensburg Geschaeftsfuehrer / CEO : Peter Sierk Geschaeftsfuehrer / CTO : Frank Bywater Handelregister / Commercial register : Amtsgericht Flensburg, HRA 3140 Steuer Nr. / Tax number: 1528040009 USt.-Id-Nr. / VAT no : DE 134633705 Amtsgericht / District court : Flensburg HRB 2036 ============================================================================

The information contained in this email message may be privileged and confidential. If you have received this communication in error, please notify the sender immediately by telephoning (+49-461-49400) and return this message to the above address. Thank you.

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top