Http://maven.dremio.com/public/ Error: NOT_FOUND

Your maven repo seems not to be working

As far as I can tell, our maven repository seems to be working fine, but please note that its content is not listable.

But i get
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.0.0:copy (copy-flatc) on project dremio-common: Unable to find/resolve artifact.: Could not find artifact com.vlkan:flatc-windows-x86_64:exe:1.2.0-3f79e055 in dremio-free (http://maven.dremio.com/free/) -> [Help 1]

when building with IntelliJ

Unfortunately we don’t support building under Windows: one of the reasons is that the flatc compiler is not available for that platform from Maven Central.

1 Like

Can you implement this variant for windows https://github.com/google/flatbuffers/releases ?

Unfortunately flatbuffers doesn’t push its compiler artifacts to maven central: https://github.com/google/flatbuffers/issues/4482