You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/16 18:50:25 UTC

[archiva-redback-components-spring-quartz] branch master updated: Adding clean step and maven settings for build

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-redback-components-spring-quartz.git


The following commit(s) were added to refs/heads/master by this push:
     new df1cdcf  Adding clean step and maven settings for build
df1cdcf is described below

commit df1cdcf5cd38739a7100f0914e6df85dd7f3f1e8
Author: Martin Stockhammer <m....@web.de>
AuthorDate: Mon Apr 16 20:49:43 2018 +0200

    Adding clean step and maven settings for build
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 492e249..c5c9312 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,7 +38,8 @@ node(labels) {
     stage ('Build') {
         withMaven(
                 maven: buildMvn,
-                jdk: buildJdk
+                jdk: buildJdk,
+                mavenSettingsConfig: deploySettings
         ) {
             // Run the maven build
             sh "mvn clean install -B -U -e -fae -Dmaven.compiler.fork=false"

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.