From 72c661934ba25292a24e0fa4eaf4ca3fdefd160c Mon Sep 17 00:00:00 2001 From: houjinchuan Date: Wed, 10 Jul 2024 18:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9.gitlab-ci.yml=20pom=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- pom.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05ed193..3e31b1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ test: script: - mvn $MAVEN_CLI_OPTS clean test only: - - merge_requests + - develop - tags # 构建。一般用于构建 develop 分支上的 snapshot 版本。 diff --git a/pom.xml b/pom.xml index ebed24f..4dce002 100644 --- a/pom.xml +++ b/pom.xml @@ -383,6 +383,17 @@ true + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.6.1 + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + \ No newline at end of file