diff --git a/protobuf-bean/pom.xml b/protobuf-bean/pom.xml index 3c53f98..c488b96 100644 --- a/protobuf-bean/pom.xml +++ b/protobuf-bean/pom.xml @@ -35,7 +35,15 @@ - + + + + kr.motd.maven + os-maven-plugin + ${os-maven-plugin.version} + + + @@ -50,6 +58,9 @@ + + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} + diff --git a/protobuf-find-latest/pom.xml b/protobuf-find-latest/pom.xml index 98d3d7f..62753ed 100644 --- a/protobuf-find-latest/pom.xml +++ b/protobuf-find-latest/pom.xml @@ -35,7 +35,15 @@ - + + + + kr.motd.maven + os-maven-plugin + ${os-maven-plugin.version} + + + @@ -50,6 +58,9 @@ + + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} + diff --git a/protobuf-validation/pom.xml b/protobuf-validation/pom.xml index 6830c73..4e8ca2b 100644 --- a/protobuf-validation/pom.xml +++ b/protobuf-validation/pom.xml @@ -26,7 +26,7 @@ kr.motd.maven os-maven-plugin - 1.6.2 + ${os-maven-plugin.version} initialize diff --git a/simple-protobuf/pom.xml b/simple-protobuf/pom.xml index f0d7a6f..a24e675 100644 --- a/simple-protobuf/pom.xml +++ b/simple-protobuf/pom.xml @@ -36,6 +36,14 @@ + + + kr.motd.maven + os-maven-plugin + ${os-maven-plugin.version} + + + @@ -50,6 +58,9 @@ + + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} +