java - How to add library to Vert.x's FatJar? -


i building app using vert.x ver. 2.1m6. , i'm using vert.x's fatjar feature have app portable. question is...how add additional libraries lib folder vert.x creates upon running fatjar?

the simple way create fatjar use maven shade plugin.

here sample of how can used.

http://vertx.io/blog/my-first-vert-x-3-application/


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -