[rest-gradle-plugin] 09/83: Adding additional details to the pom file

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.

commit de02acc438330573123ba5f093eb297b7cef894e
Author: noamt <noamt at jfrog.com>
Date:   Mon Feb 25 16:19:19 2013 +0200

    Adding additional details to the pom file
---
 build.gradle | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/build.gradle b/build.gradle
index 9233a88..a6fdcd7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,4 +40,32 @@ dependencies {
 
 task wrapper(type: Wrapper, description: 'Gradle Wrapper task') {
     gradleVersion = '1.4'
+}
+
+configure(install.repositories.mavenInstaller) {
+    pom.project {
+        name('rest-gradle-plugin')
+        description('A Gradle plugin that provides a task infrastructure to perform REST requests.')
+        url('https://github.com/noamt/rest-gradle-plugin')
+        inceptionYear '2013'
+        licenses {
+            license {
+                name 'The Apache Software License, Version 2.0'
+                url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
+                distribution 'repo'
+            }
+        }
+        scm {
+            url "https://github.com/noamt/rest-gradle-plugin.git"
+        }
+        developers {
+            developer {
+                id 'noamt'
+                name 'Noam Y. Tenne'
+                roles {
+                    role 'Developer'
+                }
+            }
+        }
+    }
 }
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git



More information about the pkg-java-commits mailing list