This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 917ac04b675adf344ee63f73ebccfe3ddbb37d15 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 17 13:32:44 2016 +0100 report - A propos ne fonctionne pas --- application-swing/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/application-swing/pom.xml b/application-swing/pom.xml index b3eadf4..81c5211 100644 --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -753,6 +753,14 @@ <file>${project.build.outputDirectory}/META-INF/${applicationName}-LICENSE.txt</file> <resource>META-INF/${applicationName}-LICENSE.txt</resource> </transformer> + <transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer"> + <file>${project.build.directory}/generated-sources/license/CHANGELOG.txt</file> + <resource>CHANGELOG.txt</resource> + </transformer> + <transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer"> + <file>${project.build.directory}/generated-sources/license/META-INF/${applicationName}-CHANGELOG.txt</file> + <resource>META-INF/${applicationName}-CHANGELOG.txt</resource> + </transformer> </transformers> <!--minimizeJar>true</minimizeJar> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.