This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 02846491e0 Tripe demo with dubbo-maven-plugin (#14572)
02846491e0 is described below
commit 02846491e0b19e610c8fa93ba953eace1277f213
Author: Jermaine Hua <[email protected]>
AuthorDate: Mon Aug 26 09:44:59 2024 +0800
Tripe demo with dubbo-maven-plugin (#14572)
Signed-off-by: “JermaineHua” <[email protected]>
---
dubbo-demo/dubbo-demo-triple/pom.xml | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/dubbo-demo/dubbo-demo-triple/pom.xml
b/dubbo-demo/dubbo-demo-triple/pom.xml
index 8d81d57de2..8fa55a99fb 100644
--- a/dubbo-demo/dubbo-demo-triple/pom.xml
+++ b/dubbo-demo/dubbo-demo-triple/pom.xml
@@ -158,13 +158,9 @@
</executions>
</plugin>
<plugin>
- <groupId>org.xolstice.maven.plugins</groupId>
- <artifactId>protobuf-maven-plugin</artifactId>
- <version>${maven_protobuf_plugin_version}</version>
- <configuration>
-
<protocArtifact>com.google.protobuf:protoc:${protobuf-protoc_version}:exe:${os.detected.classifier}</protocArtifact>
- <pluginId>triple-java</pluginId>
- </configuration>
+ <groupId>org.apache.dubbo</groupId>
+ <artifactId>dubbo-maven-plugin</artifactId>
+ <version>${project.version}</version>
<executions>
<execution>
<goals>