Describe the bug
Try running the mvn protobuf:compile on pipeline and it returns the below error:
Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default-cli) on project protobuf-client: An error occurred while invoking protoc: Error while executing process.: Cannot run program "target/protoc-plugins/protoc-3.14.0-linux-x86_64.exe": error=2, No such file or directory -> [Help 1]
whereas it runs on local and as well as inside the pipeline's image container.
Before submitting a bug report
Describe the bug Try running the mvn protobuf:compile on pipeline and it returns the below error:
Environment mvn -version[0;m Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /usr/share/java/maven-3 Java version: 17.0.1, vendor: Alpine, runtime: /usr/lib/jvm/java-17-openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.14.252-195.483.amzn2.x86_64", arch: "amd64", family: "unix"
Standalone or IDE Are you are running Maven inside an IDE, and in that case, which IDE? Local: MAC OSX Gitlab Pipeline image: alpine:latest
Plugin configuration
To Reproduce Steps to reproduce the behavior:
Log output
Expected behavior
Additional context