You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/07/26 17:24:54 UTC

[netbeans-jenkins-lib] branch master updated: use default behaviour

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 <sk...@apache.org>
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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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