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)