From 2d1d4ab95a5183047bb06cbb3a5a2954a393242c Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期一, 09 十一月 2020 11:43:39 +0800 Subject: [PATCH] 添加配置 --- pom.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 14932ed..986a8fb 100644 --- a/pom.xml +++ b/pom.xml @@ -434,7 +434,18 @@ <profile.active>gcs</profile.active> </properties> </profile> - + <profile> + <id>lzhws</id> + <properties> + <profile.active>lzhws</profile.active> + </properties> + </profile> + <profile> + <id>qhyhs</id> + <properties> + <profile.active>qhyhs</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2