vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

Configure Maven Shade Plugin with ServicesResourceTransformer #405

Closed tsegismont closed 4 years ago

tsegismont commented 4 years ago

The Maven Shade Plugin is configured with AppendingTransformer.

A simpler solution is to use the ServicesResourceTransformer which does not require a list of service files (the Gradle Shadow Plugin does this by default.)

In practice, this project work fine with AppendingTransformer. But it would be better to provide a more robust config.

tsegismont commented 4 years ago

Closed in 31530f5 and f1c1d7a