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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new e2ec68b  Update TCK deployment scripts to copy cxf-xxx artifacts from 
'modules' to 'lib' folder
e2ec68b is described below

commit e2ec68bf15a634941c94888d0634996ff7b3091e
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Jan 26 21:38:18 2022 -0500

    Update TCK deployment scripts to copy cxf-xxx artifacts from 'modules' to 
'lib' folder
---
 tck/Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index 72c6093..396f1d6 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -66,6 +66,8 @@ pipeline {
                sh "mvn 
org.apache.maven.plugins:maven-dependency-plugin:2.8:get 
-DremoteRepositories=https://repository.apache.org/snapshots,https://repository.apache.org
 -Dartifact=org.apache.cxf:cxf-rt-rs-client:${params.Version}:jar 
-Dtransitive=false -Ddest=glassfish5/glassfish/modules"
                sh "mvn 
org.apache.maven.plugins:maven-dependency-plugin:2.8:get 
-DremoteRepositories=https://repository.apache.org/snapshots,https://repository.apache.org
 -Dartifact=org.apache.cxf:cxf-rt-rs-sse:${params.Version}:jar 
-Dtransitive=false -Ddest=glassfish5/glassfish/modules"
                sh "mvn 
org.apache.maven.plugins:maven-dependency-plugin:2.8:get 
-DremoteRepositories=https://repository.apache.org/snapshots,https://repository.apache.org
 -Dartifact=org.apache.cxf:cxf-rt-transports-http:${params.Version}:jar 
-Dtransitive=false -Ddest=glassfish5/glassfish/modules"
+               sh "cp glassfish5/glassfish/modules/cxf-* 
glassfish5/glassfish/lib"
+
                echo "Including additional dependencies (woodstox, stax2, ...)"
                sh "mvn 
org.apache.maven.plugins:maven-dependency-plugin:2.8:get 
-DremoteRepositories=https://repository.apache.org/snapshots,https://repository.apache.org
 -Dartifact=com.fasterxml.woodstox:woodstox-core:5.2.1:jar -Dtransitive=false 
-Ddest=glassfish5/glassfish/lib"
                sh "mvn 
org.apache.maven.plugins:maven-dependency-plugin:2.8:get 
-DremoteRepositories=https://repository.apache.org/snapshots,https://repository.apache.org
 -Dartifact=org.codehaus.woodstox:stax2-api:4.2:jar -Dtransitive=false 
-Ddest=glassfish5/glassfish/lib"
@@ -75,7 +77,7 @@ pipeline {
        stage('Prepare JAX-RS TCK build configuration') {
            steps {
               withEnv(["WORKSPACE = ${PWD}"]) {
-                sh "wget 
https://raw.githubusercontent.com/apache/cxf/master/tck/ts.jte.template";
+                sh "wget 
https://raw.githubusercontent.com/apache/cxf/3.4.x-fixes/tck/ts.jte.template";
                 sh "sed -i '" + 's/${version}/' + params.Version + "/g' 
ts.jte.template"
                 sh "sed -i '" + 's#${GF_HOME}#' + 
"${WORKSPACE}/glassfish5/glassfish" + "#g' ts.jte.template"
                 sh "cp jakartaee-tck/bin/xml/impl/glassfish/jersey.xml 
jakartaee-tck/bin/xml/impl/glassfish/cxf.xml"

Reply via email to