Event Store Maven Plugin now supports proxy and SSL certificate creation

Just a short note to the Event Store Java developer community: The Event Store Maven Plugin now fully supports the Maven proxy configuration and can generate a self-signed SSL certificate on-the-fly for you. Integration testing with the Event Store has never been easier by just adding the plugin to your Maven POM:

  • Downloads the Event Store (using Maven proxy configuration)
  • Create SSL Certificate (self-signed)
  • Start Event Store (Before your integration tests run)
  • Stop Event Store (After your integration tests are finished)