diff --git a/plug-ins/index.html b/plug-ins/index.html index 93c8040..b9c2ba7 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -540,9 +540,11 @@ $ ./kobaltw uploadBintray
 import org.apache.maven.model.*
 
-val myProject = project {
+val kobalt = project {
     pom = Model().apply {
         name = project.name
+        description = "A build system in Kotlin"
+        url = "http://beust.com/kobalt"
         licenses = listOf(License().apply {
             name = "Apache 2.0"
             url = "http://www.apache .org/licenses/LICENSE-2.0"