rmannibucau commented on PR #8407:
URL: https://github.com/apache/hop/pull/8407#issuecomment-5698905802

   @mattcasters the case I have in mind - and what I understood from your 
answers - is a dev doing `sudo apt install -y java maven` and expecting the 
build to work. This is more and more rare and will be way worse in the future 
so instead of letting it pass partially and have weird error I would put the 
prerequisite in the root pom and fail the build with "maven >=3.9  is expected 
instead of current 3.3" or something like that. Maven enforcer is exactly about 
validating java and maven version (or way more) so sounds like the compromise. 
For ex on my ubuntu package I have `3.9.12-1` which has no issue - which is one 
reason this PR is fishy.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to