[testng] 153/160: Fixes for Nexus publishing.

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:22:32 UTC 2015


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

eugene-guest pushed a commit to annotated tag testng-6.9.5
in repository testng.

commit 5662db9861f214b7a820a5bb80a111deca61fcd6
Author: Cedric Beust <cedric at beust.com>
Date:   Fri Jul 10 11:03:26 2015 -0700

    Fixes for Nexus publishing.
---
 gradle/publishing.gradle | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gradle/publishing.gradle b/gradle/publishing.gradle
index 178fd4f..8e866ae 100644
--- a/gradle/publishing.gradle
+++ b/gradle/publishing.gradle
@@ -46,6 +46,8 @@ bintray {
     user = properties.getProperty("bintray.user")
     key = properties.getProperty("bintray.apikey")
     publications = ['mavenCustom']
+    // Without this, javadocs don't get uploaded
+    configurations = ['archives']
     pkg {
         repo = 'maven'
         name = 'testng'
@@ -55,6 +57,11 @@ bintray {
 
         version {
             name = project.version //Bintray logical version name
+            gpg {
+                // Without this, .asc files don't get generated
+                sign = true
+            }
+            
         }
     }
 }

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



More information about the pkg-java-commits mailing list