From b2c67c4f1500fe2ebc764fb72ce29312cf46b517 Mon Sep 17 00:00:00 2001 From: xiaoyang Date: Fri, 17 Dec 2021 19:53:21 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-crawl/pom.xml | 24 ++++++++++++++++++++++++ novel-front/pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index 4bb265d..628e892 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -31,6 +31,29 @@ + + + org.apache.maven.plugins + maven-shade-plugin + + false + + + + package + + shade + + + + + ${project.groupId}:*:* + + + + + + org.springframework.boot @@ -62,6 +85,7 @@ false false runtime + ${project.groupId} diff --git a/novel-front/pom.xml b/novel-front/pom.xml index 547fbae..59a3eab 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -97,6 +97,29 @@ + + + org.apache.maven.plugins + maven-shade-plugin + + false + + + + package + + shade + + + + + ${project.groupId}:*:* + + + + + + org.springframework.boot @@ -128,6 +151,7 @@ false false runtime + ${project.groupId}