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

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


The following commit(s) were added to refs/heads/master by this push:
     new 02403c5  Update TCK deployment scripts, fixing typo
02403c5 is described below

commit 02403c59b767a985454856e31166d960bd78f0fa
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jan 27 21:22:37 2022 -0500

    Update TCK deployment scripts, fixing typo
---
 tck/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index 84ade1e..bf004a1 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -68,7 +68,7 @@ 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-transports-http:${params.Version}:jar 
-Dtransitive=false -Ddest=glassfish5/glassfish/lib"
 
                sh "cp glassfish5/glassfish/lib/cxf-rt-frontend-jaxrs-* 
glassfish5/glassfish/modules"
-               sh "cp glassfish5/glassfish/lib/cxf-rt-rs-sse--* 
glassfish5/glassfish/modules"
+               sh "cp glassfish5/glassfish/lib/cxf-rt-rs-sse-* 
glassfish5/glassfish/modules"
 
                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"

Reply via email to