Hello,
I am trying to run
junit in
java but keep getting the following error when i execute mvn clean install:
Please find below how junit is declared in my pom.xml:
However i don't have the folder src/test/java, is it why i keep getting build failure when i run mvn clean install?
Can anybody help me please how to resolve this issue?
Thanks a lot in advance.