Using ready-api-maven-plugin for a TeamCity integration. I have some files that the tests reads from. They are located in the project _data folder, but when I run the test in TeamCity it throws a FileNotFound exception.
java.io.FileNotFoundException: C:\Dev\TeamCity\buildAgent\work\7e11401e7ea83165\_data\uat\payments\invalidMatterId.xml
It works when I run it locally but not on TC.
Am I missing a setting somewhere?