03 December 2007 - 2.0-beta2 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






maven 1.X plugin settings

PropertyOptional?Description
maven.soapui.projectYesSpecified the name/URL of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
maven.soapui.test.testsuiteYesSpecifies the name of the TestSuite to run
maven.soapui.test.testcaseYesSpecifies the name of the TestCase to run
maven.soapui.test.loadtestYesSpecifies the name of the LoadTest to run (if running the soapui:loadtest goal)
maven.soapui.test.limitYesOverrides the limit of executed LoadTests (if running the soapui:loadtest goal)
maven.soapui.test.endpointYesOverrides the service endpoint to be invoked by any TestRequests
maven.soapui.test.hostYesOverrides the target host:port to be invoked by any TestRequests
maven.soapui.test.usernameYesOverrides the username used by any TestRequests run
maven.soapui.test.passwordYesOverrides the password used by any TestRequests run
maven.soapui.test.domainYesOverrides the domain used by any TestRequests run
maven.soapui.reportYesControls if a small test report should be printed to the console (yes/no)
maven.soapui.report.folderYesSet which folder results/reports are saved to
maven.soapui.report.junitYesTurns on creation of JUnit-reports
maven.soapui.report.allYesControls if all test requests should be exported (default only exports errors), (yes/no)
maven.soapui.mock.serviceNoSets which MockService to run with the soapui:mock goal
maven.soapui.mock.portNoSets which port to listen on locally when mocking
maven.soapui.mock.pathNoSets which path to listen on locally when mocking


Next: maven 2.X plugin