From a37ab4b8ff49c58b8b021c359ecb30c0e21a2d0b Mon Sep 17 00:00:00 2001 From: Wizzer Date: Thu, 9 Mar 2017 12:01:49 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=B7=B2=E7=96=AF..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wk-code/wk-code-generator/pom.xml | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/wk-code/wk-code-generator/pom.xml b/wk-code/wk-code-generator/pom.xml index b32ef2926..6ef03c94f 100644 --- a/wk-code/wk-code-generator/pom.xml +++ b/wk-code/wk-code-generator/pom.xml @@ -11,6 +11,7 @@ 1.0.1 1.7 1.2 + 1.r.60 @@ -28,5 +29,52 @@ velocity ${velocity-version} + + org.nutz + nutz + ${nutz-version} + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + UTF-8 + + -parameters + + false + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + once + -Dfile.encoding=UTF-8 + + + + + + + + nutzcn-snapshots + https://jfrog.nutz.cn/artifactory/snapshots/ + + \ No newline at end of file