From c11d4685a6d9fff7e637ef9805ccfff4f52b49b4 Mon Sep 17 00:00:00 2001 From: qi_liang Date: Wed, 17 Oct 2018 14:48:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9maven=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=EF=BC=8C=E5=8F=AF=E4=BB=A5=E6=89=93=E5=8C=85?= =?UTF-8?q?lib=E4=B8=8B=E7=9A=84=E6=9C=AC=E5=9C=B0jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0c3c7e5..8a858ff 100644 --- a/pom.xml +++ b/pom.xml @@ -484,17 +484,28 @@ 2.6 - - org.apache.maven.plugins maven-war-plugin - 2.4 + 3.2.0 + + + + ${project.basedir}/lib + WEB-INF/lib + false + + **/*.jar + + + ${project.artifactId} + + org.apache.maven.plugins