Hi, I am using the plugin after starting a local jetty in the maven integration-test phase. That means the folowing pom-snipped works by calling mvn integration-test -Psoap-test in my war-goaled application.
Hope it helps.
soap-test
true
${basedir}/src/test/jetty/extraclasspath/ojdbc-14.jar
org.codehaus.mojo
build-helper-maven-plugin
reserve-network-port
pre-integration-test
webserver.port
jetty.stop.port
org.mortbay.jetty
maven-jetty-plugin
catalina.base
${project.build.directory}/work
secureStopKey
${jetty.stop.port}
/contextpath
${project.build.directory}/work
${jetty.extra.classpath}
${jetty.daemon}
${webserver.port}
60000
${war.path}
0
start-jetty
pre-integration-test
run-war
stop-jetty
post-integration-test
stop
eviware
maven-soapui-plugin
soapui-tests
integration-test
${soapuiproject}
${project.build.directory}/soapui
false
false
false
localhost:${webserver.port}
test