I am using Cucumber framework for mobile app testing. In pom.xml, I have given this below plugin to run TestClass.java – which has code for uploading the latest APK version of the app. Main method is present inside this TestClass. I need this to run before the actual test execution. So I have used exec plugin. I’m getting this error