Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/vertx-maven-service-factory

Verticle factory for resolving verticles from Maven at run-time
https://github.com/vert-x3/vertx-maven-service-factory

Last synced: 2 months ago
JSON representation

Verticle factory for resolving verticles from Maven at run-time

Awesome Lists containing this project

README

        

# Maven verticle factory

[![Build Status](https://github.com/vert-x3/vertx-maven-service-factory/workflows/CI/badge.svg?branch=master)](https://github.com/vert-x3/vertx-maven-service-factory/actions?query=workflow%3ACI)

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](src/main/asciidoc/java/index.adoc), or on the the
[vert.x web site](http://vertx.io/docs/vertx-maven-service-factory/java).

## 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.