08 May 2007 - 1.7.1 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






Vote for soapUI at the WSJ Readers' Choice awards in the

'Best Web Services Utility' and

'Best Web Services Testing Tool'

categories

maven 1.X plugin settings

PropertyOptional?Description
maven.soapui.projectYesSpecified the name 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.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