Lars-Kristian Svenøy
04/13/2022, 12:37 PMKartik Khare
04/13/2022, 1:52 PM~/.m2/settings.xml
<settings>
  <activeProfiles>
    <activeProfile>
      apple-silicon
    </activeProfile>
  </activeProfiles>
  <profiles>
    <profile>
      <id>apple-silicon</id>
      <properties>
        <os.detected.classifier>osx-x86_64</os.detected.classifier>
      </properties>
    </profile>
  </profiles>
</settings>
and then run the following from pinot source directory
mvn clean package -DskipTests -Pbin-distNavina
04/13/2022, 6:22 PMKartik Khare
04/13/2022, 6:23 PMLars-Kristian Svenøy
04/20/2022, 8:27 AM