09 July 2009 - 3.0 user guide eclipse intellij netbeans maven download nightly forum bugs blog sf.net eviware


Eviware Logo

maven 1.X plugin settings

PropertyOptional?DescriptionGoal
maven.soapui.projectYesSpecified the name/URL of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xmltest, loadtest, mock
maven.soapui.test.testsuiteYesSpecifies the name of the TestSuite to runtest,loadtest
maven.soapui.test.testcaseYesSpecifies the name of the TestCase to runtest,loadtest
maven.soapui.test.loadtestYesSpecifies the name of the LoadTest to run (if running the soapui:loadtest goal)loadtest
maven.soapui.test.limitYesOverrides the limit of executed LoadTests (if running the soapui:loadtest goal)loadtest
maven.soapui.test.endpointYesOverrides the service endpoint to be invoked by any TestRequeststest,loadtest
maven.soapui.test.hostYesOverrides the target host:port to be invoked by any TestRequeststest,loadtest
maven.soapui.test.usernameYesOverrides the username used by any TestRequests runtest,loadtest
maven.soapui.test.passwordYesOverrides the password used by any TestRequests runtest,loadtest
maven.soapui.test.domainYesOverrides the domain used by any TestRequests runtest,loadtest
maven.soapui.reportYesControls if a small test report should be printed to the console (yes/no)test,loadtest
maven.soapui.report.folderYesSet which folder results/reports are saved totest,loadtest
maven.soapui.report.junitYesTurns on creation of JUnit reportstest
maven.soapui.report.allYesControls if all test requests should be exported (default only exports errors), (yes/no)test
maven.soapui.mock.serviceNoSets which MockService to run with the soapui:mock goalmock
maven.soapui.mock.portNoSets which port to listen on locally when mockingmock
maven.soapui.mock.pathNoSets which path to listen on locally when mockingmock
maven.soapui.mock.noblockNoTurns off blocking when MockRunner has startedmock
maven.soapui.settingsNoPath to soapui-settings.xmltest,loadtest,mock
maven.soapui.settings.passwordYessoapui-settings.xml password if it is encrypetedtest,loadtest,mock
maven.soapui.project.passwordYesproject password if it is encrypetedtest,loadtest,mock
maven.soapui.test.FailIgnoreYesDo not stop if error occurs, ignore themtest
maven.soapui.test.wssPasswordTypeYesSets the WSS password type, either 'Text' or 'Digest'test,loadtest
maven.soapui.test.saveYesSaves the project after running the teststest,loadtest,mock
maven.soapui.test.threadcountYesSets number of running threadsloadtest
maven.soapui.createCoverageYesSets the output to include Coverage HTML reports. Pro only.test
maven.soapui.reportFormatYesSets formats for created report. Pro only.test
maven.soapui.reportNameYesSets which report to create. Pro only.test

System properties can be set by -D and global properties by -G.


Next: maven 2.X soapUI plugin