From 6ffa14aef9baeefa032ce6d17c0298b0b1719193 Mon Sep 17 00:00:00 2001 From: jiangwenping Date: Fri, 12 May 2017 10:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=EF=BC=8Csource=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2fc597f9..7d4cd7b4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.snowcattle.game netty-game-server - 1.1.3-SNAPSHOT + 1.1.4-SNAPSHOT @@ -263,8 +263,15 @@ org.apache.maven.plugins maven-jar-plugin 2.4 + + + jar + - ${project.basedir}/src/main/java/ + ${project.basedir}/target/classes + + com/** +