This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new b2c3e1c9e Add os-maven-plugin to the maven extensions of
dubbo-samples-triple-http3 (#1230)
b2c3e1c9e is described below
commit b2c3e1c9ea8bc24162aebc28cb2d48cca0783d5f
Author: zrlw <[email protected]>
AuthorDate: Sun Jul 13 18:19:26 2025 +0800
Add os-maven-plugin to the maven extensions of dubbo-samples-triple-http3
(#1230)
---
2-advanced/dubbo-samples-triple-http3/case-versions.conf | 2 +-
2-advanced/dubbo-samples-triple-http3/pom.xml | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/2-advanced/dubbo-samples-triple-http3/case-versions.conf
b/2-advanced/dubbo-samples-triple-http3/case-versions.conf
index 7ed359a66..94de2b7d3 100644
--- a/2-advanced/dubbo-samples-triple-http3/case-versions.conf
+++ b/2-advanced/dubbo-samples-triple-http3/case-versions.conf
@@ -19,6 +19,6 @@
# Spring app
# because https://github.com/netty/netty/issues/15306 disabled
-dubbo.version=[>3.4]
+dubbo.version=[ >= 3.3.6 ]
spring.version=6.*
java.version= [>= 17]
diff --git a/2-advanced/dubbo-samples-triple-http3/pom.xml
b/2-advanced/dubbo-samples-triple-http3/pom.xml
index 473876f9f..c130639ff 100644
--- a/2-advanced/dubbo-samples-triple-http3/pom.xml
+++ b/2-advanced/dubbo-samples-triple-http3/pom.xml
@@ -152,6 +152,7 @@
</execution>
</executions>
</plugin>
+ <!-- add os-maven-plugin to plugins just for Eclipse m2e, not for
`mvn install` -->
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
@@ -183,6 +184,14 @@
</executions>
</plugin>
</plugins>
+ <extensions>
+ <!-- add os-maven-plugin to extensions for `mvn install` -->
+ <extension>
+ <groupId>kr.motd.maven</groupId>
+ <artifactId>os-maven-plugin</artifactId>
+ <version>${maven_os_plugin_version}</version>
+ </extension>
+ </extensions>
</build>
<repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]