diff options
| author | houjinchuan <[email protected]> | 2024-07-10 18:50:19 +0800 |
|---|---|---|
| committer | houjinchuan <[email protected]> | 2024-07-10 18:50:19 +0800 |
| commit | e8ccc23266e4bad88fcab28d916a5915aa992dfe (patch) | |
| tree | d6a2c93ff1aa59329b75cf67bbbc0efb0430517a | |
| parent | 72c661934ba25292a24e0fa4eaf4ca3fdefd160c (diff) | |
Revert "修改.gitlab-ci.yml pom文件"
This reverts commit 72c661934ba25292a24e0fa4eaf4ca3fdefd160c.
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | pom.xml | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e31b1f..05ed193 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ test: script: - mvn $MAVEN_CLI_OPTS clean test only: - - develop + - merge_requests - tags # 构建。一般用于构建 develop 分支上的 snapshot 版本。 @@ -383,17 +383,6 @@ <redirectTestOutputToFile>true</redirectTestOutputToFile> </configuration> </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.6.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.12.1</version> - </plugin> </plugins> </build> </project>
\ No newline at end of file |
