ContributionsMost RecentMost LikesSolutionsHow to invoke customize file instead of com.eviware.soapui.tools.SoapUIToolRunner from jenkins I have updated testrunner.bat file and updated with my own file from com.eviware.soapui.tools.SoapUITestCaseRunner and kept that jar under lib folder. But when integrated with jenkins it is invoking out of box i.e com.eviware.soapui.tools.SoapUITestCaseRunner file. is there way to override this class from jenkins? and where do i need to keep that jar file? Thanks Re: How to invoke factory xml during maven I have created custom factories classes and i am invoking my test suites from maven . So i can i register those newly created factory classes in maven. How to invoke factory xml during maven How to invoke factory xml from maven . We have customized soapui and added few factory classes. Now we need to inegrate it with maven. How can i do customize soapui?