cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
428 stars 60 forks source link

Maven metadata issues #476

Open ethauvin opened 6 years ago

ethauvin commented 6 years ago

Kobalt does not look for maven-metadata-local.xml in local Maven repositories. This causes a problem when querying for the latest version of an artifact, e.g.: com.example:foo:

Additional, Kobalt does not create (or update) the metadata when publishing to a local Maven repository.