You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/01/28 02:24:12 UTC

[cxf] 02/03: Update TCK deployment scripts, fixing typo

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

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

commit a77494bae7157ec3fd9ed39f32a3aad31f51f2e7
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jan 27 21:22:37 2022 -0500

    Update TCK deployment scripts, fixing typo
    
    (cherry picked from commit 02403c59b767a985454856e31166d960bd78f0fa)
---
 tck/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index f923aab..755e524 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"