MPOM-255 enforce setting property "project.build.outputTimestamp"#30
MPOM-255 enforce setting property "project.build.outputTimestamp"#30kwin wants to merge 1 commit intoapache:masterfrom
Conversation
0d5e3fa to
45d63d2
Compare
|
Althouth this looks technically correct, I do think that this will not work. You have moved the property to a comment and added an enforcer rule, but with the next release the property will be added again and inherited. |
|
IMHO maven-release-plugin will only update an existing property but never add it initially. |
|
Seems we need to disable the enforcer check for the build of asf parent itself |
|
What would be your proposal then? |
|
Activate the rule only in a profile which is activated only in case a marker file with name I tried it out in kwin@aff2ed0 and it seems to work. Should I raise a follow-up PR? |
|
I think we can make the file even hidden because this is a technical detail. Please raise a followup PR for this. |
|
I raised a follow-up PR in #33. @michael-o Please have a look. |
|
Resolve #481 |
No description provided.