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 073661f add parameter to skip browser test html4j
073661f is described below
commit 073661f2d1a84567f28f5230585fc25ba4c192e8
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Oct 29 10:42:17 2019 +0100
add parameter to skip browser test html4j
---
vars/asfStandardBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index eaf39e3..51cf65b 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -126,7 +126,7 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
mavenOpts: mavenOpts,
mavenLocalRepo: localRepo) {
// Some common Maven command line + provided command line
- sh "mvn -V -B -U -e -Dmaven.test.failure.ignore=true $cmdline "
+ sh "mvn -V -B -U -e -DskipBrowserTests
-Dmaven.test.failure.ignore=true $cmdline "
sh "mv target/*-site.jar WEBSITE.zip"
}
archiveArtifacts 'WEBSITE.zip'
---------------------------------------------------------------------
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