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

martin_s 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 a191e51  Trying to fix archetype error on ci server
a191e51 is described below

commit a191e51b6d43428588f764395a36efe7238d5413
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun May 20 09:59:36 2018 +0200

    Trying to fix archetype error on ci server
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 97aa622..2eeaf19 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -109,7 +109,7 @@ pipeline {
                                                   openTasksPublisher(disabled: 
true), pipelineGraphPublisher(disabled: true)]
                                 )
                                         {
-                                            sh "mvn clean install -B -U -e 
-fae -T2"
+                                            sh "mvn clean install -B -U -e 
-fae -T2 -Dmaven.compiler.fork=true -Pci-build"
                                         }
                             }
                         }
@@ -130,7 +130,7 @@ pipeline {
                                                   openTasksPublisher(disabled: 
true), pipelineGraphPublisher(disabled: true)]
                                 )
                                         {
-                                            sh "mvn clean install -B -U -e 
-fae -T2"
+                                            sh "mvn clean install -B -U -e 
-fae -T2 -Dmaven.compiler.fork=true -Pci-build"
                                         }
                             }
                         }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to