Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Customizing qualifier?

If by "vNNNNN" you mean "v00001", "v00002" and so on, then no, Tycho
cannot automatically generate version qualifiers like this, so you will
have to generate it externally.

If you need custom timestamp format, then you can use <format>
tycho-packaging-plugin parameter, which takes the same format strings as
SimpleDateFormat.

--
Regards,
Igor

On 12-05-22 7:32 PM, Anna Dushistova wrote:
Hi All,
Can tycho generate "vNNNNN" qualifiers?
Is this something tycho-packaging-plugin can help with?


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


Back to the top