This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new 6bc3261e3e optimize: optimize docker image building process (#7739)
6bc3261e3e is described below
commit 6bc3261e3e4a67c8534752e84298f97c4fb544fc
Author: Jiangke Wu <[email protected]>
AuthorDate: Tue Oct 28 20:12:58 2025 +0800
optimize: optimize docker image building process (#7739)
---
server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/pom.xml b/server/pom.xml
index 2405c01fa2..15bce29717 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -414,7 +414,7 @@
<extraDirectories>
<paths>
<path>
- <from>src/main/resources/jdbc</from>
+ <from>target/lib/jdbc</from>
<into>/seata-server/libs/jdbc</into>
</path>
<path>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]