Closed guyuqi closed 7 years ago
The binaries are built and deployed to Maven Central by the kind folks at Google. You have two options:
protoc
binaries yourself and use other ways of specifying protoc
location in the maven plugin configuration (protocArtifact
won't work in your case)Ok,I'll do it,thanks!
Hi, We want to compile the '.proto' file in our java project for Arm64 platform. So the maven plugin: 'org.apache.maven.plugins' is a good choice: `
`
For the 'protocArtifact', only x86 protoc(exe) is available in maven repo (https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/).
Do you have the plan to support other platforms like Arm? (It means to offer binary executables for AArch64.) Thanks!