From c35b2ecd3ffa30a8f0111139d88fbb198db4e0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Mon, 23 May 2022 11:01:44 +0200 Subject: [PATCH] use os-maven-plugin as plugin: fixes reproducible build (#10067) --- dubbo-demo/dubbo-demo-triple/pom.xml | 18 ++++++++++++------ dubbo-rpc/dubbo-rpc-triple/pom.xml | 16 +++++++++++----- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/dubbo-demo/dubbo-demo-triple/pom.xml b/dubbo-demo/dubbo-demo-triple/pom.xml index 17b03adbd2..9a0139bb30 100644 --- a/dubbo-demo/dubbo-demo-triple/pom.xml +++ b/dubbo-demo/dubbo-demo-triple/pom.xml @@ -118,14 +118,20 @@ - - + + kr.motd.maven os-maven-plugin - 1.6.1 - - - + 1.6.2 + + + initialize + + detect + + + + org.xolstice.maven.plugins protobuf-maven-plugin diff --git a/dubbo-rpc/dubbo-rpc-triple/pom.xml b/dubbo-rpc/dubbo-rpc-triple/pom.xml index 12b740589c..1c5285e459 100644 --- a/dubbo-rpc/dubbo-rpc-triple/pom.xml +++ b/dubbo-rpc/dubbo-rpc-triple/pom.xml @@ -75,14 +75,20 @@ - - + + kr.motd.maven os-maven-plugin 1.6.2 - - - + + + initialize + + detect + + + + org.xolstice.maven.plugins protobuf-maven-plugin