You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by cm...@apache.org on 2016/04/03 06:15:00 UTC

svn commit: r1737547 - /openoffice/devtools/guno-extension/trunk/build.gradle

Author: cmarcum
Date: Sun Apr  3 04:14:59 2016
New Revision: 1737547

URL: http://svn.apache.org/viewvc?rev=1737547&view=rev
Log:
#i126770#
updated maven deployer to use username and password from users profile gradle properties

Modified:
    openoffice/devtools/guno-extension/trunk/build.gradle

Modified: openoffice/devtools/guno-extension/trunk/build.gradle
URL: http://svn.apache.org/viewvc/openoffice/devtools/guno-extension/trunk/build.gradle?rev=1737547&r1=1737546&r2=1737547&view=diff
==============================================================================
--- openoffice/devtools/guno-extension/trunk/build.gradle (original)
+++ openoffice/devtools/guno-extension/trunk/build.gradle Sun Apr  3 04:14:59 2016
@@ -76,10 +76,11 @@ uploadArchives {
 
         // examples:
         // url: "file://localhost/tmp/myRepo/"
-        // url: "https://repository.apache.org/service/local/staging/deploy/maven2" // Apache Nexus
+        // url: "https://repository.apache.org/service/local/staging/deploy/maven2/" // Apache Nexus
         // url: "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
-        repository(url: "file://$buildDir/myRepo/") {
-            // authentication(userName: nexusUsername, password: nexusPassword)
+        // url: "file://$buildDir/myRepo/" // local build directory
+        repository(url: "https://repository.apache.org/service/local/staging/deploy/maven2/") {
+            authentication(userName: mavenUser, password: mavenPassword)
         }
 
         // pom.project