[build] Fixup maven publishing (#8753)

This primarily fixes up the bazel publishing to match the gradle
publishing again, as some new libraries were added but not hooked up to
the maven publishing.

During the process, I noticed that the 3rd party libraries (googletest,
catch2, and imgui_suite) were still getting published on the old
`edu.wpi` namespace. I tried to clean up all the other references to
that that I could. Note: opencv and libssh are handled outside
`allwpilib` so they need to be updated separately.
This commit is contained in:
PJ Reiniger
2026-04-11 16:52:43 -04:00
committed by GitHub
parent 9ea63c7fd6
commit c6f54e963c
21 changed files with 72 additions and 37 deletions

View File

@@ -9,7 +9,7 @@
<key>CFBundleDisplayName</key>
<string>SysId</string>
<key>CFBundleIdentifier</key>
<string>edu.wpi.first.tools.SysId</string>
<string>org.wpilib.tools.SysId</string>
<key>CFBundleIconFile</key>
<string>sysid.icns</string>
<key>CFBundlePackageType</key>