diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt index 77896a68..1993f130 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/ILocalMavenRepoPathInterceptor.kt @@ -1,7 +1,7 @@ package com.beust.kobalt.api /** - * Plug-ins that want to + * Plug-ins that want to override the local maven repo path. */ interface ILocalMavenRepoPathInterceptor : IInterceptor { fun repoPath(currentPath: String) : String