This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git commit ebbce7bf7e85bd970bbb5b75c4c3f29b4f64303c Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Sep 13 17:21:54 2016 +0200 Add smal shade doc --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 768d9cf..546f1dc 100644 --- a/README.md +++ b/README.md @@ -306,4 +306,14 @@ On that *develop-x* branch add in the property section this configuration: git flow feature start myFeature develop.x `` -Release process stay the same, nothing change :). \ No newline at end of file +Release process stay the same, nothing change :). + +## How can I shade my application jar ? + +Benefit is to get a single application jar. + +Short answer: use the Shade Maven plugin. + +Get an example in this project (search for **assembly-profile**): + +[observe application swing](https://gitlab.nuiton.org/codelutin/observe/blob/develop/application-swing/p...). -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.