This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 761db2c  use default behaviour
761db2c is described below

commit 761db2c27ec6e6aabec98a351bee9d6f8a9bcaf7
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Jul 26 19:24:44 2019 +0200

    use default behaviour
---
 vars/asfStandardBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index d5c0178..0be6890 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -94,7 +94,7 @@ def call(Map params = [:]) {
 def mavenBuild(jdk, cmdline, mvnName, publishers) {
     def localRepo = "../.maven_repositories/${env.EXECUTOR_NUMBER}" // 
".repository" //
     //def settingsName = 'archiva-uid-jenkins'
-    def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true 
-Dproject.build.finalName=uploadablewesite'
+    def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true'
 
     withMaven(
         maven: mvnName,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to