I am getting 'maven-failsafe-plugin2.22.7' not found
while importing https://github.com/serenity-bdd/screenplay-pattern-todomvc.git
and setting it up as Maven project in Intellij idea. Any idea what could be the issue?
Edit: the solution was to run the code using mvn clean verify
command in the terminal. Using this i receive no error whatsoever.