Skip to content
Snippets Groups Projects
Commit 8839b8df authored by Ernesto Corbellini's avatar Ernesto Corbellini
Browse files

Automatically install and deploy app.

parent 53d17753
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ find_package(catkin REQUIRED rosjava_build_tools) ...@@ -15,7 +15,8 @@ find_package(catkin REQUIRED rosjava_build_tools)
# catkin_rosjava_setup(installApp) # catkin_rosjava_setup(installApp)
# Note that the catkin_create_rosjava_xxx scripts will usually automatically # Note that the catkin_create_rosjava_xxx scripts will usually automatically
# add tasks to this for you when you create subprojects. # add tasks to this for you when you create subprojects.
catkin_rosjava_setup(installApp publishMavenJavaPublicationToMavenRepository) #catkin_rosjava_setup(installApp publishMavenJavaPublicationToMavenRepository)
catkin_rosjava_setup(deployApp publishMavenJavaPublicationToMavenRepository)
catkin_package() catkin_package()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment