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/03/27 18:57:25 UTC

[cxf] branch 3.5.x-fixes updated: Revert updating TCK deployment scripts to relocate cxf-xxx artifacts from 'lib' to 'modules' folder

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 83e9d5f  Revert updating TCK deployment scripts to relocate cxf-xxx artifacts from 'lib' to 'modules' folder
83e9d5f is described below

commit 83e9d5f5b22ebdb5ba3ecfb29cc3304965c79264
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Mar 27 14:30:05 2022 -0400

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

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