branch master updated (d68e7e9 -> 0cae3c9)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository nuiton-utils. See http://git.nuiton.org/nuiton-utils.git from d68e7e9 [jgitflow-maven-plugin]merging 'release/3.0-rc-10' into 'master' new 0cae3c9 Generation d'un jar avec ses dépendances 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 0cae3c9ff7cc6c42560d4645228d455572388ea1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 18 22:00:21 2015 +0100 Generation d'un jar avec ses dépendances Summary of changes: pom.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch master in repository nuiton-utils. See http://git.nuiton.org/nuiton-utils.git commit 0cae3c9ff7cc6c42560d4645228d455572388ea1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 18 22:00:21 2015 +0100 Generation d'un jar avec ses dépendances --- pom.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec0a541..cfeb1da 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,8 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -258,6 +259,26 @@ </execution> </executions> </plugin> + + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>build-jar-with-dependencies</id> + <goals> + <goal>single</goal> + </goals> + <phase>package</phase> + <configuration> + <attach>true</attach> + <descriptorRefs> + <descriptorRef>jar-with-dependencies</descriptorRef> + </descriptorRefs> + </configuration> + </execution> + </executions> + + </plugin> </plugins> </build> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm