Nexus missing packages

Hi all,

I recently tried packaging a module, and I ran into this error after using “mvn package”:

Plugin com.google.protobuf.tools:maven-protoc-plugin:0.4.2 or one of its dependencies could not be resolved: Could not find artifact com.google.protobuf.tools:maven-protoc-plugin:jar:0.4.2 in releases (https://nexus.inductiveautomation.com/repository/inductiveautomation-releases)

When I tried visiting IA’s Nexus, I ran into a 400 error, and I couldn’t see any packages, just the Nexus web GUI. I tried this from both my office’s connection and my phone hotspot, so I don’t think this was a firewall issue.

Could someone please look into this for me? Thanks.

Were there other errors in the build log?

Before running into the error, these messages appeared:

Downloading from releases: https://nexus.inductiveautomation.com/repository/inductiveautomation-releases/com/google/protobuf/tools/maven-protoc-plugin/0.4.2/maven-protoc-plugin-0.4.2.pom
[WARNING] The POM for com.google.protobuf.tools:maven-protoc-plugin:jar:0.4.2 is missing, no dependency information available
Downloading from releases: https://nexus.inductiveautomation.com/repository/inductiveautomation-releases/com/google/protobuf/tools/maven-protoc-plugin/0.4.2/maven-protoc-plugin-0.4.2.jar

Outside of that, no.

Well those are just warnings that it couldn’t find maven-protoc-plugin in our release repository, which is to be expected.

It must be failing for some other reason.