From 3e5749127c8960d03aaf071bb18062b21c1445a3 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Tue, 11 Oct 2022 15:59:23 +0800 Subject: [PATCH] exec git-commit-id-plugin when full profile activation --- pom.xml | 53 ++++++++++++++++++++--------------------------------- 1 file changed, 20 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index 0769e4d30..0c4b6ff76 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,7 @@ boot arthas-agent-attach arthas-spring-boot-starter + tunnel-server testcase site packaging @@ -228,13 +229,27 @@ - jdk8 + + jdk12 - [1.8,) + [12,) + + JAVA8_HOME + - - tunnel-server - + + + com.sun + tools + 1.6.0 + system + ${JAVA8_HOME}/lib/tools.jar + + + + + + full @@ -270,34 +285,6 @@ true - - - - - - - jdk12 - - [12,) - - JAVA8_HOME - - - - - com.sun - tools - 1.6.0 - system - ${JAVA8_HOME}/lib/tools.jar - - - - - - full - - org.apache.maven.plugins maven-javadoc-plugin