From: Kevin Lamonte Date: Sat, 28 Oct 2017 16:17:28 +0000 (-0400) Subject: Merge pull request #22 from SmartmaticLabs/master X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=753245775bafdfb3a6a61305ab9fd4baeb42f1ec;hp=d4a2a35aa05eae5757d766d9a3a8edadf62f08b4;p=nikiroo-utils.git Merge pull request #22 from SmartmaticLabs/master Mimic the behavior in build.xml creating a runnable jar --- diff --git a/pom.xml b/pom.xml index f2889cb..2118e89 100644 --- a/pom.xml +++ b/pom.xml @@ -47,9 +47,9 @@ src - - **/*.java - + + **/*.java + @@ -62,6 +62,24 @@ 1.6 + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + + jexer.demos.Demo1 + + + + + ${project.version} + + + +