Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.71 KB

README.md

File metadata and controls

42 lines (26 loc) · 2.71 KB

MockServer

For information on how to use the MockServer please see http://www.mock-server.com/

Versions

Maven Central

Maven Central contains the following MockServer artifacts:

  • mockserver-maven-plugin - a set of maven plugins to start, stop and fork MockServer using maven
  • mockserver-vertx - a Vert.X module that mocks HTTP and HTTPS requests
  • mockserver-jetty - a web server that mocks HTTP and HTTPS requests (using Embedded Jetty)
  • mockserver-jetty:jar-with-dependencies - a fully stand alone web server embedded with all dependencies that mocks HTTP and HTTPS requests (using Embedded Jetty)
  • mockserver-war - a deployable WAR for mocking HTTP and HTTP requests (that runs on any JEE web server)
  • mockserver-proxy - an HTTP / HTTPS proxy that allows the recording and querying of requests and response
  • mockserver-client - a Java and JavaScript client to communicate with both the server and the proxy

In addition MockServer SNAPSHOT artifacts can also be found on Sonatype.

Vert.X Module Registry

Vert.X Module Registry contains the following artifacts:

Vert.X Module Registry will shortly also have the following artifacts:

Issues

If you have any problems, please check the project issues.

Contributions

Pull requests are, of course, very welcome! Please read our contributing to the project guide first. Then head over to the open issues to see what we need help with. Make sure you let us know if you intend to work on something. Also, check out the milestones to see what is planned for future releases.

Maintainers