maven-soapui-plugin Settings

PropertyOptional?Description
maven.soapui.test.testsuiteYesSpecifies the name of the TestSuite to run, default value is * (=all TestSuites).
maven.soapui.test.endpointYesOverrides the service endpoint to be invoked by any TestRequests run
maven.soapui.test.testcaseYesSpecifies the name of the TestCase to run, default value is * (=all TestCases).
maven.soapui.projectYesSpecified the name of the soapui project file to use, default value is ${pom.artifactId}-soapui-project.xml.