Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] how set qualifier as revision from svn during every build?

Load the SVN revision into a property (don't know if you can do it with the maven scn plugin) and pass this property to the tycho-packaging:build-qualifier plugin
There is also a tycho plugin that does it for git so you may perhaps start from here

Jeff


On Tue, Sep 4, 2012 at 12:40 PM, <e92-330cd@xxxxxxxxx> wrote:
I have found that with tycho-packaging:build-qualifier plugin is possible to change the qualifier. I would like to set the qualifier as the last revision from svn in every build on jenkins... any ideas how to manage this?

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



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top