I think you have to change the plugin version as well. https://github.com/apache/airavata-custos/blob/develop/pom.xml#L336
On Tue, Jun 21, 2022 at 10:10 AM Bipin Kumar, Shubham <[email protected]> wrote: > Hi Isuru, > > I changed made the below changes > > <com.google.protobuf.util>3.19.4</com.google.protobuf.util> > > > but it is still looking for 3.0.2 i'm not sure why . Earlier in the root > pom version was mentioned as 3.11.4 and it was looking for 3.0.2 . Is there > something that I'm missing . Also i'm getting the same error. > > > > Regards, > Shubham > ------------------------------ > *From:* Isuru Ranawaka <[email protected]> > *Sent:* Tuesday, June 21, 2022 9:41 AM > *To:* Airavata Dev <[email protected]> > *Subject:* [External] Re: Getting error while building > custos-core-services module > > You don't often get email from [email protected]. Learn why this is > important <https://aka.ms/LearnAboutSenderIdentification> > This message was sent from a non-IU address. Please exercise caution when > clicking links or opening attachments from external sources. > > Hi Shubam, > > Update root pom.xml version to your installed version and try again. > > thanks > Isuru > > On Tue, Jun 21, 2022 at 9:33 AM Bipin Kumar, Shubham <[email protected]> > wrote: > > Hi Isuru, > > I was trying to build *custos-core-services* using maven and I was > getting this error message: > > [*ERROR*] Failed to execute goal > org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.1:compile *(default)* > on project tenant-profile-core-service: *Missing:* > > [*ERROR*] *----------* > > [*ERROR*] *1) com.google.protobuf:protoc:exe:osx-aarch_64:3.0.2* > > [*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.0.2 -Dclassifier=osx-aarch_64 > -Dpackaging=exe -Dfile=/path/to/file* > > > I checked if protobuf is installed in my system and I could see version > 3.19.4 as I think that's the one available with MAC M1 chip laptops . Can > you please let me know if strictly version 3.0.2 is needed and help me in > resolving this. Please find attached screenshot of the error. > > > Regards, > Shubham > > > > -- > Research Software Engineer > Indiana University, IN > > -- Research Software Engineer Indiana University, IN
