-
Notifications
You must be signed in to change notification settings - Fork 301
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
Add an option to obtain properties from a user specified directory #535
base: master
Are you sure you want to change the base?
Add an option to obtain properties from a user specified directory #535
Conversation
…mber based of the last git commit in the module itself, and not based on the last git commit of the whole git project.
Hello, To be honest I'm not even so sure if #136 is still an open issue. In specific I don't understand the difference to 'accepting multiple repositories' (outlined in #137 (comment)). When seeing #136 as |
Hello, In our case, we have a multi module project that looks like this: module1 We decided to include date and time of last change of module to the name of the module artefact. So the module jar (or war) file name should look like this module1-YYYYDDMM-HHMMSS.jar, where YYYYDDMM-HHMMSS is the date and time of the last commit in the module1 folder. By default I get the date and time of the last commit in the repository, not in the module folder. Maybe I missed something in the documentation and I can get this behavior using configuration? |
Just out of curiosity: Does it look like:
and for each module you would like to get the date and time of last change related to the corresponding Or really just one extra
? If option 2 then I'd propose the settings as outlined in #137 (comment) where you would need to specify the |
We have only one
We would like to get the date and time of last change related to the corresponding module directory. |
Thanks for the detailed explanation and sorry for the delay. I will try to review the changes ASAP. |
…generate for all git-directories for a reactor-project
Git allows to obtain properties for a specified directory.
Such option would allow multi module projects to get version number / build number based of the last git commit in the module itself, and not based on the last git commit of the whole git project.
Enable per module versions #136 #136