branch develop updated (d247367 -> 917ac04)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from d247367 optimize dependencies + add missing license header new 917ac04 report - A propos ne fonctionne pas The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 917ac04b675adf344ee63f73ebccfe3ddbb37d15 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 17 13:32:44 2016 +0100 report - A propos ne fonctionne pas Summary of changes: application-swing/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm