ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Jlleitschuh's profile - activity

2017-04-20 15:11:11 -0500 received badge  Notable Question (source)
2016-04-25 09:44:59 -0500 received badge  Popular Question (source)
2016-03-16 02:27:00 -0500 answered a question Easy way to host/upload to my own rosjava maven repo

To answer my own question, the solution was here:

http://wiki.ros.org/rosjava/Tutorials...

I ended up forking the rosjava/rosjava_mvn_repo. Ended up putting it here: https://github.com/WPIRoboticsProject...

Now I can use the dependencies I've created in my project. Once I get a full release published I'll make a pull request to merge it in with the master repo.

2016-03-15 17:01:47 -0500 asked a question Easy way to host/upload to my own rosjava maven repo

Problem

I've created two repos https://github.com/WPIRoboticsProject... and https://github.com/WPIRoboticsProject...

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.

I've also opened this as an issue here: https://github.com/rosjava/rosjava_mv...