Package org.mockserver.maven

Class Summary
HelpMojo Display help information on mockserver-maven-plugin.
Call mvn mockserver:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
InstanceHolder  
MockServerAbstractMojo  
MockServerRunAndWaitMojo Run the MockServer and wait for a specified timeout (or indefinitely)
MockServerRunForkedMojo Run a forked instance of the MockServer To run from command line: mvn -Dmockserver.serverPort="1080" -Dmockserver.proxyPort="1090" -Dmockserver.logLevel="TRACE" org.mock-server:mockserver-maven-plugin:3.11:runForked
MockServerStartMojo Start the MockServer in the initialize phase of the build and continue build so that tests can run that rely on the MockServer
MockServerStopForkedMojo Stop the a forked instance of the MockServer To run from command line: mvn -Dmockserver.serverPort="1080" -Dmockserver.proxyPort="1090" org.mock-server:mockserver-maven-plugin:3.11:stopForked
MockServerStopMojo Stop the MockServer in the verify phase of the build after any integration tests have completed
ProcessBuildFactory  
SettableFuture<V>  
StopMockServerTestListener  
StopProxyTestListener  
 



Copyright © 2017. All rights reserved.