So I tried differnt things to copy my desired, necesarry .exe file into the target folder when compiling my project. I also checked at the Q&A of Move a text file into target folder when compiling a Maven project - but it did not help.
So what I want is to copy 'chromedriver.exe' to the target folder when compiling the project (with mvn clean install
). I need this .exe to launch my jar file.
Any help is appreciated!