dazraf / vertx-hot

A Maven plugin for hot-deploy of Vert.x projects
47 stars 9 forks source link

Provide capability for service loading #22

Closed dazraf closed 8 years ago

dazraf commented 8 years ago

Further to this discussion: https://groups.google.com/forum/#!topic/vertx-dev/KNvBvJLSt7s

Provide means to load services: e.g.

<plugin>
    <groupId>io.dazraf</groupId>
    <artifactId>vertx-hot-maven-plugin</artifactId>
    <version>1.0.3</version>
    <configuration>
        <service>com.mycompany:myorderservice</service>
        <configFile>**YourVerticleConfigFile**</configFile>
    </configuration>
</plugin>
dazraf commented 8 years ago

Hi, Provided a release for this. See main readme.md for how to use. Please note that isolationGroup service option field cannot be used in this release. This is because vertx-hot uses isolation groups and the isolation group of a service cannot be overriden. I'm investigating alternatives to getting this fixed.