-
Notifications
You must be signed in to change notification settings - Fork 1
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
for snapshot versions, replace '-SNAPSHOT' with timestamp '.{yyyymmddhhmmss}' #10
Comments
Fix for testng-team#10, replacing 'SNAPSHOT' for testNG bundle with the current build time using yyyyMMddHHmmss
Fix for #10, replacing 'SNAPSHOT' for testNG bundle with the current build time using yyyyMMddHHmmss
Not sure if my last commit is what we want. Strange is, that the feature version is still using some hash but the testng plugin does use the timestamp qualifier... |
for released version (e.g. 6.9.12), that's good, i don't mind the hashing suffix of the feature jar as long as the feature.xml is correct. but yes, that's weird. |
with help of stempler/bnd-platform#20, commit 444b700, the output now looks quite good:
|
for snapshot versions, it's better to replace '-SNAPSHOT' with timestamp '.{yyyymmddhhmmss}' so that when the actual snapshot updated, the user can use the new build otherwise, user won't see the update.
the behavior will be similar as what Maven Tycho plugin did, update the version in MANIFEST.MF, and appends to bundle file name
The text was updated successfully, but these errors were encountered: