Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin version information #394

Open
FauxFaux opened this issue Aug 25, 2011 · 0 comments
Open

Plugin version information #394

FauxFaux opened this issue Aug 25, 2011 · 0 comments

Comments

@FauxFaux
Copy link
Member

Many plugins have $Rev$$Date$ as their version, as git isn't doing keyword replace. I'd rather it wasn't. We can:

  • use maven filtered-resources to add the revision (probably?)
  • Indicate whether plugins are loaded from choob-plugin: #393 and use the bot version (which we don't actually know; again, build step) as the version
  • Show the git hash-object of the plugin, as it was loaded, as the version? Or implement some of git describe, i.e. number of seen revisions with different hashes since the running version's tag, or something.

That, or just purge all the revisions back to "HEAD" as nobody actually cares.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant