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 db81007  Revert updating TCK deployment scripts to relocate cxf-xxx 
artifacts from 'lib' to 'modules' folder
db81007 is described below

commit db810072b97796965ac1b25176e7f362c5e0a675
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Mar 27 14:30:05 2022 -0400

    Revert updating TCK deployment scripts to relocate cxf-xxx artifacts from 
'lib' to 'modules' folder
---
 tck/Jenkinsfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index bf004a1..cdedce4 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -67,9 +67,6 @@ 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-sse:${params.Version}: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.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"
-
                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"

Reply via email to