You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/12/26 18:41:35 UTC

[GitHub] [camel-quarkus] imranrazakhan commented on issue #2097: Could not find artifact com.google.protobuf:protoc:exe:osx-x86_64:3.13.0 in nexus

imranrazakhan commented on issue #2097:
URL: https://github.com/apache/camel-quarkus/issues/2097#issuecomment-751384455


   @ppalaga i will check with your suggestion but for time being i fixed my issue by running following two
   
   ```
   mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.13.0 -Dclassifier=osx-x86_64 -Dpackaging=exe -Dfile=protoc-3.13.0-osx-x86_64.exe
   	  
   mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.32.1 -Dclassifier=osx-x86_64 -Dpackaging=exe -Dfile=protoc-gen-grpc-java-1.32.1-osx-x86_64.exe
   	 
   ```
   In my nexus i checked  **protoc-3.13.0-linux-x86_64.exe** and **protoc-3.13.0-windows-x86_64.exe** were available but **protoc-3.13.0-osx-x86_64.exe** was missing, it look like nexus was refusing to upload osx.  i tried to exclude **osx** variant in **camel-quarkus-protobuf** but it didnt work.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org