From 0b20c787f872300f71d12ac15a7657a64cd6b28c Mon Sep 17 00:00:00 2001 From: zhumingxin Date: Fri, 18 Jan 2019 11:35:57 +0800 Subject: [PATCH] =?UTF-8?q?pom.xml=E5=A2=9E=E5=8A=A0=E6=89=93=E5=87=BAjar?= =?UTF-8?q?=E5=8C=85=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index b848c50f..8fa78e6e 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,28 @@ ${project.basedir}/src/main/resources + + maven-assembly-plugin + + + jar-with-dependencies + + + + com.zzg.mybatis.generator.MainUI + + + + + + make-assembly + package + + single + + + + \ No newline at end of file