You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
I would like to publish java artifacts that are created by the gripjava_messages project so that I can use them as a gradle dependency in my core (non ros built) application GRIP
Am I better off opening a PR to try to add the grip_msgs project to this repository or should I try to host them on my own.
Both routes I'd be really grateful for some guidance. I'm running against brick walls in my search across the internet on how to do this correctly.
Other details
I'm using a customized docker container to pull those two repos together into ROS on my system. (That all works on my end). I can get the messages to generate as expected. The files end up in the $ROS_MAVEN_DEPLOYMENT_REPOSITORY as I expect them to.
I was planning on doing the same thing with travis when I built the project.