From ff7dd30b88ecdf529335bc72f47908a1ad8d0155 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 11 Jul 2016 23:07:08 -0800 Subject: [PATCH] Add description and url. --- plug-ins/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"