Closed PatrickSauts closed 9 years ago
Hi,
I'm making two pull requests.
One to make both jar with an assembly and this one that uses profiles.
I prefer the assembly one which is more common.
The aim is to be able to use your verticle as a dependency where we can handle the dependencies versions. For example HttpClient is not on the same version in that module and in Vert.x core which caused us some trouble.
Thank you. Have a nice Day.
Not improving this one. https://github.com/vert-x3/vertx-maven-service-factory/pull/16 is best
mvn clean package -P bundle will generate a vertx-maven-service-factory-bundle-.jar file with dependencies packaged in the jar, and
mvn clean package
will generate a vertx-maven-service-factory-.jar file clean.