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 3d96754  Removing maven settings file
3d96754 is described below

commit 3d967544c2dffdfc69fea64c1ae58e47ded15919
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Oct 20 17:53:02 2018 +0200

    Removing maven settings file
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9283a34..2b2f974 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
             steps {
                 timeout(120) {
                     withMaven(maven: buildMvn, jdk: buildJdk,
-                            mavenSettingsConfig: deploySettings,
+                            
                             mavenLocalRepo: ".repository",
                             options: [concordionPublisher(disabled: true), 
dependenciesFingerprintPublisher(disabled: true),
                                       findbugsPublisher(disabled: true), 
artifactsPublisher(disabled: true),

Reply via email to