You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/11 05:48:18 UTC

[archiva] branch master updated: not forked compilation

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new c1ad3bfd1 not forked compilation
c1ad3bfd1 is described below

commit c1ad3bfd123d92de8071c04acf1c4236df24e1bf
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Apr 11 15:48:08 2022 +1000

    not forked compilation
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile-itest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index 240f3a916..099d1b834 100644
--- a/Jenkinsfile-itest
+++ b/Jenkinsfile-itest
@@ -146,7 +146,7 @@ pipeline {
                                     // -Pci-server: Profile for CI Server
                                     // -Pit-js: Runs the Selenium tests
                                     // -Pchrome: Activates the Selenium Chrome Test Agent
-                                    sh "mvn clean verify -B -V -e -fae -Dmaven.compiler.fork=true -DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl :archiva-webapp-test -DtrimStackTrace=false"
+                                    sh "mvn clean verify -B -V -e -fae -DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl :archiva-webapp-test -DtrimStackTrace=false"
                                 }
                     }
                 }