Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit dde3104

Browse files
author
Julian Cerruti
committed
Example to use proper maven-publish target
1 parent 08256a0 commit dde3104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rosjava_build_tools/templates/rosjava_package/build.gradle.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ subprojects {
5858
Some useful tasks:
5959

6060
install: deploys jar's to MavenLocal() (i.e. ~/.m2/repository)
61-
uploadArchives : deploys jar's to devel/share/maven
61+
publishMavenJavaPublicationToMavenRepository : deploys jar's to devel/share/maven
6262
installApp : assembles java apps in the _subproject_/build directories.
6363

6464
Note that these are dependent on the type of project (e.g. installApp is only valid for

0 commit comments

Comments
 (0)