summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-11-01 09:47:42 +0800
committerwangkuan <[email protected]>2024-11-01 09:47:42 +0800
commit467c8d9fa735ac55e8b7c263167be5dd14072eae (patch)
tree4253545a72f286565494da270c16e5702c7dafce /pom.xml
parent250a16f4dbb558454adee8ff13be41b5ef9266dd (diff)
[test][bootstrap]测试打包test/build
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 646aa3f..6bc3a92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>