vert-x3 / vertx-maven-service-factory

Verticle factory for resolving verticles from Maven at run-time
Apache License 2.0
12 stars 12 forks source link

Maven verticle factory

Build Status

This is a VerticleFactory implementation which deploys a verticle given a service name and load it from a Maven repository.

The documentation is available here, or on the the vert.x web site.

Build instructions

First you need to build the project from Maven:

mvn clean package

Once done, you can run the tests from your IDE.

Notice that the tests are using "projects" (actually, artifacts generated by theses projects) built during the Maven build.