kobalt icon indicating copy to clipboard operation
kobalt copied to clipboard

Repos should be added to pom

Open yoavst opened this issue 10 years ago • 0 comments

I have a library that uses a dependency from custom repo:

val repos = repos("https://dl.bintray.com/kittinunf/maven/")

However, the pom file generated from kobaltw uploadJcenter doesn't have this repo declared. Therefore, using the library from other's project doesn't work.

References: https://maven.apache.org/guides/mini/guide-multiple-repositories.html

yoavst avatar Nov 12 '15 15:11 yoavst