So I think it could be done with the `install` tas...
# kobalt
c
So I think it could be done with the
install
task and some precisions in the
install{}
directive:
Copy code
install {
    mavenLocal = homeDir(“foo/bar”)
}
and when you do
kobaltw install
, if
mavenLocal
is set then it gets deployed there as a Maven artifact. What do you think?