From adb3931d0a11d520e819f385521d7525ef8dffa3 Mon Sep 17 00:00:00 2001
From: Cedric Beust
- You can deploy your artifacts to your local maven repo while developing in testing with the task
+ 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
- to a remote depo to a local directory on your file system:
+ to a remote repo to a local directory on your file system:
$ kobaltw deployToMavenLocal @@ -585,7 +585,9 @@ BUILD SUCCESSFUL (0 seconds)// Build.kt +val bs = buildScript { repos(localMaven())+}Using plug-ins