From 15c0421c864198b125c30589fa43c50eaa00b36e Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期五, 10 二月 2023 10:30:02 +0800 Subject: [PATCH] 中国科学院重庆绿色智能技术研究院 配置 --- pom.xml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index ce7f529..51b8941 100644 --- a/pom.xml +++ b/pom.xml @@ -496,6 +496,24 @@ <profile.active>aky</profile.active> </properties> </profile> + <profile> + <id>silkroad</id> + <properties> + <profile.active>silkroad</profile.active> + </properties> + </profile> + <profile> + <id>guotai</id> + <properties> + <profile.active>guotai</profile.active> + </properties> + </profile> + <profile> + <id>cq</id> + <properties> + <profile.active>cq</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2