Skip to content
Success

Console Output

Started by an SCM change
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-64bd6 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-64bd6"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-64bd6"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-64bd6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3044.vb_940a_a_e4f72e"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-64bd6 in /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline@tmp/jenkins-gitclient-ssh16454931034577767864.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e1873dd0e479e1b35d29a9ea1003d303c80e43cb (refs/remotes/origin/3.x)
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/3.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1873dd0e479e1b35d29a9ea1003d303c80e43cb # timeout=10
Commit message: "merge of the actual master into 3.x branch"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 3.x e1873dd0e479e1b35d29a9ea1003d303c80e43cb # timeout=10
 > git rev-list --no-walk 0bcf8eebf8633d5b12742c3f3cea62740cf32bf7 # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Locally)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -Pstaging clean install -DskipTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jersey                                                             [pom]
[INFO] jersey-archetypes                                                  [pom]
[INFO] jersey-archetype-heroku-webapp                         [maven-archetype]
[INFO] jersey-archetype-grizzly2                              [maven-archetype]
[INFO] jersey-archetype-webapp                                [maven-archetype]
[INFO] jersey-example-java8-webapp                            [maven-archetype]
[INFO] jersey-bom                                                         [pom]
[INFO] jersey-core-common                                                 [jar]
[INFO] jersey-inject                                                      [pom]
[INFO] jersey-inject-hk2                                                  [jar]
[INFO] jersey-core-client                                                 [jar]
[INFO] jersey-media                                                       [pom]
[INFO] jersey-media-jaxb                                                  [jar]
[INFO] jersey-core-server                                                 [jar]
[INFO] jersey-containers                                                  [pom]
[INFO] jersey-container-grizzly2-http                                     [jar]
[INFO] jersey-container-servlet-core                                      [jar]
[INFO] jersey-test-framework                                              [pom]
[INFO] jersey-test-framework-core                                         [jar]
[INFO] jersey-container-servlet                                           [jar]
[INFO] jersey-container-grizzly2-servlet                                  [jar]
[INFO] jersey-test-framework-providers                                    [pom]
[INFO] jersey-test-framework-provider-grizzly2                            [jar]
[INFO] jersey-connectors                                                  [pom]
[INFO] jersey-connectors-apache                                           [jar]
[INFO] jersey-connectors-apache5                                          [jar]
[INFO] jersey-test-framework-provider-inmemory                            [jar]
[INFO] jersey-test-framework-provider-external                            [jar]
[INFO] jersey-container-jdk-http                                          [jar]
[INFO] jersey-test-framework-provider-jdk-http                            [jar]
[INFO] jersey-container-simple-http                                       [jar]
[INFO] jersey-test-framework-provider-simple                              [jar]
[INFO] jersey-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-media-sse                                                   [jar]
[INFO] jersey-connectors-helidon                                          [jar]
[INFO] jersey-connectors-jdk                                              [jar]
[INFO] jersey-connectors-jetty                                            [jar]
[INFO] jersey-extensions                                                  [pom]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty-servlet                                     [jar]
[INFO] jersey-ext-bean-validation                                         [jar]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding                            [jar]
[INFO] jersey-ext-cdi-rs-inject                                           [jar]
[INFO] jersey-ext-cdi1x-servlet                                           [jar]
[INFO] jersey-ext-cdi1x-transaction                                       [jar]
[INFO] jersey-ext-cdi1x-validation                                        [jar]
[INFO] jersey-ext-weld2-se                                                [jar]
[INFO] jersey-ext-entity-filtering                                        [jar]
[INFO] jersey-ext-metainf-services                                        [jar]
[INFO] jersey-ext-mvc                                                     [jar]
[INFO] jersey-ext-mvc-bean-validation                                     [jar]
[INFO] jersey-ext-mvc-freemarker                                          [jar]
[INFO] jersey-ext-mvc-jsp                                                 [jar]
[INFO] jersey-ext-mvc-mustache                                            [jar]
[INFO] jersey-ext-proxy-client                                            [jar]
[INFO] jersey-ext-rx                                                      [pom]
[INFO] jersey-ext-rx-client-guava                                         [jar]
[INFO] jersey-ext-rx-client-rxjava                                        [jar]
[INFO] jersey-ext-rx-client-rxjava2                                       [jar]
[INFO] jersey-spring6                                                     [jar]
[INFO] jersey-wadl-doclet                                                 [jar]
[INFO] jersey-media-json-binding                                          [jar]
[INFO] project                                                            [pom]
[INFO] jersey-mp-rest-client                                              [jar]
[INFO] jersey-mp-config                                                   [jar]
[INFO] jersey-incubator                                                   [pom]
[INFO] jersey-inject-cdi-weld                                             [jar]
[INFO] jersey-declarative-linking                                         [jar]
[INFO] jersey-ext-gae-integration                                         [jar]
[INFO] jersey-media-html-json                                             [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-gson                                             [jar]
[INFO] jersey-media-json-jackson                                          [jar]
[INFO] jersey-media-json-jettison                                         [jar]
[INFO] jersey-media-json-processing                                       [jar]
[INFO] jersey-media-moxy                                                  [jar]
[INFO] jersey-media-multipart                                             [jar]
[INFO] jersey-security                                                    [pom]
[INFO] oauth1-signature                                                   [jar]
[INFO] jersey-security                                                    [jar]
[INFO] oauth1-server                                                      [jar]
[INFO] oauth2-client                                                      [jar]
[INFO] jersey-test-framework-util                                         [jar]
[INFO] jersey-tests                                                       [pom]
[INFO] jersey-tests-e2e                                                   [jar]
[INFO] jersey-tests-e2e-client                                            [jar]
[INFO] jersey-tests-e2e-core-common                                       [jar]
[INFO] jersey-tests-e2e-entity                                            [jar]
[INFO] jersey-tests-e2e-inject                                            [pom]
[INFO] jersey-tests-e2e-inject-cdi-se                                     [jar]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld                            [jar]
[INFO] e2e-inject-hk2                                                     [jar]
[INFO] jersey-tests-e2e-server                                            [jar]
[INFO] jersey-tests-e2e-testng                                            [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[INFO] cdi-integration-project                                            [pom]
[INFO] jersey-tests-cdi-beanvalidation-webapp                             [war]
[INFO] jersey-tests-cdi-client                                            [jar]
[INFO] jersey-tests-cdi-client-on-server                                  [war]
[INFO] jersey-tests-cdi-ejb-webapp                                        [war]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp             [war]
[INFO] cdi-manually-bound                                                 [jar]
[INFO] jersey-tests-cdi-log-check                                         [war]
[INFO] jersey-tests-integration-cdi-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-cdi-multimodule-war                       [war]
[INFO] jersey-tests-integration-cdi-multimodule-war2                      [war]
[INFO] jersey-tests-integration-cdi-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-cdi-multimodule                           [pom]
[INFO] jersey-tests-cdi-multipart-webapp                                  [war]
[INFO] jersey-tests-resource-with-at-context                              [jar]
[INFO] cdi-singleton                                                      [jar]
[INFO] jersey-tests-cdi-webapp                                            [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp           [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp    [war]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp                      [war]
[INFO] jersey-tests-context-inject-on-server                              [jar]
[INFO] client-connector-provider                                          [jar]
[INFO] jersey-tests-integration-ejb-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-ejb-multimodule-war                       [war]
[INFO] jersey-tests-integration-ejb-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-ejb-multimodule                           [pom]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib                [jar]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear                [ear]
[INFO] jersey-tests-integration-ejb-multimodule-reload                    [pom]
[INFO] jersey-tests-ejb-webapp                                            [war]
[INFO] j-376-reproducer                                                   [jar]
[INFO] jersey-tests-integration-j-441-war1                                [war]
[INFO] jersey-tests-integration-j-441-war2                                [war]
[INFO] jersey-tests-integration-j-441-ear                                 [ear]
[INFO] jersey-tests-integration-j-441                                     [pom]
[INFO] jersey-tests-integration-j-59-ejb-lib                              [jar]
[INFO] jersey-tests-integration-j-59-cdi-war                              [war]
[INFO] jersey-tests-integration-j-59-ear                                  [ear]
[INFO] jersey-tests-integration-j-59                                      [pom]
[INFO] jersey-tests-integration-jersey-2136                               [war]
[INFO] jersey-tests-integration-jersey-2137                               [war]
[INFO] jersey-tests-integration-jersey-2154                               [war]
[INFO] jersey-tests-integration-jersey-2421                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-3662                                                        [jar]
[INFO] jersey-tests-integration-jersey-3670                               [war]
[INFO] jersey-3992                                                        [war]
[INFO] jersey-tests-integration-jersey-4003                               [jar]
[INFO] jersey-tests-integration-jersey-4099                               [war]
[INFO] jersey-4321                                                        [jar]
[INFO] jersey-examples                                                    [pom]
[INFO] jersey-examples-server-sent-events-jersey                          [jar]
[INFO] jersey-4507                                                        [jar]
[INFO] jersey-4542                                                        [jar]
[INFO] jersey-4697                                                        [jar]
[INFO] jersey-4722                                                        [jar]
[INFO] jersey-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[INFO] microprofile-integration-project                                   [pom]
[INFO] microprofile-config-project                                        [pom]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] jersey-rest-client                                                 [jar]
[INFO] jersey-rest-client-tck                                             [jar]
[INFO] reactive-streams-integration-project                               [pom]
[INFO] sse-reactive-streams-tck                                           [jar]
[INFO] jersey-tests-integration-jersey-5087                               [war]
[INFO] jersey-tests-jmockit                                               [jar]
[INFO] jersey-test-framework-memleak-test-common                          [jar]
[INFO] jersey-tests-memleak                                               [pom]
[INFO] jersey-tests-memleak-redeployment                                  [pom]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app                 [war]
[INFO] jersey-examples-webapp-parent-pom                                  [pom]
[INFO] jersey-examples-helloworld-webapp                                  [war]
[INFO] jersey-test-framework-maven                                        [pom]
[INFO] jersey-test-framework-maven-container-runner-plugin       [maven-plugin]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref              [jar]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app                    [war]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app                 [war]
[INFO] jersey-tests-memleak-testcase                                      [pom]
[INFO] jersey-tests-memleak-testcase-bean-param-leak                      [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak                   [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client            [jar]
[INFO] jersey-tests-memleak-testcase-leaking-test-app                     [war]
[INFO] jersey-tests-osgi                                                  [pom]
[INFO] jersey-tests-osgi-functional                                       [pom]
[INFO] jersey-tests-stress                                                [jar]
[INFO] jersey-tests-performance                                           [pom]
[INFO] performance-test-benchmarks                                        [jar]
[INFO] jersey-tests-performance-runners                                   [pom]
[INFO] jersey-grizzly-runner                                              [jar]
[INFO] jersey-tests-performance-testcase                                  [pom]
[INFO] jersey-tests-performance-assemblies                                [jar]
[INFO] jersey-tests-performance-filter-dynamic-test                       [jar]
[INFO] jersey-tests-performance-filter-global-test                        [jar]
[INFO] jersey-tests-performance-filter-name-test                          [jar]
[INFO] jersey-tests-performance-interceptor-dynamic-test                  [jar]
[INFO] jersey-tests-performance-interceptor-global-test                   [jar]
[INFO] jersey-tests-performance-interceptor-name-test                     [jar]
[INFO] jersey-tests-performance-custom-provider-test                      [jar]
[INFO] jersey-tests-performance-json-jackson-test                         [jar]
[INFO] jersey-tests-performance-json-moxy-test                            [jar]
[INFO] jersey-tests-performance-mbw-kryo-test                             [jar]
[INFO] jersey-tests-performance-text-plain-test                           [jar]
[INFO] jersey-tests-performance-xml-jaxb-test                             [jar]
[INFO] jersey-tests-performance-xml-moxy-test                             [jar]
[INFO] jersey-tests-performance-param-srl                                 [jar]
[INFO] jersey-tests-performance-proxy-injection-test                      [jar]
[INFO] performance-test-tools                                             [jar]
[INFO] jersey-examples-assemblies                                         [jar]
[INFO] jersey-examples-bookmark                                           [war]
[INFO] jersey-examples-bookmark-em                                        [war]
[INFO] jersey-examples-bookstore-webapp                                   [war]
[INFO] jersey-examples-cdi-webapp                                         [war]
[INFO] jersey-examples-clipboard                                          [jar]
[INFO] jersey-examples-clipboard-programmatic                             [jar]
[INFO] jersey-examples-declarative-linking                                [jar]
[INFO] jersey-examples-entity-filtering                                   [jar]
[INFO] jersey-examples-entity-filtering-selectable                        [jar]
[INFO] jersey-examples-entity-filtering-security                          [jar]
[INFO] jersey-examples-extended-wadl-webapp                               [war]
[INFO] jersey-examples-exception-mapping                                  [jar]
[INFO] jersey-examples-freemarker-webapp                                  [war]
[INFO] jersey-examples-groovy                                             [jar]
[INFO] jersey-examples-helloworld                                         [jar]
[INFO] jersey-examples-helloworld-benchmark                               [jar]
[INFO] jersey-examples-helloworld-cdi2-se                                 [jar]
[INFO] jersey-examples-helloworld-netty                                   [jar]
[INFO] jersey-examples-helloworld-programmatic                            [jar]
[INFO] jersey-examples-helloworld-pure-jax-rs                             [jar]
[INFO] jersey-examples-helloworld-weld                                    [jar]
[INFO] jersey-examples-http-patch                                         [jar]
[INFO] jersey-examples-http-trace                                         [jar]
[INFO] jersey-examples-https-clientserver-grizzly                         [jar]
[INFO] jersey-examples-https-server-glassfish                             [war]
[INFO] jersey-examples-java8-webapp                                       [war]
[INFO] jersey-examples-jaxb                                               [jar]
[INFO] jersey-examples-jaxrs-types-injection                              [jar]
[INFO] jersey-examples-ejb                                                [war]
[INFO] jersey-examples-json-binding-webapp                                [war]
[INFO] jersey-examples-json-jackson                                       [jar]
[INFO] jersey-examples-json-jettison                                      [jar]
[INFO] jersey-examples-json-moxy                                          [jar]
[INFO] jersey-examples-json-processing-webapp                             [war]
[INFO] jersey-examples-json-with-padding                                  [jar]
[INFO] jersey-examples-managed-beans-webapp                               [war]
[INFO] jersey-examples-managed-client                                     [jar]
[INFO] jersey-examples-managed-client-webapp                              [war]
[INFO] jersey-examples-managed-client-simple-webapp                       [war]
[INFO] jersey-examples-multipart-webapp                                   [war]
[INFO] jersey-examples-open-tracing                                       [jar]
[INFO] jersey-examples-osgi-helloworld-webapp                             [pom]
[INFO] jersey-examples-osgi-helloworld-webapp-lib                         [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-additional                  [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version           [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-wab                         [war]
[INFO] jersey-examples-osgi-helloworld-webapp-test                        [pom]
[INFO] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-rx-client-webapp                                   [war]
[INFO] jersey-examples-server-async                                       [jar]
[INFO] jersey-examples-server-async-managed                               [jar]
[INFO] jersey-examples-server-async-standalone                            [pom]
[INFO] jersey-examples-server-async-standalone-client                     [jar]
[INFO] jersey-examples-server-async-standalone-webapp                     [war]
[INFO] jersey-examples-server-sent-events-jaxrs                           [jar]
[INFO] jersey-examples-servlet3-webapp                                    [war]
[INFO] jersey-examples-simple-console                                     [jar]
[INFO] jersey-examples-sse-item-store-jersey-webapp                       [war]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp                        [war]
[INFO] jersey-examples-sse-twitter-aggregator                             [jar]
[INFO] jersey-examples-system-properties                                  [jar]
[INFO] jersey-examples-moxy                                               [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 3.0.99-SNAPSHOT                                  [1/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.archetypes:project >---------------
[INFO] Building jersey-archetypes 3.0.99-SNAPSHOT                       [2/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >--------
[INFO] Building jersey-archetype-heroku-webapp 3.0.99-SNAPSHOT          [3/283]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-heroku-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-heroku-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-heroku-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-heroku-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-heroku-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp ---
[INFO] 
[INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >-----
[INFO] Building jersey-archetype-grizzly2 3.0.99-SNAPSHOT               [4/283]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-quickstart-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-grizzly2/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------
[INFO] Building jersey-archetype-webapp 3.0.99-SNAPSHOT                 [5/283]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-quickstart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >-----
[INFO] Building jersey-example-java8-webapp 3.0.99-SNAPSHOT             [6/283]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-example-java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-example-java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-example-java8-webapp ---
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-example-java8-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-example-java8-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-example-java8-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-example-java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] ------------------< org.glassfish.jersey:jersey-bom >-------------------
[INFO] Building jersey-bom 3.0.99-SNAPSHOT                              [7/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-bom ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.0.99-SNAPSHOT/jersey-bom-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-common >---------------
[INFO] Building jersey-core-common 3.0.99-SNAPSHOT                      [8/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ jersey-common ---
[INFO] Storing buildNumber: 2023-01-19 19:23:58 at timestamp: 1674156238732
[INFO] Storing buildScmBranch: 3.x
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (default) @ jersey-common ---
[INFO] Executing tasks
[WARNING]      [echo] Building for JDK8
[INFO] Executed tasks
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-common ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-common ---
[INFO] Resources:
[INFO] org/glassfish/jersey/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-common ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/jsr166 added.
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-common ---
[INFO] Copying 7 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (compile-1-jsr166) @ jersey-common ---
[INFO] Executing tasks
[INFO]     [javac] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/classes
[INFO]     [javac] Creating empty /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (compile-2-java8) @ jersey-common ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/classes-java8
[INFO]     [javac] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/classes-java8
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release
import sun.misc.Unsafe;
               ^
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release
    @sun.misc.Contended
             ^
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release
        private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe();
                                     ^
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release
    static sun.misc.Unsafe getUnsafe() {
                   ^
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release
            return sun.misc.Unsafe.getUnsafe();
                           ^
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release
            return java.security.AccessController.doPrivileged((PrivilegedExceptionAction<Unsafe>) () -> {
                                                                                          ^
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release
                Class<Unsafe> k = Unsafe.class;
                      ^
/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release
                Class<Unsafe> k = Unsafe.class;
                                  ^
8 warnings
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 375 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/classes
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[30,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[32,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[36,91] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,35] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1013,14] sun.misc.Contended is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1596,38] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/MapMaker.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/MapMaker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-common ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (tests-with-additional-permissions) @ jersey-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-common ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-common ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.inject:project >-----------------
[INFO] Building jersey-inject 3.0.99-SNAPSHOT                           [9/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >---------------
[INFO] Building jersey-inject-hk2 3.0.99-SNAPSHOT                      [10/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-hk2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-hk2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-hk2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-hk2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-hk2 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-hk2 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/hk2/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-hk2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-hk2 ---
[INFO] Copying 4 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-hk2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-hk2 ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-hk2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-client >---------------
[INFO] Building jersey-core-client 3.0.99-SNAPSHOT                     [11/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[INFO] org/glassfish/jersey/client/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/main/resources/org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-client ---
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 86 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-client ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.media:project >-----------------
[INFO] Building jersey-media 3.0.99-SNAPSHOT                           [12/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------
[INFO] Building jersey-media-jaxb 3.0.99-SNAPSHOT                      [13/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-jaxb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-jaxb ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-jaxb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-jaxb ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-server >---------------
[INFO] Building jersey-core-server 3.0.99-SNAPSHOT                     [14/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-server ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-server ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-server ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-server ---
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 370 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-server ---
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 145 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-server ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-server ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.containers:project >---------------
[INFO] Building jersey-containers 3.0.99-SNAPSHOT                      [15/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >---
[INFO] Building jersey-container-grizzly2-http 3.0.99-SNAPSHOT         [16/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-grizzly2-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-container-grizzly2-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-grizzly2-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-grizzly2-http ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-grizzly2-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-grizzly2-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-grizzly2-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-grizzly2-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >----
[INFO] Building jersey-container-servlet-core 3.0.99-SNAPSHOT          [17/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-servlet-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-servlet-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-container-servlet-core ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-servlet-core ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-servlet-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-servlet-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-servlet-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-servlet-core ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-servlet-core ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.test-framework:project >-------------
[INFO] Building jersey-test-framework 3.0.99-SNAPSHOT                  [18/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >---
[INFO] Building jersey-test-framework-core 3.0.99-SNAPSHOT             [19/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-core ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------
[INFO] Building jersey-container-servlet 3.0.99-SNAPSHOT               [20/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-servlet ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-container-servlet ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-servlet ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-servlet ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >--
[INFO] Building jersey-container-grizzly2-servlet 3.0.99-SNAPSHOT      [21/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-grizzly2-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-grizzly2-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-grizzly2-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-grizzly2-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.test-framework.providers:project >--------
[INFO] Building jersey-test-framework-providers 3.0.99-SNAPSHOT        [22/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >--
[INFO] Building jersey-test-framework-provider-grizzly2 3.0.99-SNAPSHOT [23/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.connectors:project >---------------
[INFO] Building jersey-connectors 3.0.99-SNAPSHOT                      [24/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >-------
[INFO] Building jersey-connectors-apache 3.0.99-SNAPSHOT               [25/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-apache-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-apache-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-apache-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-apache-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-apache-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-apache-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-apache-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-apache-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-apache-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-apache-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-apache-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-apache-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-apache-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------
[INFO] Building jersey-connectors-apache5 3.0.99-SNAPSHOT              [26/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-apache5-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-apache5-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-apache5-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache5/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-apache5-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-apache5-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-apache5-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-apache5-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-apache5-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-apache5-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-apache5-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >--
[INFO] Building jersey-test-framework-provider-inmemory 3.0.99-SNAPSHOT [27/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-inmemory ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-inmemory ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-inmemory ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-inmemory ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >--
[INFO] Building jersey-test-framework-provider-external 3.0.99-SNAPSHOT [28/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-external ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-external ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-external ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------
[INFO] Building jersey-container-jdk-http 3.0.99-SNAPSHOT              [29/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-container-jdk-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-jdk-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-jdk-http ---
[INFO] Copying 3 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-jdk-http ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-jdk-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-jdk-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >--
[INFO] Building jersey-test-framework-provider-jdk-http 3.0.99-SNAPSHOT [30/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-jdk-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >----
[INFO] Building jersey-container-simple-http 3.0.99-SNAPSHOT           [31/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-simple-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-simple-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-container-simple-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/simple/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-simple-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-simple-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-simple-http ---
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-simple-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-simple-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-simple-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-simple-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >--
[INFO] Building jersey-test-framework-provider-simple 3.0.99-SNAPSHOT  [32/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-simple ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-simple ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-simple ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-simple ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >-------
[INFO] Building jersey-connectors-netty 3.0.99-SNAPSHOT                [33/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-netty-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-netty-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-netty-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-netty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-netty-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-netty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/netty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-netty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-netty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-netty-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-netty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-netty-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-netty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-netty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >-----
[INFO] Building jersey-container-netty-http 3.0.99-SNAPSHOT            [34/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-netty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-netty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-container-netty-http ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-netty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-netty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-netty-http ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-netty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-netty-http ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-netty-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-netty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-netty-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >--
[INFO] Building jersey-test-framework-provider-netty 3.0.99-SNAPSHOT   [35/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-netty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/netty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/netty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-netty ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >-----
[INFO] Building jersey-container-jetty-http 3.0.99-SNAPSHOT            [36/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jetty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-container-jetty-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-jetty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-jetty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-http ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-jetty-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-jetty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >--
[INFO] Building jersey-test-framework-provider-jetty 3.0.99-SNAPSHOT   [37/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-jetty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-test-framework-provider-jetty ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-provider-jetty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-provider-jetty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-jetty ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >--
[INFO] Building jersey-test-framework-provider-bundle 3.0.99-SNAPSHOT  [38/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-provider-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-provider-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------
[INFO] Building jersey-connectors-grizzly 3.0.99-SNAPSHOT              [39/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-grizzly-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-grizzly-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-grizzly-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-grizzly-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-grizzly-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-grizzly-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-grizzly-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-grizzly-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >-------------
[INFO] Building jersey-media-sse 3.0.99-SNAPSHOT                       [40/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-sse ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-sse ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-sse ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-sse ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-sse ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-sse ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/sse/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-sse ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-sse ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-sse ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-sse ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-sse ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-sse ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.media.sse,  has 1,  private references [org.glassfish.jersey.media.sse.internal]
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-sse ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------
[INFO] Building jersey-connectors-helidon 3.0.99-SNAPSHOT              [41/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-helidon-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-helidon-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-helidon-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/helidon/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-helidon-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-helidon-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-helidon-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-helidon-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-helidon-connector ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-helidon-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:jar (attach-javadocs) @ jersey-helidon-connector ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.0.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/providers/grizzly2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/sse/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source file /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java...
[parsing started RegularFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java]]
[parsing completed 8ms]
Loading source file /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java...
[parsing started RegularFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java]]
[parsing completed 3ms]
Loading source file /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java...
[parsing started RegularFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java]]
[parsing completed 0ms]
Loading source file /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java...
[parsing started RegularFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java]]
[parsing completed 1ms]
Constructing Javadoc information...
[search path for source files: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/src/main/java8,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/generated-sources/annotations]
[search path for class files: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/cldrdata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/dnsns.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jaccess.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/localedata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunec.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunjce_provider.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunpkcs11.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/zipfs.jar,/home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.0.2/helidon-jersey-connector-3.0.2.jar,/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar,/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/io/helidon/webclient/helidon-webclient/3.0.2/helidon-webclient-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-context/3.0.2/helidon-common-context-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common/3.0.2/helidon-common-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-service-loader/3.0.2/helidon-common-service-loader-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-http/3.0.2/helidon-common-http-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-key-util/3.0.2/helidon-common-key-util-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-configurable/3.0.2/helidon-common-configurable-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-reactive/3.0.2/helidon-common-reactive-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-mapper/3.0.2/helidon-common-mapper-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/config/helidon-config/3.0.2/helidon-config-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-media-type/3.0.2/helidon-common-media-type-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/media/helidon-media-common/3.0.2/helidon-media-common-3.0.2.jar,/home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler-proxy/4.1.77.Final/netty-handler-proxy-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-socks/4.1.77.Final/netty-codec-socks-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver-dns/4.1.77.Final/netty-resolver-dns-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-dns/4.1.77.Final/netty-codec-dns-4.1.77.Final.jar,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/Locale.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/ResourceBundle.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/Localizable.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/LocalizableMessageFactory.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/LocalizableMessageFactory$ResourceBundleSupplier.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/Localizer.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Object.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/String.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/PropertiesClass.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/client/spi/Connector.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/client/spi/ConnectorProvider.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/JdkVersion.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/ProcessingException.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/client/Client.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Configuration.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/io/OutputStream.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Target.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/ElementType.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Retention.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/RetentionPolicy.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Annotation.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Override.class)]]
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonClientProperties.html...
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/FunctionalInterface.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/io/Serializable.class)]]
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/LocalizationMessages.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-frame.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-summary.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-tree.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/LocalizationMessages.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonClientProperties.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonConnectorProvider.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/apidocs/help-doc.html...
[done in 716 ms]
1 warning
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: https://jakartaee.github.io/rest/apidocs/3.0.0/
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-helidon-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >--------
[INFO] Building jersey-connectors-jdk 3.0.99-SNAPSHOT                  [42/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-jdk-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-jdk-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-jdk-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-jdk-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-jdk-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-jdk-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-jdk-connector ---
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-jdk-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-jdk-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-jdk-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >-------
[INFO] Building jersey-connectors-jetty 3.0.99-SNAPSHOT                [43/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-jetty-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-jetty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-jetty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-jetty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-jetty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-jetty-connector ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-jetty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jetty-connector ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-jetty-connector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-jetty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-jetty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------------< org.glassfish.jersey.ext:project >------------------
[INFO] Building jersey-extensions 3.0.99-SNAPSHOT                      [44/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.cdi:project >----------------
[INFO] Building jersey-cdi-support 3.0.99-SNAPSHOT                     [45/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >--------------
[INFO] Building jersey-ext-cdi1x 3.0.99-SNAPSHOT                       [46/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-cdi1x ---
[INFO] Resources:
[INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.containers.glassfish:project >----------
[INFO] Building jersey-glassfish-support 3.0.99-SNAPSHOT               [47/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >-------
[INFO] Building jersey-gf-ejb 3.0.99-SNAPSHOT                          [48/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-gf-ejb ---
[WARNING] The POM for org.apache.logging.log4j:log4j-api-java9:zip:2.11.2 is missing, no dependency information available
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-gf-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-gf-ejb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-gf-ejb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-gf-ejb ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-gf-ejb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-gf-ejb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gf-ejb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-gf-ejb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-gf-ejb ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-gf-ejb ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >---
[INFO] Building jersey-container-jetty-servlet 3.0.99-SNAPSHOT         [49/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-container-jetty-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-container-jetty-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-container-jetty-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-container-jetty-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-container-jetty-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-container-jetty-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >-----------
[INFO] Building jersey-ext-bean-validation 3.0.99-SNAPSHOT             [50/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bean-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-bean-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-bean-validation ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-bean-validation ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-bean-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-bean-validation ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-bean-validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-bean-validation ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >--
[INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 3.0.99-SNAPSHOT [51/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >----------
[INFO] Building jersey-ext-cdi-rs-inject 3.0.99-SNAPSHOT               [52/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi-rs-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi-rs-inject ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi-rs-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi-rs-inject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi-rs-inject ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:jar (attach-javadocs) @ jersey-cdi-rs-inject ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.0.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source file /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java...
[parsing started RegularFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java]]
[parsing completed 20ms]
Loading source file /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java...
[parsing started RegularFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java]]
[parsing completed 1ms]
Loading source file /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java...
[parsing started RegularFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java]]
[parsing completed 1ms]
Constructing Javadoc information...
[search path for source files: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/annotations]
[search path for class files: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/cldrdata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/dnsns.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jaccess.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/localedata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunec.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunjce_provider.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunpkcs11.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/zipfs.jar,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar,/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar,/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar,/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/ReflectionHelper.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/LazyValue.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/Value.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/Values.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/context/RequestScoped.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/context/spi/CreationalContext.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/event/Observes.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/Alternative.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/Any.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/AfterBeanDiscovery.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/AnnotatedType.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/Bean.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/BeanManager.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/BeforeBeanDiscovery.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/Extension.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/InjectionPoint.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/InjectionTarget.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/InjectionTargetFactory.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/PassivationCapable.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/ProcessAnnotatedType.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(jakarta/inject/Singleton.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/container/ContainerRequestContext.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/container/ResourceContext.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/container/ResourceInfo.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Application.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Configuration.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/HttpHeaders.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Request.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/SecurityContext.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/UriInfo.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/ext/ParamConverterProvider.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/ext/Providers.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/sse/Sse.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Annotation.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/reflect/Type.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/security/AccessController.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/Collections.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/HashSet.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/Set.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/UUID.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Object.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/SuppressWarnings.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Class.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/inject/InjectionManager.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/Produces.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(jakarta/inject/Inject.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/FilterConfig.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/ServletConfig.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/ServletContext.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/http/HttpServletRequest.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/http/HttpServletResponse.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/context/spi/Contextual.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/BeanAttributes.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/String.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/util/AnnotationLiteral.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(jakarta/inject/Qualifier.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/ElementType.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Retention.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/RetentionPolicy.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Target.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/io/Serializable.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/event/Reception.class)]]
[loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/event/TransactionPhase.class)]]
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Override.class)]]
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.html...
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/FunctionalInterface.class)]]
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.html...
[loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Documented.class)]]
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-frame.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/InjectExtension.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/JerseyContext.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/ServletReferenceProducer.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/apidocs/help-doc.html...
[done in 726 ms]
3 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: https://jakartaee.github.io/rest/apidocs/3.0.0/
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:74: warning - @Inject is an unknown tag.
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:74: warning - @Inject is an unknown tag.
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi-rs-inject ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi-rs-inject ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >----------
[INFO] Building jersey-ext-cdi1x-servlet 3.0.99-SNAPSHOT               [53/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-cdi1x-servlet ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-servlet ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >--------
[INFO] Building jersey-ext-cdi1x-transaction 3.0.99-SNAPSHOT           [54/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-transaction ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-cdi1x-transaction ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-transaction ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-transaction ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-transaction ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-transaction ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-transaction ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >--------
[INFO] Building jersey-ext-cdi1x-validation 3.0.99-SNAPSHOT            [55/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi1x-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi1x-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-cdi1x-validation ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi1x-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi1x-validation ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi1x-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi1x-validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi1x-validation ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi1x-validation ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------
[INFO] Building jersey-ext-weld2-se 3.0.99-SNAPSHOT                    [56/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-weld2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-weld2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-weld2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-weld2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-weld2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-weld2-se ---
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-weld2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-weld2-se ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-weld2-se/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-weld2-se ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-weld2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-weld2-se ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >----------
[INFO] Building jersey-ext-entity-filtering 3.0.99-SNAPSHOT            [57/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-entity-filtering ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-entity-filtering ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-entity-filtering ---
[INFO] Resources:
[INFO] org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-entity-filtering ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-entity-filtering ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-entity-filtering ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-entity-filtering ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-entity-filtering ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-entity-filtering ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-entity-filtering ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >----------
[INFO] Building jersey-ext-metainf-services 3.0.99-SNAPSHOT            [58/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-metainf-services ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-metainf-services ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-metainf-services ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-metainf-services ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-metainf-services ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-metainf-services ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-metainf-services ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-metainf-services ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-metainf-services ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-metainf-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-metainf-services ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-metainf-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-metainf-services ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-metainf-services ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-metainf-services ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >-----------------
[INFO] Building jersey-ext-mvc 3.0.99-SNAPSHOT                         [59/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-mvc ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-mvc ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-mvc ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >---------
[INFO] Building jersey-ext-mvc-bean-validation 3.0.99-SNAPSHOT         [60/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-bean-validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-bean-validation ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >-----------
[INFO] Building jersey-ext-mvc-freemarker 3.0.99-SNAPSHOT              [61/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-freemarker ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-freemarker ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-freemarker ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-freemarker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-freemarker ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >---------------
[INFO] Building jersey-ext-mvc-jsp 3.0.99-SNAPSHOT                     [62/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-jsp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-jsp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-mvc-jsp ---
[INFO] Resources:
[INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-mvc-jsp ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-jsp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-jsp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-jsp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-jsp ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-jsp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------
[INFO] Building jersey-ext-mvc-mustache 3.0.99-SNAPSHOT                [63/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mvc-mustache ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mvc-mustache ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-mustache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mvc-mustache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mvc-mustache ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mvc-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------
[INFO] Building jersey-ext-proxy-client 3.0.99-SNAPSHOT                [64/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-proxy-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-proxy-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-proxy-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-proxy-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-proxy-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-proxy-client ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-proxy-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-proxy-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-proxy-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-proxy-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.rx:project >-----------------
[INFO] Building jersey-ext-rx 3.0.99-SNAPSHOT                          [65/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >---------
[INFO] Building jersey-ext-rx-client-guava 3.0.99-SNAPSHOT             [66/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rx-client-guava ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-guava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rx-client-guava ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rx-client-guava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rx-client-guava ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rx-client-guava ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >---------
[INFO] Building jersey-ext-rx-client-rxjava 3.0.99-SNAPSHOT            [67/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rx-client-rxjava ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rx-client-rxjava ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rx-client-rxjava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rx-client-rxjava ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rx-client-rxjava ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >--------
[INFO] Building jersey-ext-rx-client-rxjava2 3.0.99-SNAPSHOT           [68/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rx-client-rxjava2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rx-client-rxjava2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rx-client-rxjava2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >---------------
[INFO] Building jersey-spring6 3.0.99-SNAPSHOT                         [69/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-spring6 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-spring6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-spring6 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-spring6 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-spring6 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-spring6 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/spring/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-spring6 ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/src/main/javaPre17 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-spring6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-spring6 ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-spring6 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-spring6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-spring6 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-spring6 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >-------------
[INFO] Building jersey-wadl-doclet 3.0.99-SNAPSHOT                     [70/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-wadl-doclet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-wadl-doclet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-wadl-doclet ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/src/main/java added.
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/src/main/java8_11 added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-wadl-doclet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-wadl-doclet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-wadl-doclet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-wadl-doclet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >--------
[INFO] Building jersey-media-json-binding 3.0.99-SNAPSHOT              [71/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-json-binding ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jsonb/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-binding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-binding ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------
[INFO] Building project 3.0.99-SNAPSHOT                                [72/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >-----
[INFO] Building jersey-mp-rest-client 3.0.99-SNAPSHOT                  [73/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mp-rest-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mp-rest-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-mp-rest-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mp-rest-client ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mp-rest-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mp-rest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mp-rest-client ---
[WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mp-rest-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >-------
[INFO] Building jersey-mp-config 3.0.99-SNAPSHOT                       [74/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-config ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-mp-config ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-mp-config ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-mp-config ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-mp-config ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mp-config ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mp-config ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-mp-config ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-mp-config ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-mp-config ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.incubator:project >---------------
[INFO] Building jersey-incubator 3.0.99-SNAPSHOT                       [75/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >--------
[INFO] Building jersey-inject-cdi-weld 3.0.99-SNAPSHOT                 [76/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi-inject-weld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-cdi-inject-weld ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi-inject-weld ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi-inject-weld ---
[INFO] Copying 4 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi-inject-weld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi-inject-weld ---
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed,  has 1,  private references [org.glassfish.jersey.inject.weld.internal.managed]
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi-inject-weld ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >---------
[INFO] Building jersey-declarative-linking 3.0.99-SNAPSHOT             [77/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-declarative-linking ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-declarative-linking ---
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-declarative-linking ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-declarative-linking ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ jersey-declarative-linking >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ jersey-declarative-linking <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar
[WARNING] artifact org.glassfish.jersey.ext:jersey-declarative-linking:java-source:sources:3.0.99-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-declarative-linking ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-declarative-linking ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >--------
[INFO] Building jersey-ext-gae-integration 3.0.99-SNAPSHOT             [78/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gae-integration ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-gae-integration ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-gae-integration ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-gae-integration ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-gae-integration ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-gae-integration ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/gae-integration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-gae-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/gae-integration/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gae-integration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-gae-integration ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-gae-integration ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.media:html-json >----------------
[INFO] Building jersey-media-html-json 3.0.99-SNAPSHOT                 [79/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ html-json ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ html-json ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ html-json ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ html-json ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ html-json ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ html-json ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ html-json ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ html-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ html-json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ html-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ html-json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ html-json ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------
[INFO] Building jersey-media-kryo 3.0.99-SNAPSHOT                      [80/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-kryo ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-kryo ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-kryo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-kryo ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-kryo ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-kryo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-kryo ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-kryo ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >---------
[INFO] Building jersey-open-tracing 3.0.99-SNAPSHOT                    [81/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-open-tracing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-open-tracing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-open-tracing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-open-tracing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-open-tracing ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-open-tracing ---
[INFO] Resources:
[INFO] org/glassfish/jersey/opentracing/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-open-tracing ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-open-tracing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-open-tracing ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-open-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-open-tracing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-open-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-open-tracing ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-open-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >-------------
[INFO] Building jersey-inject-cdi2-se 3.0.99-SNAPSHOT                  [82/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-cdi2-se ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-cdi2-se ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/SeBeanRegisterExtension.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/SeBeanRegisterExtension.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-cdi2-se ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-cdi2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-cdi2-se ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >----------
[INFO] Building jersey-media-json-gson 3.0.99-SNAPSHOT                 [83/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-gson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-gson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-json-gson ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gson/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-gson ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-gson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-gson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-gson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-gson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-gson ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >--------
[INFO] Building jersey-media-json-jackson 3.0.99-SNAPSHOT              [84/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-json-jackson ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-jackson ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-jackson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-jackson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >--------
[INFO] Building jersey-media-json-jettison 3.0.99-SNAPSHOT             [85/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-jettison ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-jettison ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-json-jettison ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jettison/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-jettison ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-jettison ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-jettison ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jettison ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-jettison ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-jettison ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-jettison ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >-------
[INFO] Building jersey-media-json-processing 3.0.99-SNAPSHOT           [86/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-json-processing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-json-processing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-json-processing ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-json-processing ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-json-processing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-json-processing ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-json-processing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-json-processing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-json-processing ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-json-processing ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------
[INFO] Building jersey-media-moxy 3.0.99-SNAPSHOT                      [87/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-moxy ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-moxy ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-moxy ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-moxy ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-moxy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-moxy ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >----------
[INFO] Building jersey-media-multipart 3.0.99-SNAPSHOT                 [88/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-multipart ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-multipart ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-multipart ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-multipart ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-multipart ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-multipart ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-multipart ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/FormDataParamValueParamProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/FormDataParamValueParamProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-multipart ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-multipart ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-multipart ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-multipart ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.security:project >----------------
[INFO] Building jersey-security 3.0.99-SNAPSHOT                        [89/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.glassfish.jersey.security:oauth1-signature >-----------
[INFO] Building oauth1-signature 3.0.99-SNAPSHOT                       [90/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth1-signature ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-signature ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ oauth1-signature ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ oauth1-signature ---
[INFO] Resources:
[INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ oauth1-signature ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth1-signature ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth1-signature ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth1-signature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth1-signature ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth1-signature ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-client >-------------
[INFO] Building jersey-security 3.0.99-SNAPSHOT                        [91/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth1-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth1-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ oauth1-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ oauth1-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ oauth1-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth1-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth1-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth1-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth1-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth1-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth1-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-server >-------------
[INFO] Building oauth1-server 3.0.99-SNAPSHOT                          [92/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth1-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth1-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth1-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth1-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth1-server ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth1-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth1-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth1-server ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth2-client >-------------
[INFO] Building oauth2-client 3.0.99-SNAPSHOT                          [93/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth2-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth2-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth2-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth2-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ oauth2-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ oauth2-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ oauth2-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ oauth2-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ oauth2-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ oauth2-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ oauth2-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth2-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth2-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth2-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >---
[INFO] Building jersey-test-framework-util 3.0.99-SNAPSHOT             [94/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-test-framework-util ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-util ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-test-framework-util ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-test-framework-util ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-test-framework-util ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:project >-----------------
[INFO] Building jersey-tests 3.0.99-SNAPSHOT                           [95/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.glassfish.jersey.tests:e2e >-------------------
[INFO] Building jersey-tests-e2e 3.0.99-SNAPSHOT                       [96/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 89 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CookieImplTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CookieImplTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-client >----------------
[INFO] Building jersey-tests-e2e-client 3.0.99-SNAPSHOT                [97/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-client ---
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >-------------
[INFO] Building jersey-tests-e2e-core-common 3.0.99-SNAPSHOT           [98/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-core-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-core-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-core-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-core-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-core-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-core-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-core-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-core-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-core-common ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-core-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-core-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-core-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-core-common ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-core-common ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >----------------
[INFO] Building jersey-tests-e2e-entity 3.0.99-SNAPSHOT                [99/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-entity ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-entity ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-entity ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-entity ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-entity ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-entity ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-entity ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-entity/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-entity ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-entity ---
[INFO] Copying 385 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-entity ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 139 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-entity/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-entity ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-entity ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-entity ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-entity ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-entity/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >----------------
[INFO] Building jersey-tests-e2e-inject 3.0.99-SNAPSHOT               [100/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------
[INFO] Building jersey-tests-e2e-inject-cdi-se 3.0.99-SNAPSHOT        [101/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-inject-cdi2-se ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-inject-cdi2-se ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-inject-cdi2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-inject-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests:e2e-inject-cdi-inject-weld >--------
[INFO] Building jersey-tests-e2e-inject-cdi-inject-weld 3.0.99-SNAPSHOT [102/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject-cdi-inject-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject-cdi-inject-weld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-cdi-inject-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi-inject-weld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-inject-cdi-inject-weld ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi-inject-weld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-inject-cdi-inject-weld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-inject-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject-cdi-inject-weld ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >--------------
[INFO] Building e2e-inject-hk2 3.0.99-SNAPSHOT                        [103/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-hk2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-inject-hk2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-inject-hk2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-inject-hk2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-inject-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-inject-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-inject-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-inject-hk2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-inject-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-inject-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-inject-hk2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-server >----------------
[INFO] Building jersey-tests-e2e-server 3.0.99-SNAPSHOT               [104/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-server ---
[INFO] Copying 97 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 153 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/provider/CustomViewableContext.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/provider/CustomViewableContext.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-server ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-server ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >----------------
[INFO] Building jersey-tests-e2e-testng 3.0.99-SNAPSHOT               [105/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-testng ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ e2e-testng ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ e2e-testng ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e-testng ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ e2e-testng ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ e2e-testng ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-testng ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ e2e-testng ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-testng/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-testng ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ e2e-testng ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-testng/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-testng ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-testng/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ e2e-testng ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ e2e-testng ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ e2e-testng ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ e2e-testng ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-testng/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests.integration:project >-----------
[INFO] Building jersey-tests-integration 3.0.99-SNAPSHOT              [106/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests.integration:asm >-------------
[INFO] Building jersey-asm-integration 3.0.99-SNAPSHOT                [107/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ asm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ asm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ asm ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ asm ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ asm ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ asm ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ asm ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ asm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ asm ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ asm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ asm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ asm ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ asm ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ asm ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ asm ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >--
[INFO] Building cdi-integration-project 3.0.99-SNAPSHOT               [108/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-integration-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >--
[INFO] Building jersey-tests-cdi-beanvalidation-webapp 3.0.99-SNAPSHOT [109/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-beanvalidation-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-beanvalidation-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-beanvalidation-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-beanvalidation-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-beanvalidation-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-beanvalidation-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-beanvalidation-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-beanvalidation-webapp ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-beanvalidation-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-beanvalidation-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-beanvalidation-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-beanvalidation-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-beanvalidation-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-beanvalidation-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-beanvalidation-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-beanvalidation-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration.cdi:cdi-client >--------
[INFO] Building jersey-tests-cdi-client 3.0.99-SNAPSHOT               [110/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server >---
[INFO] Building jersey-tests-cdi-client-on-server 3.0.99-SNAPSHOT     [111/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-client-on-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-client-on-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-client-on-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-client-on-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-client-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-client-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-client-on-server ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-client-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-client-on-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-client-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-client-on-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-client-on-server ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-client-on-server] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-client-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-client-on-server ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >---
[INFO] Building jersey-tests-cdi-ejb-webapp 3.0.99-SNAPSHOT           [112/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-ejb-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-ejb-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-ejb-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-ejb-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-ejb-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-ejb-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-ejb-test-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-ejb-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-ejb-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp >--
[INFO] Building jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.0.99-SNAPSHOT [113/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-iface-with-non-jaxrs-impl-test-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >----
[INFO] Building cdi-manually-bound 3.0.99-SNAPSHOT                    [114/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-manually-bound ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-manually-bound ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-manually-bound ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-manually-bound ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-manually-bound ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-manually-bound ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-manually-bound ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-manually-bound ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-manually-bound ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-manually-bound ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-manually-bound ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-manually-bound ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-manually-bound ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-manually-bound ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-manually-bound ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------
[INFO] Building jersey-tests-cdi-log-check 3.0.99-SNAPSHOT            [115/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-log-check ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-log-check ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-log-check ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-log-check ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-log-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-log-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-log-check ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-log-check ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-log-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-log-check ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-log-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-log-check ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-log-check ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-log-check] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-log-check ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-log-check ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >---
[INFO] Building jersey-tests-integration-cdi-multimodule-lib 3.0.99-SNAPSHOT [116/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-lib ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multimodule-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multimodule-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >---
[INFO] Building jersey-tests-integration-cdi-multimodule-war 3.0.99-SNAPSHOT [117/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-war1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multimodule-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multimodule-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-multimodule-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multimodule-war1] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >---
[INFO] Building jersey-tests-integration-cdi-multimodule-war2 3.0.99-SNAPSHOT [118/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-war2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multimodule-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multimodule-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-multimodule-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multimodule-war2] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >---
[INFO] Building jersey-tests-integration-cdi-multimodule-ear 3.0.99-SNAPSHOT [119/283]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ cdi-multimodule-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multimodule-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ cdi-multimodule-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war1-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war2-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [jar:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-lib-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule-ear ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >-----
[INFO] Building jersey-tests-integration-cdi-multimodule 3.0.99-SNAPSHOT [120/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multimodule ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multimodule ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multimodule ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >---
[INFO] Building jersey-tests-cdi-multipart-webapp 3.0.99-SNAPSHOT     [121/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multipart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-multipart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-multipart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-multipart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-multipart-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-multipart-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multipart-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-multipart-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-multipart-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-multipart-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-multipart-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multipart-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-multipart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-multipart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >--
[INFO] Building jersey-tests-resource-with-at-context 3.0.99-SNAPSHOT [122/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-resource-with-at-context ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-resource-with-at-context ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-resource-with-at-context ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-resource-with-at-context ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-resource-with-at-context ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-resource-with-at-context ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-resource-with-at-context ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-resource-with-at-context ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-resource-with-at-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-resource-with-at-context ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-resource-with-at-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-resource-with-at-context ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-resource-with-at-context ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-resource-with-at-context ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-resource-with-at-context ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-singleton >------
[INFO] Building cdi-singleton 3.0.99-SNAPSHOT                         [123/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-singleton ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-singleton ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-singleton ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-singleton ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-singleton ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-singleton ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-singleton ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-singleton ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-singleton ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-singleton ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-singleton ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-singleton ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-singleton ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-singleton ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-singleton ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >-----
[INFO] Building jersey-tests-cdi-webapp 3.0.99-SNAPSHOT               [124/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-test-webapp ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-test-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp >--
[INFO] Building jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.0.99-SNAPSHOT [125/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-with-jersey-injection-custom-cfg-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp >--
[INFO] Building jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.0.99-SNAPSHOT [126/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-with-jersey-injection-custom-hk2-banned-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >--
[INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 3.0.99-SNAPSHOT [127/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-with-jersey-injection-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-with-jersey-injection-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-with-jersey-injection-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-with-jersey-injection-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-with-jersey-injection-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-with-jersey-injection-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-with-jersey-injection-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-with-jersey-injection-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >--
[INFO] Building jersey-tests-context-inject-on-server 3.0.99-SNAPSHOT [128/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ context-inject-on-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ context-inject-on-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ context-inject-on-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ context-inject-on-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ context-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ context-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ context-inject-on-server ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ context-inject-on-server ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ context-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ context-inject-on-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ context-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ context-inject-on-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ context-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ context-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ context-inject-on-server ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >--
[INFO] Building client-connector-provider 3.0.99-SNAPSHOT             [129/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-connector-provider ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ client-connector-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ client-connector-provider ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ client-connector-provider ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ client-connector-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ client-connector-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ client-connector-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ client-connector-provider ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ client-connector-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ client-connector-provider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ client-connector-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ client-connector-provider ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ client-connector-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/target/client-connector-provider.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-connector-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ client-connector-provider ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/target/client-connector-provider.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-lib 3.0.99-SNAPSHOT [130/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ejb-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-war 3.0.99-SNAPSHOT [131/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-war ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-war ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-war ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-war ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-war ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-multimodule-war ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-war] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-war ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-war ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-ear 3.0.99-SNAPSHOT [132/283]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ ejb-multimodule-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-war-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-lib-3.0.99-SNAPSHOT.jar]
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT/org.glassfish.jersey.tests.integration-ejb-multimodule-lib-3.0.99-SNAPSHOT.jar
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Copy ear sources to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT
[INFO] Building ear: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-ear ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >-------
[INFO] Building jersey-tests-integration-ejb-multimodule 3.0.99-SNAPSHOT [133/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 3.0.99-SNAPSHOT [134/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-lib ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-reload-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-reload-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ejb-multimodule-reload-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 3.0.99-SNAPSHOT [135/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-war1 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-reload-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-reload-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-multimodule-reload-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-reload-war1] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 3.0.99-SNAPSHOT [136/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-war2 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-multimodule-reload-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-multimodule-reload-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-multimodule-reload-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-reload-war2] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 3.0.99-SNAPSHOT [137/283]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-reload-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-multimodule-reload-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ ejb-multimodule-reload-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar]
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT/org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload-ear ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >----
[INFO] Building jersey-tests-integration-ejb-multimodule-reload 3.0.99-SNAPSHOT [138/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-multimodule-reload ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-multimodule-reload ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-multimodule-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-multimodule-reload ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-multimodule-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >-------
[INFO] Building jersey-tests-ejb-webapp 3.0.99-SNAPSHOT               [139/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ ejb-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ ejb-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ ejb-test-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-test-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-test-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ ejb-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-test-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ ejb-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------
[INFO] Building j-376-reproducer 3.0.99-SNAPSHOT                      [140/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-376 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-376 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-376 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-376 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-376 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-376 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-376 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-376 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-376 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-376 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-376 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-376 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ j-376 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-376 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-376 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >----------
[INFO] Building jersey-tests-integration-j-441-war1 3.0.99-SNAPSHOT   [141/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441-war1 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war1 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-441-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-441-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-441-war1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-441-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-441-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ j-441-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-441-war1] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >----------
[INFO] Building jersey-tests-integration-j-441-war2 3.0.99-SNAPSHOT   [142/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441-war2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war2 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-441-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-441-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-441-war2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-441-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-441-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ j-441-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-441-war2] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >----------
[INFO] Building jersey-tests-integration-j-441-ear 3.0.99-SNAPSHOT    [143/283]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ j-441-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-441-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ j-441-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war1-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war2-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441-ear ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------
[INFO] Building jersey-tests-integration-j-441 3.0.99-SNAPSHOT        [144/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-441 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-441 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-441 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-441 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-441 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-441 ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-441 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-441/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >---------
[INFO] Building jersey-tests-integration-j-59-ejb-lib 3.0.99-SNAPSHOT [145/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-ejb-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59-ejb-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59-ejb-lib ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59-ejb-lib ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59-ejb-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59-ejb-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ejb-lib ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-59-ejb-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-59-ejb-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-59-ejb-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-59-ejb-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-59-ejb-lib ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ j-59-ejb-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59-ejb-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59-ejb-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >---------
[INFO] Building jersey-tests-integration-j-59-cdi-war 3.0.99-SNAPSHOT [146/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-cdi-war ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59-cdi-war ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59-cdi-war ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59-cdi-war ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59-cdi-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59-cdi-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-cdi-war ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-59-cdi-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-59-cdi-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ j-59-cdi-war ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-59-cdi-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ j-59-cdi-war ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ j-59-cdi-war ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-59-cdi-war] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59-cdi-war ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59-cdi-war ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >-----------
[INFO] Building jersey-tests-integration-j-59-ear 3.0.99-SNAPSHOT     [147/283]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59-ear ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59-ear ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ear ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:generate-application-xml (default-generate-application-xml) @ j-59-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ j-59-ear ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:3.2.0:ear (default-ear) @ j-59-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-59-cdi-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-cdi-war-3.0.99-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:j-59-ejb-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-ejb-lib-3.0.99-SNAPSHOT.jar]
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT/org.glassfish.jersey.tests.integration-j-59-ejb-lib-3.0.99-SNAPSHOT.jar
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar]
[INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.29.0-GA] to [APP-INF/lib/org.javassist-javassist-3.29.0-GA.jar]
[INFO] Building ear: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59-ear ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.ear
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >-------------
[INFO] Building jersey-tests-integration-j-59 3.0.99-SNAPSHOT         [148/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ j-59 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ j-59 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ j-59 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ j-59 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ j-59 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ j-59 ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ j-59 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/j-59/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >---------
[INFO] Building jersey-tests-integration-jersey-2136 3.0.99-SNAPSHOT  [149/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2136 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2136 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2136 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2136 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2136 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2136 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2136 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2136 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2136 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2136 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2136 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2136] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2136 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2136 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2136 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2136 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >---------
[INFO] Building jersey-tests-integration-jersey-2137 3.0.99-SNAPSHOT  [150/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2137 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2137 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2137 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2137 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2137 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2137 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2137 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2137 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2137 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2137 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2137 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2137 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2137 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2137] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/target/jersey-2137]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/target/jersey-2137.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2137 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/target/jersey-2137-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2137 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/target/jersey-2137.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2137/target/jersey-2137-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >---------
[INFO] Building jersey-tests-integration-jersey-2154 3.0.99-SNAPSHOT  [151/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2154 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2154 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2154 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2154 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2154 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2154 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2154 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2154 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2154 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2154 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2154 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2154 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2154 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2154] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/target/jersey-2154]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/target/jersey-2154.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2154 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/target/jersey-2154-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2154 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/target/jersey-2154.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2154/target/jersey-2154-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >---------
[INFO] Building jersey-tests-integration-jersey-2421 3.0.99-SNAPSHOT  [152/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2421 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2421 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2421 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2421 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2421 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2421 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2421 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2421 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2421/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2421 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2421 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2421/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2421 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2421/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2421 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2421 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2421] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2421 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2421 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2421/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >---------
[INFO] Building jersey-tests-integration-jersey-2776 3.0.99-SNAPSHOT  [153/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2776 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2776 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2776 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2776 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-2776 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-2776 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2776] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-2776 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2776 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-2776 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-2776 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2776 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-2776 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2776 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2776 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2776 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2776
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ jersey-2776 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2776 ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ jersey-2776 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-2776 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3662 >---------
[INFO] Building jersey-3662 3.0.99-SNAPSHOT                           [154/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3662 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3662 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3662 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-3662 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-3662 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-3662 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3662 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-3662 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3662/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3662 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-3662 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3662/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3662 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3662/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-3662 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-3662 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-3662 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-3662 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3662/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >---------
[INFO] Building jersey-tests-integration-jersey-3670 3.0.99-SNAPSHOT  [155/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3670 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3670 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3670 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-3670 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-3670 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-3670 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3670 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-3670 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3670 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-3670 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3670 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-3670 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-3670 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3670] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-3670 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-3670 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >---------
[INFO] Building jersey-3992 3.0.99-SNAPSHOT                           [156/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3992 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-3992 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-3992 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-3992 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-3992 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-3992 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3992 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-3992 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3992 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-3992 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3992 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-3992 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-3992 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3992] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/target/jersey-3992]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/target/jersey-3992.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-3992 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/target/jersey-3992-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-3992 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/target/jersey-3992.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-3992/target/jersey-3992-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4003 >---------
[INFO] Building jersey-tests-integration-jersey-4003 3.0.99-SNAPSHOT  [157/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4003 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4003 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4003 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4003 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4003 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4003 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4003 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4003 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4003/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4003 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4003 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4003/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4003 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4003/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4003 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4003 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4003 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4003 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4003/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >---------
[INFO] Building jersey-tests-integration-jersey-4099 3.0.99-SNAPSHOT  [158/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4099 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4099 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4099 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4099 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4099 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4099 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4099 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4099 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4099 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4099 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4099 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4099 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-4099 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-4099] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4099 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4099 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >---------
[INFO] Building jersey-4321 3.0.99-SNAPSHOT                           [159/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4321 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4321 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4321 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4321 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4321 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4321 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4321 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4321 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4321/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4321 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4321 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4321/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4321 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4321/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4321 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4321 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4321 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4321 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4321/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:project >----------------
[INFO] Building jersey-examples 3.0.99-SNAPSHOT                       [160/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:server-sent-events-jersey >-------
[INFO] Building jersey-examples-server-sent-events-jersey 3.0.99-SNAPSHOT [161/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-sent-events-jersey ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-sent-events-jersey ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-sent-events-jersey ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-sent-events-jersey ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-sent-events-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-sent-events-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-sent-events-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-sent-events-jersey ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-sent-events-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-sent-events-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-sent-events-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4507 >---------
[INFO] Building jersey-4507 3.0.99-SNAPSHOT                           [162/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4507 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4507 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4507 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4507 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4507 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4507 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4507 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4507 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4507/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4507 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4507 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4507/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4507 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4507/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4507 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4507 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4507 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4507 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4507/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4542 >---------
[INFO] Building jersey-4542 3.0.99-SNAPSHOT                           [163/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4542 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4542 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4542 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4542 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4542 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4542 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4542 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4542 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4542 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4542 ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4542 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4542 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4542 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4542 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4542 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4697 >---------
[INFO] Building jersey-4697 3.0.99-SNAPSHOT                           [164/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4697 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4697 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4697 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4697 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4697 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4697 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4697 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4697 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4697/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4697 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4697 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4697/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4697 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4697/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4697 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4697 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4697 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4697 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4697/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >---------
[INFO] Building jersey-4722 3.0.99-SNAPSHOT                           [165/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4722 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-4722 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-4722 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-4722 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-4722 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-4722 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4722 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-4722 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4722 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-4722 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4722 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-4722 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-4722 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-4722 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-4722 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.bundles:project >----------------
[INFO] Building jersey-bundles 3.0.99-SNAPSHOT                        [166/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >----------------
[INFO] Building jersey-bundles-jaxrs-ri 3.0.99-SNAPSHOT               [167/283]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxrs-ri ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jaxrs-ri ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jaxrs-ri ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jaxrs-ri ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java added.
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack) @ jaxrs-ri ---
[INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jaxrs-ri ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaxrs-ri ---
[INFO] Copying 41 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-ri ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1007 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/classes
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1013,14] sun.misc.Contended is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1596,38] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[30,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[32,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[36,91] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,35] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jaxrs-ri ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-ri ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jaxrs-ri ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxrs-ri ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (shade-archive) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar.
[INFO] Including org.eclipse.parsson:parsson:jar:1.0.0 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar.
[INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar.
[WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.0-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.0.jar, yasson-2.0.4.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] jakarta.activation-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.0.jar, yasson-2.0.4.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.md
[WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.0.jar, yasson-2.0.4.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml
[WARNING]   - jakarta.ws.rs.ApplicationPath
[WARNING]   - jakarta.ws.rs.BadRequestException
[WARNING]   - jakarta.ws.rs.BeanParam
[WARNING]   - jakarta.ws.rs.ClientErrorException
[WARNING]   - jakarta.ws.rs.ConstrainedTo
[WARNING]   - jakarta.ws.rs.Consumes
[WARNING]   - jakarta.ws.rs.CookieParam
[WARNING]   - jakarta.ws.rs.DELETE
[WARNING]   - 127 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml
[WARNING]   - org/glassfish/jersey/servlet/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml
[WARNING]   - META-INF/services/jakarta.servlet.ServletContainerInitializer
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org/glassfish/jersey/servlet/init/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 7 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json
[WARNING]   - META-INF/services/jakarta.ws.rs.client.ClientBuilder
[WARNING]   - org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[WARNING]   - org/glassfish/jersey/client/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json
[WARNING]   - org/glassfish/jersey/internal/build.properties
[WARNING]   - org/glassfish/jersey/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
[WARNING]   - org/glassfish/jersey/server/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory
[WARNING]   - org/glassfish/jersey/inject/hk2/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 613 overlapping classes: 
[WARNING]   - com.sun.research.ws.wadl.Application
[WARNING]   - com.sun.research.ws.wadl.Doc
[WARNING]   - com.sun.research.ws.wadl.Grammars
[WARNING]   - com.sun.research.ws.wadl.HTTPMethods
[WARNING]   - com.sun.research.ws.wadl.Include
[WARNING]   - com.sun.research.ws.wadl.Link
[WARNING]   - com.sun.research.ws.wadl.Method
[WARNING]   - com.sun.research.ws.wadl.ObjectFactory
[WARNING]   - com.sun.research.ws.wadl.Option
[WARNING]   - com.sun.research.ws.wadl.Param
[WARNING]   - 603 more...
[WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 880 overlapping classes: 
[WARNING]   - org.glassfish.jersey.AbstractFeatureConfigurator
[WARNING]   - org.glassfish.jersey.Beta
[WARNING]   - org.glassfish.jersey.CommonProperties
[WARNING]   - org.glassfish.jersey.ExtendedConfig
[WARNING]   - org.glassfish.jersey.ExternalProperties
[WARNING]   - org.glassfish.jersey.InjectionManagerProvider
[WARNING]   - org.glassfish.jersey.JerseyPriorities
[WARNING]   - org.glassfish.jersey.Severity
[WARNING]   - org.glassfish.jersey.SslConfigurator
[WARNING]   - org.glassfish.jersey.internal.AbstractRuntimeDelegate
[WARNING]   - 870 more...
[WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 166 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.AbortException
[WARNING]   - org.glassfish.jersey.client.AbstractNonSyncInvoker
[WARNING]   - org.glassfish.jersey.client.AbstractRxInvoker
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$1
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1
[WARNING]   - 156 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee
[WARNING]   - 36 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.ServletPropertiesDelegate
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$2
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - 34 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING] jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.markdown
[WARNING] jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml
[WARNING]   - org/glassfish/jersey/jaxb/internal/localization.properties
[WARNING] jakarta.json-2.0.0-module.jar, parsson-1.0.0.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/jakarta.json.spi.JsonProvider
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar.
[INFO] Including org.eclipse.parsson:parsson:jar:1.0.0 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar.
[INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar.
[INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT
[WARNING] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/classes (Is a directory)
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.0-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.0.jar, yasson-2.0.4.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml
[WARNING]   - jakarta.ws.rs.ApplicationPath
[WARNING]   - jakarta.ws.rs.BadRequestException
[WARNING]   - jakarta.ws.rs.BeanParam
[WARNING]   - jakarta.ws.rs.ClientErrorException
[WARNING]   - jakarta.ws.rs.ConstrainedTo
[WARNING]   - jakarta.ws.rs.Consumes
[WARNING]   - jakarta.ws.rs.CookieParam
[WARNING]   - jakarta.ws.rs.DELETE
[WARNING]   - 127 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml
[WARNING]   - org/glassfish/jersey/servlet/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml
[WARNING]   - META-INF/services/jakarta.servlet.ServletContainerInitializer
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
[WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org/glassfish/jersey/servlet/init/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 7 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json
[WARNING]   - META-INF/services/jakarta.ws.rs.client.ClientBuilder
[WARNING]   - org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[WARNING]   - org/glassfish/jersey/client/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json
[WARNING]   - org/glassfish/jersey/internal/build.properties
[WARNING]   - org/glassfish/jersey/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
[WARNING]   - org/glassfish/jersey/server/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json
[WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory
[WARNING]   - org/glassfish/jersey/inject/hk2/localization.properties
[WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
[WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 613 overlapping classes: 
[WARNING]   - com.sun.research.ws.wadl.Application
[WARNING]   - com.sun.research.ws.wadl.Doc
[WARNING]   - com.sun.research.ws.wadl.Grammars
[WARNING]   - com.sun.research.ws.wadl.HTTPMethods
[WARNING]   - com.sun.research.ws.wadl.Include
[WARNING]   - com.sun.research.ws.wadl.Link
[WARNING]   - com.sun.research.ws.wadl.Method
[WARNING]   - com.sun.research.ws.wadl.ObjectFactory
[WARNING]   - com.sun.research.ws.wadl.Option
[WARNING]   - com.sun.research.ws.wadl.Param
[WARNING]   - 603 more...
[WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 881 overlapping classes: 
[WARNING]   - org.glassfish.jersey.AbstractFeatureConfigurator
[WARNING]   - org.glassfish.jersey.Beta
[WARNING]   - org.glassfish.jersey.CommonProperties
[WARNING]   - org.glassfish.jersey.ExtendedConfig
[WARNING]   - org.glassfish.jersey.ExternalProperties
[WARNING]   - org.glassfish.jersey.InjectionManagerProvider
[WARNING]   - org.glassfish.jersey.JerseyPriorities
[WARNING]   - org.glassfish.jersey.Severity
[WARNING]   - org.glassfish.jersey.SslConfigurator
[WARNING]   - org.glassfish.jersey.internal.AbstractRuntimeDelegate
[WARNING]   - 871 more...
[WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 166 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.AbortException
[WARNING]   - org.glassfish.jersey.client.AbstractNonSyncInvoker
[WARNING]   - org.glassfish.jersey.client.AbstractRxInvoker
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$1
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser
[WARNING]   - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1
[WARNING]   - 156 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee
[WARNING]   - 36 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.ServletPropertiesDelegate
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1
[WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$1
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$2
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - 34 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING] javassist-3.29.0-GA.jar, jaxrs-ri.jar define 428 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.javassist/javassist/pom.properties
[WARNING]   - META-INF/maven/org.javassist/javassist/pom.xml
[WARNING]   - javassist.ByteArrayClassPath
[WARNING]   - javassist.ByteArrayClassPath$1
[WARNING]   - javassist.ByteArrayClassPath$BytecodeURLConnection
[WARNING]   - javassist.ByteArrayClassPath$BytecodeURLStreamHandler
[WARNING]   - javassist.CannotCompileException
[WARNING]   - javassist.ClassClassPath
[WARNING]   - javassist.ClassMap
[WARNING]   - javassist.ClassPath
[WARNING]   - 418 more...
[WARNING] jakarta.inject-api-2.0.1.jar, jaxrs-ri.jar define 9 overlapping classes and resources: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING]   - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml
[WARNING]   - jakarta.inject.Inject
[WARNING]   - jakarta.inject.Named
[WARNING]   - jakarta.inject.Provider
[WARNING]   - jakarta.inject.Qualifier
[WARNING]   - jakarta.inject.Scope
[WARNING]   - jakarta.inject.Singleton
[WARNING] jaxrs-ri.jar, osgi-resource-locator-1.0.3.jar define 14 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.xml
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.Activator
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinder
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2
[WARNING]   - 4 more...
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml
[WARNING]   - org/glassfish/jersey/jaxb/internal/localization.properties
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 54 overlapping classes: 
[WARNING]   - org.glassfish.jersey.jaxb.FeatureSupplier
[WARNING]   - org.glassfish.jersey.jaxb.FeatureSupplier$1
[WARNING]   - org.glassfish.jersey.jaxb.PropertySupplier
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$1
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$JaxbTypeChecker
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$2
[WARNING]   - 44 more...
[WARNING] jaxrs-ri.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar define 10 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.xml
[WARNING]   - org.glassfish.jersey.jsonb.JsonBindingFeature
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton
[WARNING]   - org/glassfish/jersey/jsonb/localization.properties
[WARNING] jakarta.json-api-2.0.2.jar, jaxrs-ri.jar define 36 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.json/jakarta.json-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.json/jakarta.json-api/pom.xml
[WARNING]   - jakarta.json.EmptyArray
[WARNING]   - jakarta.json.EmptyObject
[WARNING]   - jakarta.json.Json
[WARNING]   - jakarta.json.JsonArray
[WARNING]   - jakarta.json.JsonArrayBuilder
[WARNING]   - jakarta.json.JsonBuilderFactory
[WARNING]   - jakarta.json.JsonException
[WARNING]   - jakarta.json.JsonMergePatch
[WARNING]   - 26 more...
[WARNING] jakarta.json.bind-api-2.0.0.jar, jaxrs-ri.jar define 28 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.xml
[WARNING]   - jakarta.json.bind.Jsonb
[WARNING]   - jakarta.json.bind.JsonbBuilder
[WARNING]   - jakarta.json.bind.JsonbConfig
[WARNING]   - jakarta.json.bind.JsonbException
[WARNING]   - jakarta.json.bind.adapter.JsonbAdapter
[WARNING]   - jakarta.json.bind.annotation.JsonbAnnotation
[WARNING]   - jakarta.json.bind.annotation.JsonbCreator
[WARNING]   - jakarta.json.bind.annotation.JsonbDateFormat
[WARNING]   - 18 more...
[WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar, parsson-1.0.0.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/jakarta.json.spi.JsonProvider
[WARNING] jaxrs-ri.jar, parsson-1.0.0.jar define 64 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.parsson/parsson/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.parsson/parsson/pom.xml
[WARNING]   - org.eclipse.parsson.BufferPoolImpl
[WARNING]   - org.eclipse.parsson.JsonArrayBuilderImpl
[WARNING]   - org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl
[WARNING]   - org.eclipse.parsson.JsonBuilderFactoryImpl
[WARNING]   - org.eclipse.parsson.JsonGeneratorFactoryImpl
[WARNING]   - org.eclipse.parsson.JsonGeneratorImpl
[WARNING]   - org.eclipse.parsson.JsonGeneratorImpl$1
[WARNING]   - org.eclipse.parsson.JsonGeneratorImpl$Context
[WARNING]   - 54 more...
[WARNING] jaxrs-ri.jar, yasson-2.0.4.jar define 247 overlapping classes and resources: 
[WARNING]   - META-INF.versions.16.org.eclipse.yasson.internal.ClassMultiReleaseExtension
[WARNING]   - META-INF.versions.9.org.eclipse.yasson.internal.model.ModulesUtil
[WARNING]   - META-INF/jpms.args
[WARNING]   - META-INF/maven/org.eclipse/yasson/pom.properties
[WARNING]   - META-INF/maven/org.eclipse/yasson/pom.xml
[WARNING]   - META-INF/native-image/org.eclipse/yasson/native-image.properties
[WARNING]   - META-INF/services/jakarta.json.bind.spi.JsonbProvider
[WARNING]   - org.eclipse.yasson.FieldAccessStrategy
[WARNING]   - org.eclipse.yasson.ImplementationClass
[WARNING]   - org.eclipse.yasson.JsonBindingProvider
[WARNING]   - 237 more...
[WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar define 63 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.glassfish/jakarta.json/pom.properties
[WARNING]   - META-INF/maven/org.glassfish/jakarta.json/pom.xml
[WARNING]   - org.glassfish.json.BufferPoolImpl
[WARNING]   - org.glassfish.json.JsonArrayBuilderImpl
[WARNING]   - org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl
[WARNING]   - org.glassfish.json.JsonBuilderFactoryImpl
[WARNING]   - org.glassfish.json.JsonGeneratorFactoryImpl
[WARNING]   - org.glassfish.json.JsonGeneratorImpl
[WARNING]   - org.glassfish.json.JsonGeneratorImpl$1
[WARNING]   - org.glassfish.json.JsonGeneratorImpl$Context
[WARNING]   - 53 more...
[WARNING] jaxrs-ri.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar define 47 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.properties
[WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.xml
[WARNING]   - META-INF/services/jakarta.ws.rs.sse.SseEventSource$Builder
[WARNING]   - org.glassfish.jersey.media.sse.EventInput
[WARNING]   - org.glassfish.jersey.media.sse.EventInputReader
[WARNING]   - org.glassfish.jersey.media.sse.EventListener
[WARNING]   - org.glassfish.jersey.media.sse.EventOutput
[WARNING]   - org.glassfish.jersey.media.sse.EventSource
[WARNING]   - org.glassfish.jersey.media.sse.EventSource$1
[WARNING]   - org.glassfish.jersey.media.sse.EventSource$Builder
[WARNING]   - 37 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar define 16 overlapping resources: 
[WARNING]   - org/glassfish/jersey/inject/hk2/AbstractHk2InjectionManager.java
[WARNING]   - org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java
[WARNING]   - org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2Helper.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java
[WARNING]   - org/glassfish/jersey/inject/hk2/Hk2RequestScope.java
[WARNING]   - org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java
[WARNING]   - org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.java
[WARNING]   - 6 more...
[WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar define 375 overlapping resources: 
[WARNING]   - org/glassfish/jersey/AbstractFeatureConfigurator.java
[WARNING]   - org/glassfish/jersey/Beta.java
[WARNING]   - org/glassfish/jersey/CommonProperties.java
[WARNING]   - org/glassfish/jersey/ExtendedConfig.java
[WARNING]   - org/glassfish/jersey/ExternalProperties.java
[WARNING]   - org/glassfish/jersey/InjectionManagerProvider.java
[WARNING]   - org/glassfish/jersey/JerseyPriorities.java
[WARNING]   - org/glassfish/jersey/Severity.java
[WARNING]   - org/glassfish/jersey/SslConfigurator.java
[WARNING]   - org/glassfish/jersey/internal/AbstractRuntimeDelegate.java
[WARNING]   - 365 more...
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar define 24 overlapping resources: 
[WARNING]   - org/glassfish/jersey/jaxb/FeatureSupplier.java
[WARNING]   - org/glassfish/jersey/jaxb/PropertySupplier.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/AbstractXmlFactory.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/DocumentProvider.java
[WARNING]   - org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java
[WARNING]   - 14 more...
[WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar define 86 overlapping resources: 
[WARNING]   - org/glassfish/jersey/client/AbortException.java
[WARNING]   - org/glassfish/jersey/client/AbstractNonSyncInvoker.java
[WARNING]   - org/glassfish/jersey/client/AbstractRxInvoker.java
[WARNING]   - org/glassfish/jersey/client/ChunkParser.java
[WARNING]   - org/glassfish/jersey/client/ChunkedInput.java
[WARNING]   - org/glassfish/jersey/client/ChunkedInputReader.java
[WARNING]   - org/glassfish/jersey/client/ClientAsyncExecutor.java
[WARNING]   - org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java
[WARNING]   - org/glassfish/jersey/client/ClientBackgroundScheduler.java
[WARNING]   - org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java
[WARNING]   - 76 more...
[WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar define 370 overlapping resources: 
[WARNING]   - com/sun/research/ws/wadl/Application.java
[WARNING]   - com/sun/research/ws/wadl/Doc.java
[WARNING]   - com/sun/research/ws/wadl/Grammars.java
[WARNING]   - com/sun/research/ws/wadl/HTTPMethods.java
[WARNING]   - com/sun/research/ws/wadl/Include.java
[WARNING]   - com/sun/research/ws/wadl/Link.java
[WARNING]   - com/sun/research/ws/wadl/Method.java
[WARNING]   - com/sun/research/ws/wadl/ObjectFactory.java
[WARNING]   - com/sun/research/ws/wadl/Option.java
[WARNING]   - com/sun/research/ws/wadl/Param.java
[WARNING]   - 360 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar define 27 overlapping resources: 
[WARNING]   - org/glassfish/jersey/servlet/ServletContainer.java
[WARNING]   - org/glassfish/jersey/servlet/ServletProperties.java
[WARNING]   - org/glassfish/jersey/servlet/ServletPropertiesDelegate.java
[WARNING]   - org/glassfish/jersey/servlet/WebAppResourcesScanner.java
[WARNING]   - org/glassfish/jersey/servlet/WebComponent.java
[WARNING]   - org/glassfish/jersey/servlet/WebConfig.java
[WARNING]   - org/glassfish/jersey/servlet/WebFilterConfig.java
[WARNING]   - org/glassfish/jersey/servlet/WebServletConfig.java
[WARNING]   - org/glassfish/jersey/servlet/internal/LocalizationMessages.java
[WARNING]   - org/glassfish/jersey/servlet/internal/PersistenceUnitBinder.java
[WARNING]   - 17 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar define 6 overlapping resources: 
[WARNING]   - org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java
[WARNING]   - org/glassfish/jersey/servlet/async/package-info.java
[WARNING]   - org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java
[WARNING]   - org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java
[WARNING]   - org/glassfish/jersey/servlet/init/internal/LocalizationMessages.java
[WARNING]   - org/glassfish/jersey/servlet/init/package-info.java
[WARNING] jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar define 119 overlapping classes and resources: 
[WARNING]   - META-INF.versions.9.jakarta.xml.bind.ModuleUtil
[WARNING]   - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml
[WARNING]   - jakarta.xml.bind.Binder
[WARNING]   - jakarta.xml.bind.ContextFinder
[WARNING]   - jakarta.xml.bind.ContextFinder$1
[WARNING]   - jakarta.xml.bind.ContextFinder$2
[WARNING]   - jakarta.xml.bind.ContextFinder$3
[WARNING]   - jakarta.xml.bind.ContextFinder$4
[WARNING]   - jakarta.xml.bind.ContextFinder$5
[WARNING]   - 109 more...
[WARNING] jakarta.activation-2.0.1.jar, jaxrs-ri.jar define 42 overlapping classes and resources: 
[WARNING]   - META-INF/mailcap.default
[WARNING]   - META-INF/maven/com.sun.activation/jakarta.activation/pom.properties
[WARNING]   - META-INF/maven/com.sun.activation/jakarta.activation/pom.xml
[WARNING]   - META-INF/mimetypes.default
[WARNING]   - com.sun.activation.registries.LineTokenizer
[WARNING]   - com.sun.activation.registries.LogSupport
[WARNING]   - com.sun.activation.registries.MailcapFile
[WARNING]   - com.sun.activation.registries.MailcapParseException
[WARNING]   - com.sun.activation.registries.MailcapTokenizer
[WARNING]   - com.sun.activation.registries.MimeTypeEntry
[WARNING]   - 32 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 8217 -> 8217 (100%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-binary-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/src/main/assembly/assembly-bin.xml
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  '*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.zip
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  '*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  '*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-source-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/src/main/assembly/assembly-src.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.zip
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.enterprise:cdi-api:jar:*'
o  'jakarta.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'jakarta.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (xcopy) @ jaxrs-ri ---
[INFO] Executing tasks
[INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar
[INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jaxrs-ri ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.bz2
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.bz2
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ jaxrs-ri ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project >--
[INFO] Building microprofile-integration-project 3.0.99-SNAPSHOT      [168/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ microprofile-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ microprofile-integration-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ microprofile-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ microprofile-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ microprofile-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project >--
[INFO] Building microprofile-config-project 3.0.99-SNAPSHOT           [169/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ microprofile-config-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ microprofile-config-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ microprofile-config-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ microprofile-config-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-config-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ microprofile-config-project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:config-webapp >--
[INFO] Building config-webapp 3.0.99-SNAPSHOT                         [170/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ config-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ config-webapp ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ config-webapp ---
[INFO] Configuring Jetty for project: config-webapp
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ config-webapp ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ config-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp >--
[INFO] Building helidon-config-webapp 3.0.99-SNAPSHOT                 [171/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helidon-config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helidon-config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ helidon-config-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helidon-config-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helidon-config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ helidon-config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helidon-config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ helidon-config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ helidon-config-webapp ---
[INFO] Configuring Jetty for project: helidon-config-webapp
[INFO] Skipping Jetty start: jetty.skip==true
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ helidon-config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ helidon-config-webapp ---
[INFO] Jetty not running!
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ helidon-config-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helidon-config-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client >--
[INFO] Building jersey-rest-client 3.0.99-SNAPSHOT                    [172/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rest-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rest-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rest-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rest-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rest-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rest-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rest-client ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rest-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rest-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck >--
[INFO] Building jersey-rest-client-tck 3.0.99-SNAPSHOT                [173/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-rest-client-tck ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-rest-client-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-rest-client-tck ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client-tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-rest-client-tck ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-rest-client-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-rest-client-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-rest-client-tck ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-rest-client-tck ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project >--
[INFO] Building reactive-streams-integration-project 3.0.99-SNAPSHOT  [174/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reactive-streams-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ reactive-streams-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ reactive-streams-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ reactive-streams-integration-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ reactive-streams-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ reactive-streams-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ reactive-streams-integration-project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ reactive-streams-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ reactive-streams-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/reactive-streams/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck >--
[INFO] Building sse-reactive-streams-tck 3.0.99-SNAPSHOT              [175/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-reactive-streams-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-reactive-streams-tck ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-reactive-streams-tck ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-reactive-streams-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ sse-reactive-streams-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ sse-reactive-streams-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-reactive-streams-tck ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ sse-reactive-streams-tck ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/reactive-streams/sse/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-reactive-streams-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ sse-reactive-streams-tck ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/reactive-streams/sse/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-reactive-streams-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/reactive-streams/sse/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-reactive-streams-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ sse-reactive-streams-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-reactive-streams-tck ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ sse-reactive-streams-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ sse-reactive-streams-tck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-reactive-streams-tck ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/reactive-streams/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-5087 >---------
[INFO] Building jersey-tests-integration-jersey-5087 3.0.99-SNAPSHOT  [176/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-5087 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-5087 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-5087 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-5087 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-5087 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-5087 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-5087 ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-5087 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-5087 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-5087 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-5087 ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-5087 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-5087 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-5087] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-5087 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-5087 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests:jersey-tests-jmockit >-----------
[INFO] Building jersey-tests-jmockit 3.0.99-SNAPSHOT                  [177/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tests-jmockit ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-tests-jmockit ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-tests-jmockit ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-tests-jmockit ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-tests-jmockit ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-jmockit ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-jmockit ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-tests-jmockit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-tests-jmockit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-tests-jmockit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-tests-jmockit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-tests-jmockit ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-tests-jmockit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-tests-jmockit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-tests-jmockit ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.test-framework:memleak-test-common >-------
[INFO] Building jersey-test-framework-memleak-test-common 3.0.99-SNAPSHOT [178/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ memleak-test-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ memleak-test-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ memleak-test-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ memleak-test-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ memleak-test-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ memleak-test-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ memleak-test-common ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ memleak-test-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ memleak-test-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ memleak-test-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ memleak-test-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ memleak-test-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ memleak-test-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ memleak-test-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ memleak-test-common ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.memleaks:project >-------------
[INFO] Building jersey-tests-memleak 3.0.99-SNAPSHOT                  [179/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.memleaks.redeployment:project >------
[INFO] Building jersey-tests-memleak-redeployment 3.0.99-SNAPSHOT     [180/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app >--
[INFO] Building jersey-tests-memleak-redeployment-leaking-test-app 3.0.99-SNAPSHOT [181/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-leaking-test-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-leaking-test-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-leaking-test-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-leaking-test-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-leaking-test-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-leaking-test-app ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ redeployment-leaking-test-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-leaking-test-app] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-leaking-test-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-leaking-test-app ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:webapp-example-parent >---------
[INFO] Building jersey-examples-webapp-parent-pom 3.0.99-SNAPSHOT     [182/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ webapp-example-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ webapp-example-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ webapp-example-parent ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/webapp-example-parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >-----------
[INFO] Building jersey-examples-helloworld-webapp 3.0.99-SNAPSHOT     [183/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ helloworld-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helloworld-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/target/helloworld-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/target/helloworld-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/target/helloworld-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/target/helloworld-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-webapp/target/helloworld-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.test-framework.maven:project >----------
[INFO] Building jersey-test-framework-maven 3.0.99-SNAPSHOT           [184/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin >--
[INFO] Building jersey-test-framework-maven-container-runner-plugin 3.0.99-SNAPSHOT [185/283]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ container-runner-maven-plugin ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- groovy-eclipse-compiler:3.6.0-03:add-groovy-build-paths (default-add-groovy-build-paths) @ container-runner-maven-plugin ---
[INFO] Adding /src/main/groovy to the list of source folders
[INFO] Adding /src/test/groovy to the list of test source folders
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ container-runner-maven-plugin ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ container-runner-maven-plugin ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ container-runner-maven-plugin ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ container-runner-maven-plugin ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ container-runner-maven-plugin ---
[INFO] Copying 13 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ container-runner-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.4:descriptor (default-descriptor) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 12 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ container-runner-maven-plugin ---
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ container-runner-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ container-runner-maven-plugin ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ container-runner-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ container-runner-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ container-runner-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/container-runner-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref >--
[INFO] Building jersey-tests-memleak-redeployment-hello-world-app-ref 3.0.99-SNAPSHOT [186/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-hello-world-app-ref ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-hello-world-app-ref ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:properties (resolve-maven-dependencies) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ redeployment-hello-world-app-ref ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-hello-world-app-ref ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-hello-world-app-ref ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-hello-world-app-ref ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-hello-world-app-ref ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-hello-world-app-ref ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-hello-world-app-ref ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-hello-world-app-ref ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-hello-world-app-ref ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ redeployment-hello-world-app-ref ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-hello-world-app-ref ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-hello-world-app-ref ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app >--
[INFO] Building jersey-tests-memleak-redeployment-no-jersey-app 3.0.99-SNAPSHOT [187/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-no-jersey-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-no-jersey-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ redeployment-no-jersey-app ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-no-jersey-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-no-jersey-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-no-jersey-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-no-jersey-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-no-jersey-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-no-jersey-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-no-jersey-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-no-jersey-app ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ redeployment-no-jersey-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-no-jersey-app] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-no-jersey-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-no-jersey-app ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app >--
[INFO] Building jersey-tests-memleak-redeployment-threadlocals-app 3.0.99-SNAPSHOT [188/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-threadlocals-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ redeployment-threadlocals-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ redeployment-threadlocals-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ redeployment-threadlocals-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ redeployment-threadlocals-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ redeployment-threadlocals-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-threadlocals-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ redeployment-threadlocals-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-threadlocals-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ redeployment-threadlocals-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-threadlocals-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ redeployment-threadlocals-app ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ redeployment-threadlocals-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-threadlocals-app] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ redeployment-threadlocals-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ redeployment-threadlocals-app ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.memleaks.testcases:project >--------
[INFO] Building jersey-tests-memleak-testcase 3.0.99-SNAPSHOT         [189/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak >----
[INFO] Building jersey-tests-memleak-testcase-bean-param-leak 3.0.99-SNAPSHOT [190/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bean-param-leak ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bean-param-leak ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bean-param-leak ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bean-param-leak ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ bean-param-leak ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ bean-param-leak ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ bean-param-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ bean-param-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ bean-param-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ bean-param-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bean-param-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ bean-param-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bean-param-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bean-param-leak ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bean-param-leak] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bean-param-leak ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bean-param-leak ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak >--
[INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak 3.0.99-SNAPSHOT [191/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ shutdown-hook-leak ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ shutdown-hook-leak ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ shutdown-hook-leak ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ shutdown-hook-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ shutdown-hook-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ shutdown-hook-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ shutdown-hook-leak ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ shutdown-hook-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ shutdown-hook-leak ---
[INFO] Packaging webapp
[INFO] Assembling webapp [shutdown-hook-leak] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ shutdown-hook-leak ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ shutdown-hook-leak ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client >--
[INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.0.99-SNAPSHOT [192/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shutdown-hook-leak-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ shutdown-hook-leak-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ shutdown-hook-leak-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ shutdown-hook-leak-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ shutdown-hook-leak-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak-client ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ shutdown-hook-leak-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ shutdown-hook-leak-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ shutdown-hook-leak-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ shutdown-hook-leak-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/test-classes
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ shutdown-hook-leak-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ shutdown-hook-leak-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ shutdown-hook-leak-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app >---
[INFO] Building jersey-tests-memleak-testcase-leaking-test-app 3.0.99-SNAPSHOT [193/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ leaking-test-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ leaking-test-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ leaking-test-app ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ leaking-test-app ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ leaking-test-app ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ leaking-test-app ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ leaking-test-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [leaking-test-app] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ leaking-test-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ leaking-test-app ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.tests.osgi:project >---------------
[INFO] Building jersey-tests-osgi 3.0.99-SNAPSHOT                     [194/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/osgi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >----
[INFO] Building jersey-tests-osgi-functional 3.0.99-SNAPSHOT          [195/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tests-osgi-functional ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-tests-osgi-functional ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-tests-osgi-functional ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-tests-osgi-functional ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-paxexam-plugin:1.2.4:generate-depends-file (generate-config) @ jersey-tests-osgi-functional ---
[INFO] Created: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/osgi/functional/target/classes/META-INF/maven/dependencies.properties
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default) @ jersey-tests-osgi-functional ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (test-compile) @ jersey-tests-osgi-functional ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/osgi/functional/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (test) @ jersey-tests-osgi-functional ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-tests-osgi-functional ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-tests-osgi-functional ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/osgi/functional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:stress >------------------
[INFO] Building jersey-tests-stress 3.0.99-SNAPSHOT                   [196/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ stress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ stress ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ stress ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ stress ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ stress ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ stress ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ stress ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ stress ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/stress/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ stress ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ stress ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/stress/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ stress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/stress/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ stress ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ stress ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/stress/target/stress-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ stress ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ stress ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/stress/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/stress/target/stress-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests.performance:project >-----------
[INFO] Building jersey-tests-performance 3.0.99-SNAPSHOT              [197/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance:performance-test-benchmarks >--
[INFO] Building performance-test-benchmarks 3.0.99-SNAPSHOT           [198/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ performance-test-benchmarks ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ performance-test-benchmarks ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ performance-test-benchmarks ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ performance-test-benchmarks ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ performance-test-benchmarks ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ performance-test-benchmarks ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-benchmarks ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ performance-test-benchmarks ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ performance-test-benchmarks ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ performance-test-benchmarks ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ performance-test-benchmarks ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ performance-test-benchmarks ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ performance-test-benchmarks ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ performance-test-benchmarks ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (shade-archive) @ performance-test-benchmarks ---
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar.
[INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.0 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.14.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar.
[INFO] Including org.glassfish.jersey.connectors:jersey-grizzly-connector:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-http-client:jar:1.16 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.3 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-websockets:jar:3.0.1 in the shaded jar.
[INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar.
[INFO] Including org.glassfish.grizzly:connection-pool:jar:3.0.1 in the shaded jar.
[INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.9.1 in the shaded jar.
[INFO] Including org.opentest4j:opentest4j:jar:1.2.0 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-commons:jar:1.9.1 in the shaded jar.
[INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-engine:jar:1.9.1 in the shaded jar.
[INFO] Including org.openjdk.jmh:jmh-core:jar:1.35 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar.
[INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-jdk-http:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] apiguardian-api-1.1.2.jar, jackson-annotations-2.14.1.jar, jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE
[WARNING] jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/org.glassfish.jersey.server.spi.ContainerProvider
[WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, slf4j-api-2.0.3.jar define 1 overlapping classes: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE.markdown
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.md
[WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.2.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-client-1.16.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jackson-annotations-2.14.1.jar, jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, jackson-module-jakarta-xmlbind-annotations-2.14.1.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.0-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.35.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar, opentest4j-1.2.0.jar, osgi-resource-locator-1.0.3.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar, slf4j-api-2.0.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING] commons-math3-3.2.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE
[WARNING] junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE-notice.md
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/benchmark.jar with /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ performance-test-benchmarks ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.performance.runners:project >-------
[INFO] Building jersey-tests-performance-runners 3.0.99-SNAPSHOT      [199/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner >--
[INFO] Building jersey-grizzly-runner 3.0.99-SNAPSHOT                 [200/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-grizzly-runner ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-grizzly-runner ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-grizzly-runner ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-grizzly-runner ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-grizzly-runner ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-runner ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-runner ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-grizzly-runner ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-grizzly-runner ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-grizzly-runner ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-grizzly-runner ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-grizzly-runner ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-grizzly-runner ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-grizzly-runner ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ jersey-grizzly-runner ---
[INFO] Reading assembly descriptor: src/main/assembly/zip-with-jars.xml
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-grizzly-runner ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.performance.testcases:project >------
[INFO] Building jersey-tests-performance-testcase 3.0.99-SNAPSHOT     [201/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.performance.testcases:assemblies >-----
[INFO] Building jersey-tests-performance-assemblies 3.0.99-SNAPSHOT   [202/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ assemblies ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ assemblies ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ assemblies ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ assemblies ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ assemblies ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ assemblies ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ assemblies ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ assemblies ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/assemblies/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ assemblies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ assemblies ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:filter-dynamic >---
[INFO] Building jersey-tests-performance-filter-dynamic-test 3.0.99-SNAPSHOT [203/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ filter-dynamic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ filter-dynamic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ filter-dynamic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ filter-dynamic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ filter-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ filter-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ filter-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ filter-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ filter-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ filter-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ filter-dynamic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ filter-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ filter-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ filter-dynamic ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ filter-dynamic ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.performance.testcases:filter-global >---
[INFO] Building jersey-tests-performance-filter-global-test 3.0.99-SNAPSHOT [204/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ filter-global ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ filter-global ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ filter-global ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ filter-global ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ filter-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ filter-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ filter-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ filter-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ filter-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ filter-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ filter-global ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ filter-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ filter-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ filter-global ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ filter-global ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.performance.testcases:filter-name >----
[INFO] Building jersey-tests-performance-filter-name-test 3.0.99-SNAPSHOT [205/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ filter-name ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ filter-name ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ filter-name ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ filter-name ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ filter-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ filter-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ filter-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ filter-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ filter-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ filter-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ filter-name ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ filter-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ filter-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ filter-name ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ filter-name ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic >--
[INFO] Building jersey-tests-performance-interceptor-dynamic-test 3.0.99-SNAPSHOT [206/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ interceptor-dynamic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ interceptor-dynamic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ interceptor-dynamic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ interceptor-dynamic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ interceptor-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ interceptor-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-dynamic ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ interceptor-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ interceptor-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ interceptor-dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ interceptor-dynamic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ interceptor-dynamic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ interceptor-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ interceptor-dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ interceptor-dynamic ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ interceptor-dynamic ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-global >--
[INFO] Building jersey-tests-performance-interceptor-global-test 3.0.99-SNAPSHOT [207/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ interceptor-global ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ interceptor-global ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ interceptor-global ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ interceptor-global ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ interceptor-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ interceptor-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-global ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ interceptor-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ interceptor-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ interceptor-global ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ interceptor-global ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ interceptor-global ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ interceptor-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ interceptor-global ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ interceptor-global ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ interceptor-global ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-name >--
[INFO] Building jersey-tests-performance-interceptor-name-test 3.0.99-SNAPSHOT [208/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ interceptor-name ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ interceptor-name ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ interceptor-name ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ interceptor-name ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ interceptor-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ interceptor-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-name ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ interceptor-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ interceptor-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ interceptor-name ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ interceptor-name ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ interceptor-name ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ interceptor-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ interceptor-name ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ interceptor-name ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ interceptor-name ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:custom-provider >--
[INFO] Building jersey-tests-performance-custom-provider-test 3.0.99-SNAPSHOT [209/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ custom-provider ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ custom-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ custom-provider ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ custom-provider ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ custom-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ custom-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-provider ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ custom-provider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ custom-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ custom-provider ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ custom-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ custom-provider ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ custom-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ custom-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ custom-provider ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ custom-provider ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.performance.testcases:json-jackson >----
[INFO] Building jersey-tests-performance-json-jackson-test 3.0.99-SNAPSHOT [210/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-jackson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-jackson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-jackson ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-jackson ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-jackson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ json-jackson ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:json-moxy >-----
[INFO] Building jersey-tests-performance-json-moxy-test 3.0.99-SNAPSHOT [211/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ json-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ json-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ json-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ json-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ json-moxy ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:mbw-kryo >------
[INFO] Building jersey-tests-performance-mbw-kryo-test 3.0.99-SNAPSHOT [212/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mbw-kryo ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ mbw-kryo ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ mbw-kryo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ mbw-kryo ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ mbw-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ mbw-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ mbw-kryo ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ mbw-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ mbw-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ mbw-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ mbw-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ mbw-kryo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ mbw-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mbw-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ mbw-kryo ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ mbw-kryo ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.performance.testcases:text-plain >-----
[INFO] Building jersey-tests-performance-text-plain-test 3.0.99-SNAPSHOT [213/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ text-plain ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ text-plain ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ text-plain ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ text-plain ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ text-plain ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ text-plain ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ text-plain ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ text-plain ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ text-plain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ text-plain ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ text-plain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ text-plain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ text-plain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ text-plain ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ text-plain ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ text-plain ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-jaxb >------
[INFO] Building jersey-tests-performance-xml-jaxb-test 3.0.99-SNAPSHOT [214/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-jaxb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ xml-jaxb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ xml-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ xml-jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ xml-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ xml-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-jaxb ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ xml-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ xml-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ xml-jaxb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ xml-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ xml-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ xml-jaxb ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ xml-jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-moxy >------
[INFO] Building jersey-tests-performance-xml-moxy-test 3.0.99-SNAPSHOT [215/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ xml-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ xml-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ xml-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ xml-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ xml-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ xml-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ xml-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ xml-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ xml-moxy ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ xml-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.performance.testcases:param-srl >-----
[INFO] Building jersey-tests-performance-param-srl 3.0.99-SNAPSHOT    [216/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ param-srl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ param-srl ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ param-srl ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ param-srl ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ param-srl ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ param-srl ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ param-srl ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ param-srl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ param-srl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ param-srl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ param-srl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ param-srl ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ param-srl ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ param-srl ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ param-srl ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ param-srl ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.testcases:proxy-injection >--
[INFO] Building jersey-tests-performance-proxy-injection-test 3.0.99-SNAPSHOT [217/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proxy-injection ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ proxy-injection ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ proxy-injection ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ proxy-injection ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ proxy-injection ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ proxy-injection ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ proxy-injection ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ proxy-injection ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ proxy-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ proxy-injection ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ proxy-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ proxy-injection ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ proxy-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ proxy-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.4.2:single (make-assembly) @ proxy-injection ---
[INFO] Building zip: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ proxy-injection ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-war.war
[INFO] 
[INFO] --< org.glassfish.jersey.tests.performance.tools:performance-test-tools >--
[INFO] Building performance-test-tools 3.0.99-SNAPSHOT                [218/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ performance-test-tools ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ performance-test-tools ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ performance-test-tools ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ performance-test-tools ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ performance-test-tools ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ performance-test-tools ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-tools ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ performance-test-tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ performance-test-tools ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ performance-test-tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ performance-test-tools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ performance-test-tools ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ performance-test-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ performance-test-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ performance-test-tools ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:assemblies >--------------
[INFO] Building jersey-examples-assemblies 3.0.99-SNAPSHOT            [219/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ assemblies ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ assemblies ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ assemblies ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ assemblies ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ assemblies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/assemblies/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ assemblies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ assemblies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/assemblies/target/assemblies.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ assemblies ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/assemblies/target/assemblies-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ assemblies ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/assemblies/target/assemblies.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/assemblies/target/assemblies-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:bookmark >---------------
[INFO] Building jersey-examples-bookmark 3.0.99-SNAPSHOT              [220/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookmark ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bookmark ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bookmark ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bookmark ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bookmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bookmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bookmark ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bookmark ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ bookmark ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bookmark ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bookmark] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/target/bookmark]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/target/bookmark.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bookmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/target/bookmark-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bookmark ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/target/bookmark.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark/target/bookmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:bookmark-em >--------------
[INFO] Building jersey-examples-bookmark-em 3.0.99-SNAPSHOT           [221/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookmark-em ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bookmark-em ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bookmark-em ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bookmark-em ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bookmark-em ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bookmark-em ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bookmark-em ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bookmark-em ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ bookmark-em ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bookmark-em ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bookmark-em] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/target/bookmark-em]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/target/bookmark-em.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bookmark-em ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/target/bookmark-em-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bookmark-em ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/target/bookmark-em.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookmark-em/target/bookmark-em-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:bookstore-webapp >-----------
[INFO] Building jersey-examples-bookstore-webapp 3.0.99-SNAPSHOT      [222/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookstore-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bookstore-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ bookstore-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ bookstore-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bookstore-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bookstore-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bookstore-webapp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bookstore-webapp ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ bookstore-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ bookstore-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bookstore-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/target/bookstore-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/target/bookstore-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bookstore-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/target/bookstore-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ bookstore-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/target/bookstore-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/bookstore-webapp/target/bookstore-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:cdi-webapp >--------------
[INFO] Building jersey-examples-cdi-webapp 3.0.99-SNAPSHOT            [223/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ cdi-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ cdi-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ cdi-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ cdi-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/target/cdi-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/target/cdi-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/target/cdi-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ cdi-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/target/cdi-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/cdi-webapp/target/cdi-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:clipboard >---------------
[INFO] Building jersey-examples-clipboard 3.0.99-SNAPSHOT             [224/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ clipboard ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ clipboard ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ clipboard ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ clipboard ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ clipboard ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ clipboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ clipboard ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ clipboard ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ clipboard ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/target/clipboard.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ clipboard ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/target/clipboard-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ clipboard ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/target/clipboard.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard/target/clipboard-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:clipboard-programmatic >--------
[INFO] Building jersey-examples-clipboard-programmatic 3.0.99-SNAPSHOT [225/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ clipboard-programmatic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ clipboard-programmatic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ clipboard-programmatic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ clipboard-programmatic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ clipboard-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ clipboard-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ clipboard-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ clipboard-programmatic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ clipboard-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/target/clipboard-programmatic.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ clipboard-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ clipboard-programmatic ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/target/clipboard-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:declarative-linking >----------
[INFO] Building jersey-examples-declarative-linking 3.0.99-SNAPSHOT   [226/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ declarative-linking ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ declarative-linking ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/target/declarative-linking.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/target/declarative-linking-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ declarative-linking ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/target/declarative-linking.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/declarative-linking/target/declarative-linking-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:entity-filtering >-----------
[INFO] Building jersey-examples-entity-filtering 3.0.99-SNAPSHOT      [227/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ entity-filtering ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ entity-filtering ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ entity-filtering ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ entity-filtering ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ entity-filtering ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/target/entity-filtering.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/target/entity-filtering-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ entity-filtering ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/target/entity-filtering.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering/target/entity-filtering-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:entity-filtering-selectable >------
[INFO] Building jersey-examples-entity-filtering-selectable 3.0.99-SNAPSHOT [228/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ entity-filtering-selectable ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ entity-filtering-selectable ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ entity-filtering-selectable ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ entity-filtering-selectable ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ entity-filtering-selectable ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ entity-filtering-selectable ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ entity-filtering-selectable ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ entity-filtering-selectable ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ entity-filtering-selectable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ entity-filtering-selectable ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ entity-filtering-selectable ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:entity-filtering-security >-------
[INFO] Building jersey-examples-entity-filtering-security 3.0.99-SNAPSHOT [229/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ entity-filtering-security ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ entity-filtering-security ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ entity-filtering-security ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ entity-filtering-security ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ entity-filtering-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ entity-filtering-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ entity-filtering-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ entity-filtering-security ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ entity-filtering-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/target/entity-filtering-security.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ entity-filtering-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/target/entity-filtering-security-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ entity-filtering-security ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/target/entity-filtering-security.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/entity-filtering-security/target/entity-filtering-security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:extended-wadl-webapp >---------
[INFO] Building jersey-examples-extended-wadl-webapp 3.0.99-SNAPSHOT  [230/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ extended-wadl-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ extended-wadl-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ extended-wadl-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ extended-wadl-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- jaxb2-maven-plugin:2.5.0:xjc (xjc) @ extended-wadl-webapp ---
[INFO] Created EpisodePath [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true
[INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory.
[INFO] Created EpisodePath [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true
[INFO] null [-1,-1] 
org.xml.sax.SAXParseException: generating code
    at com.sun.tools.xjc.ErrorReceiver.debug (ErrorReceiver.java:110)
    at com.sun.tools.xjc.Driver.run (Driver.java:357)
    at org.codehaus.mojo.jaxb2.javageneration.AbstractJavaGeneratorMojo.performExecution (AbstractJavaGeneratorMojo.java:475)
    at org.codehaus.mojo.jaxb2.AbstractJaxbMojo.execute (AbstractJaxbMojo.java:337)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-paxexam-plugin:1.2.4:generate-depends-file (generate-config) @ extended-wadl-webapp ---
[INFO] Created: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/classes/META-INF/maven/dependencies.properties
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ extended-wadl-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/classes
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.4.0:javadoc (default) > generate-sources @ extended-wadl-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ extended-wadl-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ extended-wadl-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ extended-wadl-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- jaxb2-maven-plugin:2.5.0:xjc (xjc) @ extended-wadl-webapp ---
[INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory.
[INFO] No changes detected in schema or binding files - skipping JAXB generation.
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.4.0:javadoc (default) < generate-sources @ extended-wadl-webapp <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:javadoc (default) @ extended-wadl-webapp ---
[WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified!
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.glassfish.jersey.examples.extendedwadl...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.util...
Constructing Javadoc information...
[WARNING] Javadoc Warnings
[WARNING] Jan 19, 2023 7:28:05 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: cdataElements [commentText]
[WARNING] Jan 19, 2023 7:28:05 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType]
[WARNING] Jan 19, 2023 7:28:05 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: 28 nodes found by commentText
[WARNING] Jan 19, 2023 7:28:05 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@50b472aa in /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/classes/resourcedoc.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ extended-wadl-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ extended-wadl-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ extended-wadl-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ extended-wadl-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [extended-wadl-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/extended-wadl-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/extended-wadl-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ extended-wadl-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.4.0:jar (attach-javadocs) @ extended-wadl-webapp ---
[WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified!
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
Loading source files for package org.glassfish.jersey.examples.extendedwadl...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources...
Loading source files for package org.glassfish.jersey.examples.extendedwadl.util...
Constructing Javadoc information...
[WARNING] Javadoc Warnings
[WARNING] Jan 19, 2023 7:28:06 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: cdataElements [commentText]
[WARNING] Jan 19, 2023 7:28:06 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType]
[WARNING] Jan 19, 2023 7:28:06 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: 28 nodes found by commentText
[WARNING] Jan 19, 2023 7:28:06 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile
[WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@50b472aa in /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/classes/resourcedoc.xml
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ extended-wadl-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/extended-wadl-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:exception-mapping >-----------
[INFO] Building jersey-examples-exception-mapping 3.0.99-SNAPSHOT     [231/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ exception-mapping ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ exception-mapping ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ exception-mapping ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ exception-mapping ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ exception-mapping ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/target/exception-mapping.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/target/exception-mapping-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ exception-mapping ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/target/exception-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/exception-mapping/target/exception-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:freemarker-webapp >-----------
[INFO] Building jersey-examples-freemarker-webapp 3.0.99-SNAPSHOT     [232/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ freemarker-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ freemarker-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ freemarker-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ freemarker-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ freemarker-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ freemarker-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [freemarker-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/target/freemarker-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/target/freemarker-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ freemarker-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/target/freemarker-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ freemarker-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/target/freemarker-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/freemarker-webapp/target/freemarker-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.examples:groovy >----------------
[INFO] Building jersey-examples-groovy 3.0.99-SNAPSHOT                [233/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ groovy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ groovy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ groovy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ groovy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ groovy ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ groovy ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:addSources (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:addTestSources (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:generateStubs (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform generateStubs.
[INFO] Generated 1 stub.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compile (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform compile.
[INFO] invokedynamic enabled.
[INFO] Parallel parsing enabled.
[INFO] Compiled 1 file.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:generateTestStubs (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform generateTestStubs.
[INFO] Generated 1 stub.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:compileTests (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform compileTests.
[INFO] invokedynamic enabled.
[INFO] Parallel parsing enabled.
[INFO] Compiled 1 file.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:removeStubs (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:removeTestStubs (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.1:groovydoc (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.6 to perform groovydoc.
Jan 19, 2023 7:28:13 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (2) @ groovy ---
[INFO] Executing tasks
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/target/groovy-javadoc.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (3) @ groovy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ groovy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/target/groovy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/target/groovy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ groovy ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/target/groovy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/target/groovy-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/groovy/target/groovy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:helloworld >--------------
[INFO] Building jersey-examples-helloworld 3.0.99-SNAPSHOT            [234/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld/target/helloworld.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld/target/helloworld-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld/target/helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld/target/helloworld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:helloworld-benchmark >---------
[INFO] Building jersey-examples-helloworld-benchmark 3.0.99-SNAPSHOT  [235/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-benchmark ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-benchmark ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-benchmark ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-benchmark ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-benchmark ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/helloworld-benchmark.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (shade-archive) @ helloworld-benchmark ---
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar.
[INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.0 in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.29.0-GA in the shaded jar.
[INFO] Including org.openjdk.jmh:jmh-core:jar:1.35 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar.
[INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.9.1 in the shaded jar.
[INFO] Including org.opentest4j:opentest4j:jar:1.2.0 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-commons:jar:1.9.1 in the shaded jar.
[INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 in the shaded jar.
[INFO] Including org.junit.platform:junit-platform-engine:jar:1.9.1 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 3 overlapping resources: 
[WARNING]   - META-INF/NOTICE.markdown
[WARNING]   - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate
[WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
[WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.2.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, javassist-3.29.0-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.35.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar, opentest4j-1.2.0.jar, osgi-resource-locator-1.0.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] commons-math3-3.2.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.md
[WARNING] junit-jupiter-5.9.1.jar, junit-jupiter-api-5.9.1.jar, junit-jupiter-engine-5.9.1.jar, junit-jupiter-params-5.9.1.jar, junit-platform-commons-1.9.1.jar, junit-platform-engine-1.9.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE-notice.md
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/benchmark.jar with /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/helloworld-benchmark-3.0.99-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-benchmark ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/helloworld-benchmark.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >----------
[INFO] Building jersey-examples-helloworld-cdi2-se 3.0.99-SNAPSHOT    [236/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-cdi2-se ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:helloworld-netty >-----------
[INFO] Building jersey-examples-helloworld-netty 3.0.99-SNAPSHOT      [237/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-netty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-netty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-netty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-netty ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/target/helloworld-netty.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/target/helloworld-netty-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-netty ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/target/helloworld-netty.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-netty/target/helloworld-netty-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:helloworld-programmatic >--------
[INFO] Building jersey-examples-helloworld-programmatic 3.0.99-SNAPSHOT [238/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-programmatic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-programmatic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-programmatic ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-programmatic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-programmatic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/target/helloworld-programmatic.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-programmatic ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/target/helloworld-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:helloworld-pure-jax-rs >--------
[INFO] Building jersey-examples-helloworld-pure-jax-rs 3.0.99-SNAPSHOT [239/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-pure-jax-rs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-pure-jax-rs ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-pure-jax-rs ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-pure-jax-rs ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-pure-jax-rs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-pure-jax-rs ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-pure-jax-rs ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-pure-jax-rs ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------
[INFO] Building jersey-examples-helloworld-weld 3.0.99-SNAPSHOT       [240/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ helloworld-weld ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-weld ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ helloworld-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/target/helloworld-weld.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ helloworld-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/target/helloworld-weld-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ helloworld-weld ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/target/helloworld-weld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/helloworld-weld/target/helloworld-weld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:http-patch >--------------
[INFO] Building jersey-examples-http-patch 3.0.99-SNAPSHOT            [241/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-patch ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ http-patch ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ http-patch ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ http-patch ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-patch ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-patch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-patch ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ http-patch ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ http-patch ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/target/http-patch.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http-patch ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/target/http-patch-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ http-patch ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/target/http-patch.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-patch/target/http-patch-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:http-trace >--------------
[INFO] Building jersey-examples-http-trace 3.0.99-SNAPSHOT            [242/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-trace ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ http-trace ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ http-trace ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ http-trace ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-trace ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-trace ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ http-trace ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ http-trace ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/target/http-trace.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http-trace ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/target/http-trace-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ http-trace ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/target/http-trace.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/http-trace/target/http-trace-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:https-clientserver-grizzly >------
[INFO] Building jersey-examples-https-clientserver-grizzly 3.0.99-SNAPSHOT [243/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ https-clientserver-grizzly ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ https-clientserver-grizzly ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ https-clientserver-grizzly ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ https-clientserver-grizzly ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ https-clientserver-grizzly ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ https-clientserver-grizzly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ https-clientserver-grizzly ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ https-clientserver-grizzly ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ https-clientserver-grizzly ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ https-clientserver-grizzly ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ https-clientserver-grizzly ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:https-server-glassfish >--------
[INFO] Building jersey-examples-https-server-glassfish 3.0.99-SNAPSHOT [244/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ https-server-glassfish ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ https-server-glassfish ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ https-server-glassfish ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ https-server-glassfish ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ https-server-glassfish ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ https-server-glassfish ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ https-server-glassfish ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ https-server-glassfish ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ https-server-glassfish ---
[INFO] Packaging webapp
[INFO] Assembling webapp [https-server-glassfish] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/target/https-server-glassfish]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/target/https-server-glassfish.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ https-server-glassfish ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/target/https-server-glassfish-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ https-server-glassfish ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/target/https-server-glassfish.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/https-server-glassfish/target/https-server-glassfish-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:java8-webapp >-------------
[INFO] Building jersey-examples-java8-webapp 3.0.99-SNAPSHOT          [245/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java8-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ java8-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ java8-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ java8-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ java8-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [java8-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/target/java8-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/target/java8-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/target/java8-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/target/java8-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/java8-webapp/target/java8-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.examples:jaxb >-----------------
[INFO] Building jersey-examples-jaxb 3.0.99-SNAPSHOT                  [246/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jaxb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/target/jaxb.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/target/jaxb-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/target/jaxb.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxb/target/jaxb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:jaxrs-types-injection >---------
[INFO] Building jersey-examples-jaxrs-types-injection 3.0.99-SNAPSHOT [247/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-types-injection ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxrs-types-injection ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jaxrs-types-injection ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jaxrs-types-injection ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-types-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrs-types-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-types-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jaxrs-types-injection ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jaxrs-types-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxrs-types-injection ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jaxrs-types-injection ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:jersey-ejb >--------------
[INFO] Building jersey-examples-ejb 3.0.99-SNAPSHOT                   [248/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-ejb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-ejb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-ejb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-ejb ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-ejb ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-ejb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ jersey-ejb ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-ejb] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/target/jersey-ejb]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/target/jersey-ejb.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/target/jersey-ejb-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-ejb ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/target/jersey-ejb.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/jersey-ejb/target/jersey-ejb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:json-binding-webapp >----------
[INFO] Building jersey-examples-json-binding-webapp 3.0.99-SNAPSHOT   [249/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-binding-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-binding-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-binding-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-binding-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-binding-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-binding-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-binding-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-binding-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ json-binding-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [json-binding-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/target/json-binding-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/target/json-binding-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-binding-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/target/json-binding-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-binding-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/target/json-binding-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-binding-webapp/target/json-binding-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:json-jackson >-------------
[INFO] Building jersey-examples-json-jackson 3.0.99-SNAPSHOT          [250/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-jackson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-jackson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-jackson ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/target/json-jackson.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/target/json-jackson-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/target/json-jackson.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jackson/target/json-jackson-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.examples:json-jettison >-------------
[INFO] Building jersey-examples-json-jettison 3.0.99-SNAPSHOT         [251/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-jettison ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-jettison ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-jettison ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-jettison ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-jettison ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/target/json-jettison.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/target/json-jettison-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-jettison ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/target/json-jettison.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-jettison/target/json-jettison-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:json-moxy >---------------
[INFO] Building jersey-examples-json-moxy 3.0.99-SNAPSHOT             [252/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/target/json-moxy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/target/json-moxy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/target/json-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-moxy/target/json-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:json-processing-webapp >--------
[INFO] Building jersey-examples-json-processing-webapp 3.0.99-SNAPSHOT [253/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-processing-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-processing-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-processing-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-processing-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-processing-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-processing-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-processing-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-processing-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ json-processing-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [json-processing-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/target/json-processing-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/target/json-processing-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-processing-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/target/json-processing-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-processing-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/target/json-processing-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-processing-webapp/target/json-processing-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:json-with-padding >-----------
[INFO] Building jersey-examples-json-with-padding 3.0.99-SNAPSHOT     [254/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-with-padding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ json-with-padding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ json-with-padding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ json-with-padding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ json-with-padding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ json-with-padding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ json-with-padding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ json-with-padding ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ json-with-padding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/target/json-with-padding.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ json-with-padding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/target/json-with-padding-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ json-with-padding ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/target/json-with-padding.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/json-with-padding/target/json-with-padding-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:managed-beans-webapp >---------
[INFO] Building jersey-examples-managed-beans-webapp 3.0.99-SNAPSHOT  [255/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-beans-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-beans-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-beans-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-beans-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-beans-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-beans-webapp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-beans-webapp ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-beans-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ managed-beans-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [managed-beans-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/target/managed-beans-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/target/managed-beans-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-beans-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-beans-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/target/managed-beans-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.examples:managed-client >------------
[INFO] Building jersey-examples-managed-client 3.0.99-SNAPSHOT        [256/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ managed-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/target/managed-client.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/target/managed-client-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/target/managed-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client/target/managed-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:managed-client-webapp >---------
[INFO] Building jersey-examples-managed-client-webapp 3.0.99-SNAPSHOT [257/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-client-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-client-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-client-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-client-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-client-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ managed-client-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [managed-client-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/target/managed-client-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/target/managed-client-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-client-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/target/managed-client-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-client-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/target/managed-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-webapp/target/managed-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:managed-client-simple-webapp >-----
[INFO] Building jersey-examples-managed-client-simple-webapp 3.0.99-SNAPSHOT [258/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ managed-client-simple-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ managed-client-simple-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ managed-client-simple-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ managed-client-simple-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ managed-client-simple-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ managed-client-simple-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ managed-client-simple-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ managed-client-simple-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ managed-client-simple-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [managed-client-simple-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/target/managed-client-simple-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ managed-client-simple-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ managed-client-simple-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:multipart-webapp >-----------
[INFO] Building jersey-examples-multipart-webapp 3.0.99-SNAPSHOT      [259/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ multipart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ multipart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ multipart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ multipart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ multipart-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ multipart-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [multipart-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/target/multipart-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/target/multipart-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ multipart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/target/multipart-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ multipart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/target/multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/multipart-webapp/target/multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:open-tracing >-------------
[INFO] Building jersey-examples-open-tracing 3.0.99-SNAPSHOT          [260/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ open-tracing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ open-tracing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ open-tracing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ open-tracing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ open-tracing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ open-tracing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ open-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/target/open-tracing.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/target/open-tracing-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ open-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/target/open-tracing.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/open-tracing/target/open-tracing-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:osgi-helloworld-webapp >--------
[INFO] Building jersey-examples-osgi-helloworld-webapp 3.0.99-SNAPSHOT [261/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-helloworld-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ osgi-helloworld-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ osgi-helloworld-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ osgi-helloworld-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ osgi-helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-helloworld-webapp ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ osgi-helloworld-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle >---
[INFO] Building jersey-examples-osgi-helloworld-webapp-lib 3.0.99-SNAPSHOT [262/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lib-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ lib-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ lib-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ lib-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ lib-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ lib-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ lib-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ lib-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ lib-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ lib-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ lib-bundle ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ lib-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle >--
[INFO] Building jersey-examples-osgi-helloworld-webapp-additional 3.0.99-SNAPSHOT [263/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ additional-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ additional-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ additional-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ additional-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ additional-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ additional-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ additional-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ additional-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ additional-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ additional-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ additional-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ additional-bundle ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ additional-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle >--
[INFO] Building jersey-examples-osgi-helloworld-webapp-alternate-version 3.0.99-SNAPSHOT [264/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ alternate-version-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ alternate-version-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ alternate-version-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ alternate-version-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ alternate-version-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ alternate-version-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ alternate-version-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ alternate-version-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ alternate-version-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ alternate-version-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ alternate-version-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ alternate-version-bundle ---
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ alternate-version-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle >---
[INFO] Building jersey-examples-osgi-helloworld-webapp-wab 3.0.99-SNAPSHOT [265/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ war-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ war-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ war-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ war-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ war-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ war-bundle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:lib-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:additional-bundle, Jar:alternate-version-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package.
[WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ war-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ war-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ war-bundle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ war-bundle ---
[INFO] Packaging webapp
[INFO] Assembling webapp [war-bundle] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle]
[info] Copying manifest...
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war
[INFO] Packaging classes
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ war-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ war-bundle ---
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:lib-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:additional-bundle, Jar:alternate-version-bundle]
Class path         [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations]
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package.
[WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~
[INFO] Building bundle: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war
[INFO] Writing manifest: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ war-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-classes.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test >--
[INFO] Building jersey-examples-osgi-helloworld-webapp-test 3.0.99-SNAPSHOT [266/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ functional-test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ functional-test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ functional-test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ functional-test ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-paxexam-plugin:1.2.4:generate-depends-file (generate-config) @ functional-test ---
[INFO] Created: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/functional-test/target/classes/META-INF/maven/dependencies.properties
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default) @ functional-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (test-compile) @ functional-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/functional-test/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (test) @ functional-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ functional-test ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ functional-test ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/osgi-helloworld-webapp/functional-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:oauth-client-twitter >---------
[INFO] Building oauth-client-twitter 3.0.99-SNAPSHOT                  [267/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth-client-twitter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ oauth-client-twitter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ oauth-client-twitter ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth-client-twitter ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth-client-twitter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-client-twitter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth-client-twitter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ oauth-client-twitter ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ oauth-client-twitter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/target/oauth-client-twitter.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ oauth-client-twitter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ oauth-client-twitter ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/target/oauth-client-twitter.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.examples:reload >----------------
[INFO] Building jersey-examples-reload 3.0.99-SNAPSHOT                [268/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ reload ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ reload ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:build-classpath (default) @ reload ---
[INFO] Wrote classpath file '/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/target/classpath.properties'.
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (read-project-properties) @ reload ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ reload ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/target/reload.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/target/reload-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ reload ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/target/reload.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/reload/target/reload-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:rx-client-webapp >-----------
[INFO] Building jersey-examples-rx-client-webapp 3.0.99-SNAPSHOT      [269/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rx-client-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ rx-client-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ rx-client-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ rx-client-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ rx-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ rx-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ rx-client-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ rx-client-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rx-client-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/target/rx-client-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/target/rx-client-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ rx-client-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/target/rx-client-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ rx-client-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/target/rx-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/rx-client-webapp/target/rx-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.examples:server-async >-------------
[INFO] Building jersey-examples-server-async 3.0.99-SNAPSHOT          [270/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/target/server-async.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/target/server-async-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/target/server-async.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async/target/server-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:server-async-managed >---------
[INFO] Building jersey-examples-server-async-managed 3.0.99-SNAPSHOT  [271/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-managed ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-managed ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-managed ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-managed ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async-managed ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async-managed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async-managed ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async-managed ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-async-managed ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/target/server-async-managed.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-managed ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/target/server-async-managed-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-managed ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/target/server-async-managed.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-managed/target/server-async-managed-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:server-async-standalone >--------
[INFO] Building jersey-examples-server-async-standalone 3.0.99-SNAPSHOT [272/283]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-standalone ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-standalone ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-standalone ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-standalone ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-standalone ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-standalone ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.examples:server-async-standalone-client >----
[INFO] Building jersey-examples-server-async-standalone-client 3.0.99-SNAPSHOT [273/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-standalone-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-standalone-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-standalone-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-standalone-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async-standalone-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/client/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async-standalone-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async-standalone-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async-standalone-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async-standalone-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-async-standalone-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/client/target/server-async-standalone-client.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-standalone-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-standalone-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/client/target/server-async-standalone-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.examples:server-async-standalone-webapp >----
[INFO] Building jersey-examples-server-async-standalone-webapp 3.0.99-SNAPSHOT [274/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-async-standalone-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-async-standalone-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-async-standalone-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-async-standalone-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-async-standalone-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-async-standalone-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-async-standalone-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-async-standalone-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ server-async-standalone-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [server-async-standalone-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/target/server-async-standalone-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-async-standalone-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-async-standalone-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:server-sent-events-jaxrs >-------
[INFO] Building jersey-examples-server-sent-events-jaxrs 3.0.99-SNAPSHOT [275/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ server-sent-events-jaxrs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ server-sent-events-jaxrs ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ server-sent-events-jaxrs ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ server-sent-events-jaxrs ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-sent-events-jaxrs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server-sent-events-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ server-sent-events-jaxrs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ server-sent-events-jaxrs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ server-sent-events-jaxrs ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-sent-events-jaxrs ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ server-sent-events-jaxrs ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:servlet3-webapp >------------
[INFO] Building jersey-examples-servlet3-webapp 3.0.99-SNAPSHOT       [276/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet3-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet3-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ servlet3-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ servlet3-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet3-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet3-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet3-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ servlet3-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ servlet3-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet3-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/target/servlet3-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/target/servlet3-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ servlet3-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/target/servlet3-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ servlet3-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/target/servlet3-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/servlet3-webapp/target/servlet3-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.examples:simple-console >------------
[INFO] Building jersey-examples-simple-console 3.0.99-SNAPSHOT        [277/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ simple-console ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ simple-console ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ simple-console ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ simple-console ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ simple-console ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ simple-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ simple-console ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ simple-console ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ simple-console ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/target/simple-console.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ simple-console ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/target/simple-console-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ simple-console ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/target/simple-console.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/simple-console/target/simple-console-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:sse-item-store-jersey-webapp >-----
[INFO] Building jersey-examples-sse-item-store-jersey-webapp 3.0.99-SNAPSHOT [278/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-item-store-jersey-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-item-store-jersey-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-item-store-jersey-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-item-store-jersey-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-item-store-jersey-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sse-item-store-jersey-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-item-store-jersey-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-item-store-jersey-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ sse-item-store-jersey-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sse-item-store-jersey-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-item-store-jersey-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-item-store-jersey-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp >------
[INFO] Building jersey-examples-sse-item-store-jaxrs-webapp 3.0.99-SNAPSHOT [279/283]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-item-store-jaxrs-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-item-store-jaxrs-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-item-store-jaxrs-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-item-store-jaxrs-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-item-store-jaxrs-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sse-item-store-jaxrs-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-item-store-jaxrs-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-item-store-jaxrs-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.3.2:war (default-war) @ sse-item-store-jaxrs-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sse-item-store-jaxrs-webapp] in [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-item-store-jaxrs-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-item-store-jaxrs-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:sse-twitter-aggregator >--------
[INFO] Building jersey-examples-sse-twitter-aggregator 3.0.99-SNAPSHOT [280/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sse-twitter-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sse-twitter-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ sse-twitter-aggregator ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ sse-twitter-aggregator ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sse-twitter-aggregator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sse-twitter-aggregator ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ sse-twitter-aggregator ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ sse-twitter-aggregator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sse-twitter-aggregator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ sse-twitter-aggregator ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:system-properties-example >-------
[INFO] Building jersey-examples-system-properties 3.0.99-SNAPSHOT     [281/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ system-properties-example ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ system-properties-example ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ system-properties-example ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ system-properties-example ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ system-properties-example ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ system-properties-example ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ system-properties-example ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ system-properties-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/target/system-properties-example.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ system-properties-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/target/system-properties-example-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ system-properties-example ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >---------------
[INFO] Building jersey-examples-moxy 3.0.99-SNAPSHOT                  [282/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ xml-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ xml-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ xml-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ xml-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/target/xml-moxy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/target/xml-moxy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ xml-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >---
[INFO] Building jersey-test-framework-maven-custom-enforcer-rules 3.0.99-SNAPSHOT [283/283]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ custom-enforcer-rules ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ custom-enforcer-rules ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ custom-enforcer-rules ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ custom-enforcer-rules ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-enforcer-rules ---
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ custom-enforcer-rules ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ custom-enforcer-rules ---
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ custom-enforcer-rules ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ custom-enforcer-rules ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ custom-enforcer-rules ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ custom-enforcer-rules ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey3x_BuildAndZip_Pipeline/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 3.0.99-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [ 19.332 s]
[INFO] jersey-archetypes .................................. SUCCESS [  0.743 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  3.758 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.077 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.082 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.321 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.415 s]
[INFO] jersey-core-common ................................. SUCCESS [ 28.746 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.084 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  2.042 s]
[INFO] jersey-core-client ................................. SUCCESS [  1.997 s]
[INFO] jersey-media ....................................... SUCCESS [  0.056 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  3.243 s]
[INFO] jersey-core-server ................................. SUCCESS [  8.233 s]
[INFO] jersey-containers .................................. SUCCESS [  0.042 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  4.517 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  0.657 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.046 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  1.807 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.251 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.258 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.049 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  0.585 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.034 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [  0.998 s]
[INFO] jersey-connectors-apache5 .......................... SUCCESS [  1.117 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  0.266 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.132 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [  0.274 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  0.175 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [  0.615 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  0.129 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [  4.107 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.260 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.114 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [  0.777 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  0.202 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.058 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [  0.763 s]
[INFO] jersey-media-sse ................................... SUCCESS [  0.486 s]
[INFO] jersey-connectors-helidon .......................... SUCCESS [ 33.330 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [  1.075 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [  0.242 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.042 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.028 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  0.903 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.029 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [ 17.331 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.448 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  0.592 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  0.151 s]
[INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [  6.689 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.194 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  0.383 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.383 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  1.590 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  0.339 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  0.186 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.986 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.113 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.284 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.280 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.546 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  0.372 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.031 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  0.144 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  0.261 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  0.399 s]
[INFO] jersey-spring6 ..................................... SUCCESS [  2.666 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.306 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  0.619 s]
[INFO] project ............................................ SUCCESS [  0.061 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  2.506 s]
[INFO] jersey-mp-config ................................... SUCCESS [  3.185 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.028 s]
[INFO] jersey-inject-cdi-weld ............................. SUCCESS [  1.038 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  0.802 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  0.779 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  2.105 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  0.730 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.447 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  0.477 s]
[INFO] jersey-media-json-gson ............................. SUCCESS [  0.323 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  0.936 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.288 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  0.121 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  0.743 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  0.714 s]
[INFO] jersey-security .................................... SUCCESS [  0.028 s]
[INFO] oauth1-signature ................................... SUCCESS [  0.219 s]
[INFO] jersey-security .................................... SUCCESS [  0.144 s]
[INFO] oauth1-server ...................................... SUCCESS [  0.243 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.138 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  0.399 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.029 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [  3.139 s]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [  0.674 s]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  0.550 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [  1.585 s]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.028 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  0.194 s]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld ............ SUCCESS [  0.163 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  0.110 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [  1.750 s]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [  0.537 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.029 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.072 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.028 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  0.618 s]
[INFO] jersey-tests-cdi-client ............................ SUCCESS [  0.099 s]
[INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [  0.151 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.177 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.136 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  0.146 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  0.154 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.066 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.170 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.147 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  0.606 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.041 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.139 s]
[INFO] jersey-tests-resource-with-at-context .............. SUCCESS [  0.120 s]
[INFO] cdi-singleton ...................................... SUCCESS [  0.106 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  0.273 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.202 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.208 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.194 s]
[INFO] jersey-tests-context-inject-on-server .............. SUCCESS [  0.239 s]
[INFO] client-connector-provider .......................... SUCCESS [  0.132 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.052 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.168 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.216 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.025 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.062 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.165 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.148 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.183 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.025 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.184 s]
[INFO] j-376-reproducer ................................... SUCCESS [  0.603 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.164 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.164 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.245 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.028 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.050 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.170 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.181 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.023 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  0.676 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.166 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.155 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  0.151 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  7.421 s]
[INFO] jersey-3662 ........................................ SUCCESS [  0.085 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  0.135 s]
[INFO] jersey-3992 ........................................ SUCCESS [  0.162 s]
[INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [  0.138 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  0.275 s]
[INFO] jersey-4321 ........................................ SUCCESS [  0.557 s]
[INFO] jersey-examples .................................... SUCCESS [  0.357 s]
[INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [  0.793 s]
[INFO] jersey-4507 ........................................ SUCCESS [  0.159 s]
[INFO] jersey-4542 ........................................ SUCCESS [  0.089 s]
[INFO] jersey-4697 ........................................ SUCCESS [  0.142 s]
[INFO] jersey-4722 ........................................ SUCCESS [  0.111 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.022 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 16.794 s]
[INFO] microprofile-integration-project ................... SUCCESS [  0.041 s]
[INFO] microprofile-config-project ........................ SUCCESS [  0.025 s]
[INFO] config-webapp ...................................... SUCCESS [  0.109 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  0.178 s]
[INFO] jersey-rest-client ................................. SUCCESS [  0.169 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [ 16.628 s]
[INFO] reactive-streams-integration-project ............... SUCCESS [  0.024 s]
[INFO] sse-reactive-streams-tck ........................... SUCCESS [  0.423 s]
[INFO] jersey-tests-integration-jersey-5087 ............... SUCCESS [  3.669 s]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  0.801 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.092 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.024 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.024 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.171 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.076 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  0.537 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.052 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [ 17.259 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.233 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.174 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.147 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.026 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.203 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.179 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.094 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.182 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.025 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [  6.514 s]
[INFO] jersey-tests-stress ................................ SUCCESS [  0.081 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.023 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  2.809 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.026 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  0.859 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.102 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.106 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  0.453 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  0.326 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  0.285 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  0.264 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  0.340 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  0.246 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  0.290 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  0.397 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  0.630 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  0.331 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  0.229 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  0.283 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  0.647 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  0.244 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  0.236 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.149 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.068 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.367 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.288 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.415 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [  0.285 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  0.185 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  0.166 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  0.194 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  0.237 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  0.157 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  0.268 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [  8.312 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  0.129 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  0.330 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [  8.473 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  0.202 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  0.895 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  0.162 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  0.132 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  0.182 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  0.158 s]
[INFO] jersey-examples-helloworld-weld .................... SUCCESS [  0.348 s]
[INFO] jersey-examples-http-patch ......................... SUCCESS [  0.815 s]
[INFO] jersey-examples-http-trace ......................... SUCCESS [  0.181 s]
[INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [  0.164 s]
[INFO] jersey-examples-https-server-glassfish ............. SUCCESS [  0.196 s]
[INFO] jersey-examples-java8-webapp ....................... SUCCESS [  0.211 s]
[INFO] jersey-examples-jaxb ............................... SUCCESS [  0.478 s]
[INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [  0.141 s]
[INFO] jersey-examples-ejb ................................ SUCCESS [  0.103 s]
[INFO] jersey-examples-json-binding-webapp ................ SUCCESS [  0.382 s]
[INFO] jersey-examples-json-jackson ....................... SUCCESS [  1.158 s]
[INFO] jersey-examples-json-jettison ...................... SUCCESS [  0.139 s]
[INFO] jersey-examples-json-moxy .......................... SUCCESS [  0.128 s]
[INFO] jersey-examples-json-processing-webapp ............. SUCCESS [  0.228 s]
[INFO] jersey-examples-json-with-padding .................. SUCCESS [  0.130 s]
[INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [  0.133 s]
[INFO] jersey-examples-managed-client ..................... SUCCESS [  0.141 s]
[INFO] jersey-examples-managed-client-webapp .............. SUCCESS [  0.243 s]
[INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [  0.211 s]
[INFO] jersey-examples-multipart-webapp ................... SUCCESS [  0.271 s]
[INFO] jersey-examples-open-tracing ....................... SUCCESS [  1.073 s]
[INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [  0.036 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [  0.899 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [  0.198 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [  0.131 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [  0.686 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [  1.978 s]
[INFO] oauth-client-twitter ............................... SUCCESS [  0.104 s]
[INFO] jersey-examples-reload ............................. SUCCESS [  2.268 s]
[INFO] jersey-examples-rx-client-webapp ................... SUCCESS [  2.555 s]
[INFO] jersey-examples-server-async ....................... SUCCESS [  2.783 s]
[INFO] jersey-examples-server-async-managed ............... SUCCESS [  1.291 s]
[INFO] jersey-examples-server-async-standalone ............ SUCCESS [  0.028 s]
[INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [  1.707 s]
[INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [  0.887 s]
[INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [  0.932 s]
[INFO] jersey-examples-servlet3-webapp .................... SUCCESS [  1.013 s]
[INFO] jersey-examples-simple-console ..................... SUCCESS [  1.197 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [  2.458 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [  1.186 s]
[INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [  2.325 s]
[INFO] jersey-examples-system-properties .................. SUCCESS [  1.109 s]
[INFO] jersey-examples-moxy ............................... SUCCESS [  1.116 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [  1.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:03 min
[INFO] Finished at: 2023-01-19T19:28:51Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
[Pipeline] sh
+ mvn help:evaluate -Dexpression=project.version -q -DforceStdout
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mkdir -p tempzip
+ echo JERSEY_MVN_VERSION2=3.0.99-SNAPSHOT.jar
JERSEY_MVN_VERSION2=3.0.99-SNAPSHOT.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-gf-ejb
+ cp containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar tempzip/jersey-gf-ejb.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-container-grizzly2-http
+ cp containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar tempzip/jersey-container-grizzly2-http.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-container-servlet
+ cp containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar tempzip/jersey-container-servlet.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-container-servlet-core
+ cp containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar tempzip/jersey-container-servlet-core.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-client
+ cp core-client/target/jersey-client-3.0.99-SNAPSHOT.jar tempzip/jersey-client.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-common
+ cp core-common/target/jersey-common-3.0.99-SNAPSHOT.jar tempzip/jersey-common.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-server
+ cp core-server/target/jersey-server-3.0.99-SNAPSHOT.jar tempzip/jersey-server.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-bean-validation
+ cp ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar tempzip/jersey-bean-validation.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-cdi1x
+ cp ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar tempzip/jersey-cdi1x.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-cdi1x-servlet
+ cp ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar tempzip/jersey-cdi1x-servlet.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-cdi1x-transaction
+ cp ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar tempzip/jersey-cdi1x-transaction.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-entity-filtering
+ cp ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar tempzip/jersey-entity-filtering.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-mvc
+ cp ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar tempzip/jersey-mvc.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-mvc-jsp
+ cp ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar tempzip/jersey-mvc-jsp.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-hk2
+ cp inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar tempzip/jersey-hk2.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-media-jaxb
+ cp media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar tempzip/jersey-media-jaxb.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-media-json-binding
+ cp media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar tempzip/jersey-media-json-binding.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-media-json-jettison
+ cp media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar tempzip/jersey-media-json-jettison.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-media-json-processing
+ cp media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar tempzip/jersey-media-json-processing.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-media-moxy
+ cp media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar tempzip/jersey-media-moxy.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-media-multipart
+ cp media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar tempzip/jersey-media-multipart.jar
+ IFS=
+ read -r line
+ SIMPLE_NAME=jersey-media-sse
+ cp media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar tempzip/jersey-media-sse.jar
+ IFS=
+ read -r line
+ zip -j -r jersey.zip tempzip
  adding: jersey-gf-ejb.jar (deflated 12%)
  adding: jersey-container-grizzly2-http.jar (deflated 16%)
  adding: jersey-container-servlet.jar (deflated 13%)
  adding: jersey-container-servlet-core.jar (deflated 13%)
  adding: jersey-client.jar (deflated 12%)
  adding: jersey-common.jar (deflated 13%)
  adding: jersey-server.jar (deflated 12%)
  adding: jersey-bean-validation.jar (deflated 13%)
  adding: jersey-cdi1x.jar (deflated 15%)
  adding: jersey-cdi1x-servlet.jar (deflated 16%)
  adding: jersey-cdi1x-transaction.jar (deflated 14%)
  adding: jersey-entity-filtering.jar (deflated 15%)
  adding: jersey-mvc.jar (deflated 11%)
  adding: jersey-mvc-jsp.jar (deflated 13%)
  adding: jersey-hk2.jar (deflated 14%)
  adding: jersey-media-jaxb.jar (deflated 12%)
  adding: jersey-media-json-binding.jar (deflated 12%)
  adding: jersey-media-json-jettison.jar (deflated 14%)
  adding: jersey-media-json-processing.jar (deflated 11%)
  adding: jersey-media-moxy.jar (deflated 12%)
  adding: jersey-media-multipart.jar (deflated 12%)
  adding: jersey-media-sse.jar (deflated 12%)
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS