You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a logback.xml in my src/test/resources which gets copied over to target/classes
Have spent a whole day to figure out why this is not being picked up -- using the following
I am using scalatest-maven-plugin with a config which looks like this
I have a logback.xml in my src/test/resources which gets copied over to target/classes
Have spent a whole day to figure out why this is not being picked up -- using the following
<runpath> ${project.basedir}/target/classes </runpath>
If I run it like this
So I am wondering if you can please help me understand how to do this from inside the pom.xml
Thank you
The text was updated successfully, but these errors were encountered: