Re: run-time errors in the email validation project using Apache Email Validation class

2024-01-27 Thread Pieter van den Hombergh
Dear Zulfi, If you do not follow up earlier advice, I see no point in helping any further. In the error message it says release version 21 and your runtime is 11. Make them match. Either by installing and using Java 21 or by deleting the line in the pom which says 21. What is the purpose of this e

Re: Thought on handling different Maven .m2 folders

2024-01-27 Thread Neil C Smith
On Sat, 27 Jan 2024 at 09:13, Lars Bruun-Hansen wrote: > Another thought: Maven command execution shell still supports a > "$HOME/.mavenrc" file which is executed (sourced) by Maven before it > does anything else. It will be fired each and every time you execute > the "mvn" command. I don't know i

Re: Thought on handling different Maven .m2 folders

2024-01-27 Thread Lars Bruun-Hansen
> For certain git branches, I want to use a different .m2 folder. Even if possible maybe revisit why you need this? In any case, Maven supports (since 3.3 or something) that you can have a local ".mvn" folder in your project. See this: https://maven.apache.org/configure.html This makes it easy to