From de5a26c4edbe068ae4fe4cb5a925236c07592c0e Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 23 Mar 2017 21:50:44 -0700 Subject: [PATCH] Correct task name. --- documentation/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index b1d898a..6332547 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -569,12 +569,12 @@ authUrl.dl.bintray.com.password=xxx

Local Maven repo

You can deploy your artifacts to your local maven repo while developing with the task - deployToMavenLocal. This task will copy all the artifacts that would normally be uploaded + publishToMavenLocal. This task will copy all the artifacts that would normally be uploaded to a remote repo to a local directory on your file system:

-$ kobaltw deployToMavenLocal
-  ----- klaxon:deployToMavenLocal
+$ kobaltw publishToMavenLocal
+  ----- klaxon:publishToMavenLocal
 Deploying 8 files to local maven /Users/cbeust/.kobalt/localMavenRepo
 BUILD SUCCESSFUL (0 seconds)