Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Combine tycho-versions-plugin with tycho-buildtimestamp-jgit

Not sure I understand. Why not just use tycho-buildtimestamp-jgit and
let it generate version qualifier?

--
Regards,
Igor

On 2014-02-27, 12:15, Ken Lee wrote:
Hi all,

I’m wondering if it’s somehow possible to combine the
tycho-version-plugin with tycho-buildtimestamp-jgit.

For our release builds, I’d like to append a particular milestone
identifier after the build qualifier. So the parameter newVersion in the
tych-version-plugin becomes something like this:
${base.version}.${maven.build.timestamp}-${milestone.version}, e.g.
4.0.0-20140227-1800-M6

However, instead of using the build timestamp I’d like to use the Git
commit timestamp that is calculated by the tycho-buildtimestamp-jgit plugin.

Any ideas how these plugins could work together?

Thanks in advance.

Cheers,

Ken



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



Back to the top