prestodb / presto-maven-plugin

Maven packaging and lifecycle for Presto plugins
Apache License 2.0
6 stars 26 forks source link

Add support for generating the default service descriptor for CoordinatorPlugins #19

Closed pdabre12 closed 2 weeks ago

pdabre12 commented 2 weeks ago

Resolves: #20 Testing: Unit tests

pdabre12 commented 2 weeks ago

Passing unit tests:

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.facebook.presto.maven.CheckerIntegrationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.953 s - in com.facebook.presto.maven.CheckerIntegrationTest
[INFO] Running com.facebook.presto.maven.GeneratorIntegrationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.568 s - in com.facebook.presto.maven.GeneratorIntegrationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0