cedric
07/07/2016, 11:52 PMinstall
task and some precisions in the install{}
directive:
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?