18 November 2008 - 2.5 user guide blog eclipse intellij netbeans maven PDF files forums bugs sourceforge eviware.com


Eviware Logo

maven 2.X plugin settings

eviware:soapui:test settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
testSuiteYesSpecifies the name of the TestSuite to run
testCaseYesSpecifies the name of the TestCase to run
endpointYesOverrides the service endpoint to be invoked by any TestRequests
hostYesOverrides the target host:port to be invoked by any TestRequests
usernameYesOverrides the username used by any TestRequests run
passwordYesOverrides the password used by any TestRequests run
domainYesOverrides the domain used by any TestRequests run
printReportYesControls if a small test report should be printed to the console (yes/no)
outputFolderYesSet which folder results/reports are saved to
junitReportYesTurns on creation of JUnit-reports, (yes/no)
exportAllYesControls if all test requests should be exported (default only exports errors), (yes/no)
settingsFileYesSpecifies soapUI settings file to use

eviware:soapui:loadtest settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
testSuiteYesSpecifies the name of the TestSuite to run
testCaseYesSpecifies the name of the TestCase to run
loadTestYesSpecifies the name of the LoadTest to run (if running the soapui:loadtest goal)
limitYesOverrides the limit of executed LoadTests (if running the soapui:loadtest goal)
endpointYesOverrides the service endpoint to be invoked by any TestRequests
hostYesOverrides the target host:port to be invoked by any TestRequests
usernameYesOverrides the username used by any TestRequests run
passwordYesOverrides the password used by any TestRequests run
domainYesOverrides the domain used by any TestRequests run
printReportYesControls if a small test report should be printed to the console (yes/no)
outputFolderYesSet which folder results/reports are saved to
settingsFileYesSpecifies soapUI settings file to use

eviware:soapui:tool settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
ifaceYesSpecifies the interface to generate for
toolYesSpecifies the tool(s) to run, a comma-separated list of axis1, axis2, dotnet, gsoap, jaxb, wstools, wsconsume, ora, wscompile, wsi, wsimport, xfire or xmlbeans
settingsFileNoSpecifies soapUI settings file to use, will contain path to integrated tool to run

eviware:soapui:mock settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
mockServiceNoSpecified the MockService to run
portYesThe local port to listen on, overrides the port configured for the MockService
pathYesThe local path to listen on, overrides the path configured for the MockService
noBlockNoTurns off blocking when MockRunner has started
settingsFileNoSpecifies soapUI settings file to use, will contain path to integrated tool to run