RFR: 6972: Naming and Version Numbering Issues with Plugins
Virag Purnam
duke at openjdk.java.net
Mon Apr 11 07:49:39 UTC 2022
On Mon, 11 Apr 2022 07:18:19 GMT, Patrick Reinhart <reinhapa at openjdk.org> wrote:
> > @reinhapa How does that work? When I build locally, `.qualifier` remains `.qualifier`, no traces of current date/time. Where is the mechanism located to replace .qualifier in manifests in any build?
>
> @RealCLanger Seems to be done automatically when deploying artefacts see [Adoptium 8.3.0-SNAPSHOT](https://github.com/adoptium/jmc-build/releases/tag/8.3.0-SNAPSHOT) or do I misunderstood something?
@RealCLanger, Tycho is replacing .qualifier with build time stamp. For core we are not using that. May be you can have a look for any of the plugins present in application folder. For those .qualifier gets replaced with build timestamp properly.
-------------
PR: https://git.openjdk.java.net/jmc/pull/390
More information about the jmc-dev
mailing list