From bf305eaa0ed4b107abf75b8470c3e99f4d248e75 Mon Sep 17 00:00:00 2001 From: zhanglong Date: Mon, 14 Jan 2019 22:07:49 +0800 Subject: [PATCH] Fix #619 --- console/pom.xml | 11 +++++++++++ core/src/main/resources/banner.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/console/pom.xml b/console/pom.xml index b3451649a..f40b87727 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -69,6 +69,17 @@ nacos-server + + maven-jar-plugin + + + + true + true + + + + org.springframework.boot spring-boot-maven-plugin diff --git a/core/src/main/resources/banner.txt b/core/src/main/resources/banner.txt index f1a4c85f1..204416e50 100644 --- a/core/src/main/resources/banner.txt +++ b/core/src/main/resources/banner.txt @@ -1,7 +1,7 @@ ,--. ,--.'| - ,--,: : | Nacos 0.7.0 + ,--,: : | Nacos ${application.version} ,`--.'`| ' : ,---. Running in ${nacos.mode} mode | : : | | ' ,'\ .--.--. Port: ${server.port} : | \ | : ,--.--. ,---. / / | / / ' Pid: ${pid}