Skip to content

Commit ce89bab

Browse files
committed
Add a global readme for the packaging examples
1 parent 9db1d8e commit ce89bab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packaging-examples/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Packaging examples
2+
3+
In this directory, you will find different examples to package your Vert.x application as _fat-jars_.
4+
It uses different tools such as:
5+
6+
* Apache Ant and Ivy
7+
* Gradle and a plugin to build a _shadow jar_
8+
* Apache Maven and the shade-maven-plugin
9+
* Apache Maven the the Vert.x Maven Plugin
10+
11+
All directories contain the specific instructions to package and run the applications.
12+
13+

0 commit comments

Comments
 (0)