Skip to content

Commit

Permalink
Update TCK deployment scripts, fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Jan 28, 2022
1 parent 27e2350 commit 02403c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 02403c5

Please sign in to comment.