steveloughran commented on PR #970:
URL: https://github.com/apache/parquet-mr/pull/970#issuecomment-1141216939
ok, somehow I've broken the default classifier logic, which is of course
critical.
downgrading this to a draft until it's ready to be reviewed
```
Error: Failed to execute goal
com.github.os72:protoc-jar-maven-plugin:3.11.4:run (generate-sources) on
project parquet-protobuf: Error resolving artifact:
com.google.protobuf:protoc:3.16.1:exe:${os.detected.classifier}: Could not find
artifact com.google.protobuf:protoc:exe:${os.detected.classifier}:3.16.1 in
jitpack.io (https://jitpack.io/)
Error:
Error: Try downloading the file manually from the project website.
Error:
Error: Then, install it using the command:
Error: mvn install:install-file -DgroupId=com.google.protobuf
-DartifactId=protoc -Dversion=3.16.1 -Dclassifier=${os.detected.classifier}
-Dpackaging=exe -Dfile=/path/to/file
Error:
Error: Alternatively, if you host your own repository you can deploy the
file there:
Error: mvn deploy:deploy-file -DgroupId=com.google.protobuf
-DartifactId=protoc -Dversion=3.16.1 -Dclassifier=${os.detected.classifier}
-Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]