diff options
| author | wangkuan <[email protected]> | 2024-11-01 09:47:42 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-11-01 09:47:42 +0800 |
| commit | 467c8d9fa735ac55e8b7c263167be5dd14072eae (patch) | |
| tree | 4253545a72f286565494da270c16e5702c7dafce | |
| parent | 250a16f4dbb558454adee8ff13be41b5ef9266dd (diff) | |
[test][bootstrap]测试打包test/build
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -668,7 +668,7 @@ <version>${flatten-maven-plugin.version}</version> <configuration> <updatePomFile>true</updatePomFile> - <flattenMode>resolve</flattenMode> + <flattenMode>resolveCiFriendliesOnly</flattenMode> </configuration> <executions> <execution> @@ -678,7 +678,8 @@ <goal>flatten</goal> </goals> </execution> - </executions></plugin> + </executions> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> |
