Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-maven-service-factory
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-08-22T08:23:07.000Z (over 10 years ago)
- Default Branch: 4.x
- Last Pushed: 2024-11-12T17:46:17.000Z (3 months ago)
- Last Synced: 2024-11-12T18:35:56.701Z (3 months ago)
- Language: Java
- Homepage:
- Size: 456 KB
- Stars: 12
- Watchers: 23
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Maven Service Factory - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Maven Vert.x Service Factory. (Service Factory)
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.