Started by upstream project "continuous-integration/ci_jenkins" build number 32 originally caused by: Started by user Maxim Nesen Running as Maxim Nesen Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-50qn8 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-50qn8" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-50qn8" - 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-50qn8" - 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-4.5" 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 - 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-50qn8 in /home/jenkins/agent/workspace/single_ci_build [Pipeline] { [Pipeline] tool [Pipeline] tool [Pipeline] stage [Pipeline] { (Fetch from git) [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/senivam/jersey.git > git init /home/jenkins/agent/workspace/single_ci_build # timeout=10 Fetching upstream changes from https://github.com/senivam/jersey.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/senivam/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 119cbd3a7942ebccdf76ad0b66013253ea302cba (refs/remotes/origin/ci_jenkins) > git config remote.origin.url https://github.com/senivam/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/ci_jenkins^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 119cbd3a7942ebccdf76ad0b66013253ea302cba # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b ci_jenkins 119cbd3a7942ebccdf76ad0b66013253ea302cba # timeout=10 Commit message: "CI env for Jenkins" > git rev-list --no-walk 119cbd3a7942ebccdf76ad0b66013253ea302cba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build ci_jenkins glassfish-copyright:check) [Pipeline] sh + bash etc/travis/travis.sh glassfish-copyright:check Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [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-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-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-connectors-jetty [jar] [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-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-ext-servlet-portability [jar] [INFO] jersey-spring4 [jar] [INFO] jersey-spring5 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] jersey-media-sse [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [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-jackson1 [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] 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] jersey-tests-integration-jersey-async-filter [war] [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] 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] jersey-tests-externalproperties [jar] [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-component-inject [war] [INFO] jersey-tests-integration-jersey-1107 [war] [INFO] jersey-tests-integration-jersey-1223 [war] [INFO] jersey-tests-integration-jersey-1604 [war] [INFO] jersey-tests-integration-jersey-1667 [war] [INFO] jersey-tests-integration-jersey-1829 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [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-2160 [war] [INFO] jersey-tests-integration-jersey-2164 [war] [INFO] jersey-tests-integration-jersey-2167 [war] [INFO] jersey-tests-integration-jersey-2176 [war] [INFO] jersey-tests-integration-jersey-2184 [war] [INFO] jersey-tests-integration-jersey-2255 [war] [INFO] jersey-tests-integration-jersey-2322 [war] [INFO] jersey-tests-integration-jersey-2335 [war] [INFO] jersey-tests-integration-jersey-2421 [war] [INFO] jersey-tests-integration-jersey-2551 [war] [INFO] jersey-tests-integration-jersey-2612 [war] [INFO] jersey-tests-integration-jersey-2637 [war] [INFO] jersey-tests-integration-jersey-2654 [war] [INFO] jersey-tests-integration-jersey-2673 [war] [INFO] jersey-tests-integration-jersey-2689 [war] [INFO] jersey-tests-integration-jersey-2704 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-tests-integration-jersey-2794 [war] [INFO] jersey-tests-integration-jersey-2846 [war] [INFO] jersey-tests-integration-jersey-2878 [war] [INFO] jersey-tests-integration-jersey-2892 [war] [INFO] jersey-tests-integration-jersey-3796 [war] [INFO] jersey-tests-integration-jersey-780 [war] [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] jetty-response-close [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-tck [jar] [INFO] jersey-tests-integration-portability-jersey-1 [war] [INFO] jersey-tests-integration-portability-jersey-2 [war] [INFO] jersey-tests-integration-property-check [jar] [INFO] jersey-tests-integration-jersey-security-digest [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 [war] [INFO] jersey-tests-integration-servlet-2.5-filter [war] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-2 [war] [INFO] jersey-tests-integration-servlet-2.5-init-3 [war] [INFO] jersey-tests-integration-servlet-2.5-init-4 [war] [INFO] jersey-tests-integration-servlet-2.5-init-5 [war] [INFO] jersey-tests-integration-servlet-2.5-init-6 [war] [INFO] jersey-tests-integration-servlet-2.5-init-7 [war] [INFO] jersey-tests-integration-servlet-2.5-init-8 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 [war] [INFO] jersey-tests-integration-servlet-2.5-reload [war] [INFO] jersey-tests-integration-servlet-3-async [war] [INFO] jersey-tests-integration-servlet-3-chunked-io [war] [INFO] jersey-tests-integration-servlet-3-filter [war] [INFO] jersey-tests-integration-servlet-3-gf-async [war] [INFO] jersey-tests-integration-servlet-3-inflector-1 [war] [INFO] jersey-tests-integration-servlet-3-init-1 [war] [INFO] jersey-tests-integration-servlet-3-init-2 [war] [INFO] jersey-tests-integration-servlet-3-init-3 [war] [INFO] jersey-tests-integration-servlet-3-init-4 [war] [INFO] jersey-tests-integration-servlet-3-init-5 [war] [INFO] jersey-tests-integration-servlet-3-init-6 [war] [INFO] jersey-tests-integration-servlet-3-init-7 [war] [INFO] jersey-tests-integration-servlet-3-init-8 [war] [INFO] jersey-tests-integration-servlet-3-init-9 [war] [INFO] jersey-tests-integration-servlet-3-init-provider [war] [INFO] jersey-tests-integration-servlet-3-params [war] [INFO] jersey-tests-integration-servlet-3-sse-1 [war] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-spring4 [war] [INFO] jersey-tests-integration-spring5 [war] [INFO] jersey-tests-integration-tracing-support [war] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [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-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [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-jackson1 [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] jersey-examples-osgi-http-service [pom] [INFO] jersey-examples-osgi-http-service-bundle [jar] [INFO] jersey-examples-osgi-http-service-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] [WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Could not find artifact org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 2.35-SNAPSHOT [1/363] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Failure to find org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 2.35-SNAPSHOT [2/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 2.35-SNAPSHOT [3/363] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 2.35-SNAPSHOT [4/363] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 2.35-SNAPSHOT [5/363] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 2.35-SNAPSHOT [6/363] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 2.35-SNAPSHOT [7/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 2.35-SNAPSHOT [8/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-common --- [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 2.35-SNAPSHOT [9/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 2.35-SNAPSHOT [10/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-hk2 --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 2.35-SNAPSHOT [11/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-client --- [INFO] [INFO] -----------------< org.glassfish.jersey.media:project >----------------- [INFO] Building jersey-media 2.35-SNAPSHOT [12/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------ [INFO] Building jersey-media-jaxb 2.35-SNAPSHOT [13/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-jaxb --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-server >--------------- [INFO] Building jersey-core-server 2.35-SNAPSHOT [14/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-server --- [INFO] [INFO] --------------< org.glassfish.jersey.containers:project >--------------- [INFO] Building jersey-containers 2.35-SNAPSHOT [15/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >--- [INFO] Building jersey-container-grizzly2-http 2.35-SNAPSHOT [16/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-grizzly2-http --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >---- [INFO] Building jersey-container-servlet-core 2.35-SNAPSHOT [17/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-servlet-core --- [INFO] [INFO] ------------< org.glassfish.jersey.test-framework:project >------------- [INFO] Building jersey-test-framework 2.35-SNAPSHOT [18/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >--- [INFO] Building jersey-test-framework-core 2.35-SNAPSHOT [19/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-core --- [INFO] [INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------ [INFO] Building jersey-container-servlet 2.35-SNAPSHOT [20/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-servlet --- [INFO] [INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >-- [INFO] Building jersey-container-grizzly2-servlet 2.35-SNAPSHOT [21/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.test-framework.providers:project >-------- [INFO] Building jersey-test-framework-providers 2.35-SNAPSHOT [22/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >-- [INFO] Building jersey-test-framework-provider-grizzly2 2.35-SNAPSHOT [23/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --------------< org.glassfish.jersey.connectors:project >--------------- [INFO] Building jersey-connectors 2.35-SNAPSHOT [24/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >------- [INFO] Building jersey-connectors-apache 2.35-SNAPSHOT [25/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-apache-connector --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >-- [INFO] Building jersey-test-framework-provider-inmemory 2.35-SNAPSHOT [26/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >-- [INFO] Building jersey-test-framework-provider-external 2.35-SNAPSHOT [27/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-external --- [INFO] [INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------ [INFO] Building jersey-container-jdk-http 2.35-SNAPSHOT [28/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-jdk-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >-- [INFO] Building jersey-test-framework-provider-jdk-http 2.35-SNAPSHOT [29/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >---- [INFO] Building jersey-container-simple-http 2.35-SNAPSHOT [30/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-simple-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >-- [INFO] Building jersey-test-framework-provider-simple 2.35-SNAPSHOT [31/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-simple --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >----- [INFO] Building jersey-container-jetty-http 2.35-SNAPSHOT [32/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-jetty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >-- [INFO] Building jersey-test-framework-provider-jetty 2.35-SNAPSHOT [33/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >------- [INFO] Building jersey-connectors-netty 2.35-SNAPSHOT [34/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-netty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >----- [INFO] Building jersey-container-netty-http 2.35-SNAPSHOT [35/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-netty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >-- [INFO] Building jersey-test-framework-provider-netty 2.35-SNAPSHOT [36/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >-- [INFO] Building jersey-test-framework-provider-bundle 2.35-SNAPSHOT [37/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------ [INFO] Building jersey-connectors-grizzly 2.35-SNAPSHOT [38/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-grizzly-connector --- [INFO] [INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >-------- [INFO] Building jersey-connectors-jdk 2.35-SNAPSHOT [39/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-jdk-connector --- [INFO] [INFO] ------------------< org.glassfish.jersey.ext:project >------------------ [INFO] Building jersey-extensions 2.35-SNAPSHOT [40/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >---------- [INFO] Building jersey-ext-entity-filtering 2.35-SNAPSHOT [41/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-entity-filtering --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >-------- [INFO] Building jersey-media-json-jackson 2.35-SNAPSHOT [42/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-jackson --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >------- [INFO] Building jersey-connectors-jetty 2.35-SNAPSHOT [43/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-jetty-connector --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.cdi:project >---------------- [INFO] Building jersey-cdi-support 2.35-SNAPSHOT [44/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >-------------- [INFO] Building jersey-ext-cdi1x 2.35-SNAPSHOT [45/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x --- [INFO] [INFO] ---------< org.glassfish.jersey.containers.glassfish:project >---------- [INFO] Building jersey-glassfish-support 2.35-SNAPSHOT [46/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >------- [INFO] Building jersey-gf-ejb 2.35-SNAPSHOT [47/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-gf-ejb --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >--- [INFO] Building jersey-container-jetty-servlet 2.35-SNAPSHOT [48/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-container-jetty-servlet --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >----------- [INFO] Building jersey-ext-bean-validation 2.35-SNAPSHOT [49/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-bean-validation --- [INFO] [INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >-- [INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 2.35-SNAPSHOT [50/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >---------- [INFO] Building jersey-ext-cdi-rs-inject 2.35-SNAPSHOT [51/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi-rs-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >---------- [INFO] Building jersey-ext-cdi1x-servlet 2.35-SNAPSHOT [52/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >-------- [INFO] Building jersey-ext-cdi1x-transaction 2.35-SNAPSHOT [53/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-transaction --- [INFO] [INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >-------- [INFO] Building jersey-ext-cdi1x-validation 2.35-SNAPSHOT [54/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi1x-validation --- [INFO] [INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------ [INFO] Building jersey-ext-weld2-se 2.35-SNAPSHOT [55/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-weld2-se --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >---------- [INFO] Building jersey-ext-metainf-services 2.35-SNAPSHOT [56/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-metainf-services --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >----------------- [INFO] Building jersey-ext-mvc 2.35-SNAPSHOT [57/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >--------- [INFO] Building jersey-ext-mvc-bean-validation 2.35-SNAPSHOT [58/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-bean-validation --- [INFO] [INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >----------- [INFO] Building jersey-ext-mvc-freemarker 2.35-SNAPSHOT [59/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-freemarker --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >--------------- [INFO] Building jersey-ext-mvc-jsp 2.35-SNAPSHOT [60/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-jsp --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------ [INFO] Building jersey-ext-mvc-mustache 2.35-SNAPSHOT [61/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mvc-mustache --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------ [INFO] Building jersey-ext-proxy-client 2.35-SNAPSHOT [62/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-proxy-client --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.rx:project >----------------- [INFO] Building jersey-ext-rx 2.35-SNAPSHOT [63/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >--------- [INFO] Building jersey-ext-rx-client-guava 2.35-SNAPSHOT [64/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-rx-client-guava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >--------- [INFO] Building jersey-ext-rx-client-rxjava 2.35-SNAPSHOT [65/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-rx-client-rxjava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >-------- [INFO] Building jersey-ext-rx-client-rxjava2 2.35-SNAPSHOT [66/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-servlet-portability >--------- [INFO] Building jersey-ext-servlet-portability 2.35-SNAPSHOT [67/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-servlet-portability --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring4 >--------------- [INFO] Building jersey-spring4 2.35-SNAPSHOT [68/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-spring4 --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring5 >--------------- [INFO] Building jersey-spring5 2.35-SNAPSHOT [69/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-spring5 --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >------------- [INFO] Building jersey-wadl-doclet 2.35-SNAPSHOT [70/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-wadl-doclet --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >-------- [INFO] Building jersey-media-json-binding 2.35-SNAPSHOT [71/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-binding --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >------------- [INFO] Building jersey-media-sse 2.35-SNAPSHOT [72/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-sse --- [INFO] [INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------ [INFO] Building project 2.35-SNAPSHOT [73/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >----- [INFO] Building jersey-mp-rest-client 2.35-SNAPSHOT [74/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mp-rest-client --- [INFO] [INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >------- [INFO] Building jersey-mp-config 2.35-SNAPSHOT [75/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-mp-config --- [INFO] [INFO] ---------------< org.glassfish.jersey.incubator:project >--------------- [INFO] Building jersey-incubator 2.35-SNAPSHOT [76/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >--------- [INFO] Building jersey-declarative-linking 2.35-SNAPSHOT [77/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-declarative-linking --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >-------- [INFO] Building jersey-ext-gae-integration 2.35-SNAPSHOT [78/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-gae-integration --- [INFO] [INFO] ----------------< org.glassfish.jersey.media:html-json >---------------- [INFO] Building jersey-media-html-json 2.35-SNAPSHOT [79/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ html-json --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------ [INFO] Building jersey-media-kryo 2.35-SNAPSHOT [80/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-kryo --- [INFO] [INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >--------- [INFO] Building jersey-open-tracing 2.35-SNAPSHOT [81/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-open-tracing --- [INFO] [INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >------------- [INFO] Building jersey-inject-cdi2-se 2.35-SNAPSHOT [82/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-cdi2-se --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jackson1 >-------- [INFO] Building jersey-media-json-jackson1 2.35-SNAPSHOT [83/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-jackson1 --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >-------- [INFO] Building jersey-media-json-jettison 2.35-SNAPSHOT [84/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-jettison --- [INFO] [INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >------- [INFO] Building jersey-media-json-processing 2.35-SNAPSHOT [85/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-json-processing --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------ [INFO] Building jersey-media-moxy 2.35-SNAPSHOT [86/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-moxy --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >---------- [INFO] Building jersey-media-multipart 2.35-SNAPSHOT [87/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-multipart --- [INFO] [INFO] ---------------< org.glassfish.jersey.security:project >---------------- [INFO] Building jersey-security 2.35-SNAPSHOT [88/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -----------< org.glassfish.jersey.security:oauth1-signature >----------- [INFO] Building oauth1-signature 2.35-SNAPSHOT [89/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-signature --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-client >------------- [INFO] Building jersey-security 2.35-SNAPSHOT [90/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-client --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-server >------------- [INFO] Building oauth1-server 2.35-SNAPSHOT [91/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-server --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth2-client >------------- [INFO] Building oauth2-client 2.35-SNAPSHOT [92/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth2-client --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >--- [INFO] Building jersey-test-framework-util 2.35-SNAPSHOT [93/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-util --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:project >----------------- [INFO] Building jersey-tests 2.35-SNAPSHOT [94/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------------< org.glassfish.jersey.tests:e2e >------------------- [INFO] Building jersey-tests-e2e 2.35-SNAPSHOT [95/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-client >---------------- [INFO] Building jersey-tests-e2e-client 2.35-SNAPSHOT [96/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-client --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >------------- [INFO] Building jersey-tests-e2e-core-common 2.35-SNAPSHOT [97/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-core-common --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >---------------- [INFO] Building jersey-tests-e2e-entity 2.35-SNAPSHOT [98/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-entity --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >---------------- [INFO] Building jersey-tests-e2e-inject 2.35-SNAPSHOT [99/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-inject --- [INFO] [INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------ [INFO] Building jersey-tests-e2e-inject-cdi-se 2.35-SNAPSHOT [100/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-inject-cdi2-se --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >-------------- [INFO] Building e2e-inject-hk2 2.35-SNAPSHOT [101/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-inject-hk2 --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-server >---------------- [INFO] Building jersey-tests-e2e-server 2.35-SNAPSHOT [102/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-server --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >---------------- [INFO] Building jersey-tests-e2e-testng 2.35-SNAPSHOT [103/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ e2e-testng --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:project >----------- [INFO] Building jersey-tests-integration 2.35-SNAPSHOT [104/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.tests.integration:asm >------------- [INFO] Building jersey-asm-integration 2.35-SNAPSHOT [105/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ asm --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:async-jersey-filter >----- [INFO] Building jersey-tests-integration-jersey-async-filter 2.35-SNAPSHOT [106/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ async-jersey-filter --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >-- [INFO] Building cdi-integration-project 2.35-SNAPSHOT [107/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >-- [INFO] Building jersey-tests-cdi-beanvalidation-webapp 2.35-SNAPSHOT [108/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-beanvalidation-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration.cdi:cdi-client >-------- [INFO] Building jersey-tests-cdi-client 2.35-SNAPSHOT [109/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-client --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server >--- [INFO] Building jersey-tests-cdi-client-on-server 2.35-SNAPSHOT [110/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-client-on-server --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >--- [INFO] Building jersey-tests-cdi-ejb-webapp 2.35-SNAPSHOT [111/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-ejb-test-webapp --- [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 2.35-SNAPSHOT [112/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >---- [INFO] Building cdi-manually-bound 2.35-SNAPSHOT [113/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-manually-bound --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------ [INFO] Building jersey-tests-cdi-log-check 2.35-SNAPSHOT [114/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-log-check --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >--- [INFO] Building jersey-tests-integration-cdi-multimodule-lib 2.35-SNAPSHOT [115/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-multimodule-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war 2.35-SNAPSHOT [116/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-multimodule-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war2 2.35-SNAPSHOT [117/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-multimodule-war2 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >--- [INFO] Building jersey-tests-integration-cdi-multimodule-ear 2.35-SNAPSHOT [118/363] [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-multimodule-ear --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >----- [INFO] Building jersey-tests-integration-cdi-multimodule 2.35-SNAPSHOT [119/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >--- [INFO] Building jersey-tests-cdi-multipart-webapp 2.35-SNAPSHOT [120/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-multipart-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >-- [INFO] Building jersey-tests-resource-with-at-context 2.35-SNAPSHOT [121/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-resource-with-at-context --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >----- [INFO] Building jersey-tests-cdi-webapp 2.35-SNAPSHOT [122/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-test-webapp --- [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 2.35-SNAPSHOT [123/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-cfg-webapp --- [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 2.35-SNAPSHOT [124/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 2.35-SNAPSHOT [125/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >-- [INFO] Building jersey-tests-context-inject-on-server 2.35-SNAPSHOT [126/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ context-inject-on-server --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >-- [INFO] Building client-connector-provider 2.35-SNAPSHOT [127/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ client-connector-provider --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >----- [INFO] Building jersey-tests-integration-ejb-multimodule-lib 2.35-SNAPSHOT [128/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-lib --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >----- [INFO] Building jersey-tests-integration-ejb-multimodule-war 2.35-SNAPSHOT [129/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-war --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >----- [INFO] Building jersey-tests-integration-ejb-multimodule-ear 2.35-SNAPSHOT [130/363] [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-ear --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >------- [INFO] Building jersey-tests-integration-ejb-multimodule 2.35-SNAPSHOT [131/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 2.35-SNAPSHOT [132/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 2.35-SNAPSHOT [133/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 2.35-SNAPSHOT [134/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 2.35-SNAPSHOT [135/363] [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-reload-ear --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >---- [INFO] Building jersey-tests-integration-ejb-multimodule-reload 2.35-SNAPSHOT [136/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-multimodule-reload --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >------- [INFO] Building jersey-tests-ejb-webapp 2.35-SNAPSHOT [137/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ ejb-test-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:externalproperties >------ [INFO] Building jersey-tests-externalproperties 2.35-SNAPSHOT [138/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ externalproperties --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------ [INFO] Building j-376-reproducer 2.35-SNAPSHOT [139/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-376 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >---------- [INFO] Building jersey-tests-integration-j-441-war1 2.35-SNAPSHOT [140/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-441-war1 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >---------- [INFO] Building jersey-tests-integration-j-441-war2 2.35-SNAPSHOT [141/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-441-war2 --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >---------- [INFO] Building jersey-tests-integration-j-441-ear 2.35-SNAPSHOT [142/363] [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-441-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------ [INFO] Building jersey-tests-integration-j-441 2.35-SNAPSHOT [143/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-441 --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >--------- [INFO] Building jersey-tests-integration-j-59-ejb-lib 2.35-SNAPSHOT [144/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-59-ejb-lib --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >--------- [INFO] Building jersey-tests-integration-j-59-cdi-war 2.35-SNAPSHOT [145/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-59-cdi-war --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >----------- [INFO] Building jersey-tests-integration-j-59-ear 2.35-SNAPSHOT [146/363] [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-59-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >------------- [INFO] Building jersey-tests-integration-j-59 2.35-SNAPSHOT [147/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ j-59 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:jaxrs-component-inject >---- [INFO] Building jersey-tests-component-inject 2.35-SNAPSHOT [148/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jaxrs-component-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1107 >--------- [INFO] Building jersey-tests-integration-jersey-1107 2.35-SNAPSHOT [149/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1107 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1223 >--------- [INFO] Building jersey-tests-integration-jersey-1223 2.35-SNAPSHOT [150/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1223 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1604 >--------- [INFO] Building jersey-tests-integration-jersey-1604 2.35-SNAPSHOT [151/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1604 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1667 >--------- [INFO] Building jersey-tests-integration-jersey-1667 2.35-SNAPSHOT [152/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1667 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1829 >--------- [INFO] Building jersey-tests-integration-jersey-1829 2.35-SNAPSHOT [153/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1829 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1883 >--------- [INFO] Building jersey-tests-integration-jersey-1883 2.35-SNAPSHOT [154/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1883 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1928 >--------- [INFO] Building jersey-tests-integration-jersey-1928 2.35-SNAPSHOT [155/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1928 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1960 >--------- [INFO] Building jersey-tests-integration-jersey-1960 2.35-SNAPSHOT [156/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1960 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1964 >--------- [INFO] Building jersey-tests-integration-jersey-1964 2.35-SNAPSHOT [157/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-1964 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2031 >--------- [INFO] Building jersey-tests-integration-jersey-2031 2.35-SNAPSHOT [158/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2031 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >--------- [INFO] Building jersey-tests-integration-jersey-2136 2.35-SNAPSHOT [159/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2136 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >--------- [INFO] Building jersey-tests-integration-jersey-2137 2.35-SNAPSHOT [160/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2137 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >--------- [INFO] Building jersey-tests-integration-jersey-2154 2.35-SNAPSHOT [161/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2154 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2160 >--------- [INFO] Building jersey-tests-integration-jersey-2160 2.35-SNAPSHOT [162/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2160 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2164 >--------- [INFO] Building jersey-tests-integration-jersey-2164 2.35-SNAPSHOT [163/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2164 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2167 >--------- [INFO] Building jersey-tests-integration-jersey-2167 2.35-SNAPSHOT [164/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2167 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2176 >--------- [INFO] Building jersey-tests-integration-jersey-2176 2.35-SNAPSHOT [165/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2176 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2184 >--------- [INFO] Building jersey-tests-integration-jersey-2184 2.35-SNAPSHOT [166/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2184 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2255 >--------- [INFO] Building jersey-tests-integration-jersey-2255 2.35-SNAPSHOT [167/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2255 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2322 >--------- [INFO] Building jersey-tests-integration-jersey-2322 2.35-SNAPSHOT [168/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2322 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2335 >--------- [INFO] Building jersey-tests-integration-jersey-2335 2.35-SNAPSHOT [169/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2335 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >--------- [INFO] Building jersey-tests-integration-jersey-2421 2.35-SNAPSHOT [170/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2421 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2551 >--------- [INFO] Building jersey-tests-integration-jersey-2551 2.35-SNAPSHOT [171/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2551 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2612 >--------- [INFO] Building jersey-tests-integration-jersey-2612 2.35-SNAPSHOT [172/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2612 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2637 >--------- [INFO] Building jersey-tests-integration-jersey-2637 2.35-SNAPSHOT [173/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2637 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2654 >--------- [INFO] Building jersey-tests-integration-jersey-2654 2.35-SNAPSHOT [174/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2654 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2673 >--------- [INFO] Building jersey-tests-integration-jersey-2673 2.35-SNAPSHOT [175/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2673 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2689 >--------- [INFO] Building jersey-tests-integration-jersey-2689 2.35-SNAPSHOT [176/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2689 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2704 >--------- [INFO] Building jersey-tests-integration-jersey-2704 2.35-SNAPSHOT [177/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2704 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >--------- [INFO] Building jersey-tests-integration-jersey-2776 2.35-SNAPSHOT [178/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2776 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2794 >--------- [INFO] Building jersey-tests-integration-jersey-2794 2.35-SNAPSHOT [179/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2794 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2846 >--------- [INFO] Building jersey-tests-integration-jersey-2846 2.35-SNAPSHOT [180/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2846 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2878 >--------- [INFO] Building jersey-tests-integration-jersey-2878 2.35-SNAPSHOT [181/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2878 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2892 >--------- [INFO] Building jersey-tests-integration-jersey-2892 2.35-SNAPSHOT [182/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-2892 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3796 >--------- [INFO] Building jersey-tests-integration-jersey-3796 2.35-SNAPSHOT [183/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-3796 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-780 >---------- [INFO] Building jersey-tests-integration-jersey-780 2.35-SNAPSHOT [184/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-780 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >--------- [INFO] Building jersey-tests-integration-jersey-3670 2.35-SNAPSHOT [185/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-3670 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >--------- [INFO] Building jersey-3992 2.35-SNAPSHOT [186/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-3992 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4003 >--------- [INFO] Building jersey-tests-integration-jersey-4003 2.35-SNAPSHOT [187/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4003 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >--------- [INFO] Building jersey-tests-integration-jersey-4099 2.35-SNAPSHOT [188/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4099 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >--------- [INFO] Building jersey-4321 2.35-SNAPSHOT [189/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4321 --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:project >---------------- [INFO] Building jersey-examples 2.35-SNAPSHOT [190/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.examples:server-sent-events-jersey >------- [INFO] Building jersey-examples-server-sent-events-jersey 2.35-SNAPSHOT [191/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ server-sent-events-jersey --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4507 >--------- [INFO] Building jersey-4507 2.35-SNAPSHOT [192/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4507 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4542 >--------- [INFO] Building jersey-4542 2.35-SNAPSHOT [193/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4542 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4697 >--------- [INFO] Building jersey-4697 2.35-SNAPSHOT [194/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4697 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >--------- [INFO] Building jersey-4722 2.35-SNAPSHOT [195/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4722 --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:jetty-response-close >----- [INFO] Building jetty-response-close 2.35-SNAPSHOT [196/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jetty-response-close --- [INFO] [INFO] ----------------< org.glassfish.jersey.bundles:project >---------------- [INFO] Building jersey-bundles 2.35-SNAPSHOT [197/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >---------------- [INFO] Building jersey-bundles-jaxrs-ri 2.35-SNAPSHOT [198/363] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jaxrs-ri --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project >-- [INFO] Building microprofile-integration-project 2.35-SNAPSHOT [199/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ microprofile-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project >-- [INFO] Building microprofile-config-project 2.35-SNAPSHOT [200/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ microprofile-config-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:config-webapp >-- [INFO] Building config-webapp 2.35-SNAPSHOT [201/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp >-- [INFO] Building helidon-config-webapp 2.35-SNAPSHOT [202/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helidon-config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck >-- [INFO] Building jersey-rest-client-tck 2.35-SNAPSHOT [203/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-rest-client-tck --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:portability-jersey-1 >----- [INFO] Building jersey-tests-integration-portability-jersey-1 2.35-SNAPSHOT [204/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ portability-jersey-1 --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:portability-jersey-2 >----- [INFO] Building jersey-tests-integration-portability-jersey-2 2.35-SNAPSHOT [205/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ portability-jersey-2 --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:property-check >-------- [INFO] Building jersey-tests-integration-property-check 2.35-SNAPSHOT [206/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ property-check --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:security-digest >------- [INFO] Building jersey-tests-integration-jersey-security-digest 2.35-SNAPSHOT [207/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ security-digest --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1 >-- [INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-1 2.35-SNAPSHOT [208/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-autodiscovery-1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2 >-- [INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-2 2.35-SNAPSHOT [209/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-autodiscovery-2 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-filter >------ [INFO] Building jersey-tests-integration-servlet-2.5-filter 2.35-SNAPSHOT [210/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-filter --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1 >--- [INFO] Building jersey-tests-integration-servlet-2.5-inflector-1 2.35-SNAPSHOT [211/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-inflector-1 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-1 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-1 2.35-SNAPSHOT [212/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-1 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-2 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-2 2.35-SNAPSHOT [213/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-2 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-3 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-3 2.35-SNAPSHOT [214/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-3 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-4 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-4 2.35-SNAPSHOT [215/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-4 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-5 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-5 2.35-SNAPSHOT [216/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-5 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-6 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-6 2.35-SNAPSHOT [217/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-6 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-7 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-7 2.35-SNAPSHOT [218/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-7 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-8 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-8 2.35-SNAPSHOT [219/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-init-8 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-1 2.35-SNAPSHOT [220/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-mvc-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-2 2.35-SNAPSHOT [221/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-mvc-2 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-3 2.35-SNAPSHOT [222/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-mvc-3 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-reload >------ [INFO] Building jersey-tests-integration-servlet-2.5-reload 2.35-SNAPSHOT [223/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-2.5-reload --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-async >------- [INFO] Building jersey-tests-integration-servlet-3-async 2.35-SNAPSHOT [224/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-async --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-chunked-io >----- [INFO] Building jersey-tests-integration-servlet-3-chunked-io 2.35-SNAPSHOT [225/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-chunked-io --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-filter >------- [INFO] Building jersey-tests-integration-servlet-3-filter 2.35-SNAPSHOT [226/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-filter --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-3-gf-async >------ [INFO] Building jersey-tests-integration-servlet-3-gf-async 2.35-SNAPSHOT [227/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-gf-async --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-inflector-1 >---- [INFO] Building jersey-tests-integration-servlet-3-inflector-1 2.35-SNAPSHOT [228/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-inflector-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-1 >------- [INFO] Building jersey-tests-integration-servlet-3-init-1 2.35-SNAPSHOT [229/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-2 >------- [INFO] Building jersey-tests-integration-servlet-3-init-2 2.35-SNAPSHOT [230/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-2 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-3 >------- [INFO] Building jersey-tests-integration-servlet-3-init-3 2.35-SNAPSHOT [231/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-3 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-4 >------- [INFO] Building jersey-tests-integration-servlet-3-init-4 2.35-SNAPSHOT [232/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-4 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-5 >------- [INFO] Building jersey-tests-integration-servlet-3-init-5 2.35-SNAPSHOT [233/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-5 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-6 >------- [INFO] Building jersey-tests-integration-servlet-3-init-6 2.35-SNAPSHOT [234/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-6 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-7 >------- [INFO] Building jersey-tests-integration-servlet-3-init-7 2.35-SNAPSHOT [235/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-7 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-8 >------- [INFO] Building jersey-tests-integration-servlet-3-init-8 2.35-SNAPSHOT [236/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-8 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-9 >------- [INFO] Building jersey-tests-integration-servlet-3-init-9 2.35-SNAPSHOT [237/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-9 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:servlet-3-init-provider >--- [INFO] Building jersey-tests-integration-servlet-3-init-provider 2.35-SNAPSHOT [238/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-init-provider --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-params >------- [INFO] Building jersey-tests-integration-servlet-3-params 2.35-SNAPSHOT [239/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-params --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-sse-1 >------- [INFO] Building jersey-tests-integration-servlet-3-sse-1 2.35-SNAPSHOT [240/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-3-sse-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1 >------ [INFO] Building jersey-tests-integration-servlet-4.0-mvc-1 2.35-SNAPSHOT [241/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-4.0-mvc-1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2 >-- [INFO] Building jersey-tests-integration-servlet-request-wrapper-binding-2 2.35-SNAPSHOT [242/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-request-wrappper-binding-2 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding >-- [INFO] Building jersey-tests-integration-servlet-request-wrapper-binding 2.35-SNAPSHOT [243/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-request-wrappper-binding --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:servlet-tests >-------- [INFO] Building jersey-tests-integration-servlet-tests 2.35-SNAPSHOT [244/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet-tests --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:sonar-test >---------- [INFO] Building jersey-tests-integration-sonar-test 2.35-SNAPSHOT [245/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ sonar-test --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:spring4 >----------- [INFO] Building jersey-tests-integration-spring4 2.35-SNAPSHOT [246/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ spring4 --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:spring5 >----------- [INFO] Building jersey-tests-integration-spring5 2.35-SNAPSHOT [247/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ spring5 --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:tracing-support >------- [INFO] Building jersey-tests-integration-tracing-support 2.35-SNAPSHOT [248/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ tracing-support --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project >-- [INFO] Building reactive-streams-integration-project 2.35-SNAPSHOT [249/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ reactive-streams-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck >-- [INFO] Building sse-reactive-streams-tck 2.35-SNAPSHOT [250/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ sse-reactive-streams-tck --- [INFO] [INFO] ----------< org.glassfish.jersey.tests:jersey-tests-jmockit >----------- [INFO] Building jersey-tests-jmockit 2.35-SNAPSHOT [251/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-tests-jmockit --- [INFO] [INFO] ------< org.glassfish.jersey.test-framework:memleak-test-common >------- [INFO] Building jersey-test-framework-memleak-test-common 2.35-SNAPSHOT [252/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ memleak-test-common --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.memleaks:project >------------- [INFO] Building jersey-tests-memleak 2.35-SNAPSHOT [253/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.tests.memleaks.redeployment:project >------ [INFO] Building jersey-tests-memleak-redeployment 2.35-SNAPSHOT [254/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app >-- [INFO] Building jersey-tests-memleak-redeployment-leaking-test-app 2.35-SNAPSHOT [255/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ redeployment-leaking-test-app --- [INFO] [INFO] --------< org.glassfish.jersey.examples:webapp-example-parent >--------- [INFO] Building jersey-examples-webapp-parent-pom 2.35-SNAPSHOT [256/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ webapp-example-parent --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >----------- [INFO] Building jersey-examples-helloworld-webapp 2.35-SNAPSHOT [257/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-webapp --- [INFO] [INFO] ---------< org.glassfish.jersey.test-framework.maven:project >---------- [INFO] Building jersey-test-framework-maven 2.35-SNAPSHOT [258/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin >-- [INFO] Building jersey-test-framework-maven-container-runner-plugin 2.35-SNAPSHOT [259/363] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ container-runner-maven-plugin --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref >-- [INFO] Building jersey-tests-memleak-redeployment-hello-world-app-ref 2.35-SNAPSHOT [260/363] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT: Plugin org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:jar:2.35-SNAPSHOT [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app >-- [INFO] Building jersey-tests-memleak-redeployment-no-jersey-app 2.35-SNAPSHOT [261/363] [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT: Plugin org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:jar:2.35-SNAPSHOT [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ redeployment-no-jersey-app --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app >-- [INFO] Building jersey-tests-memleak-redeployment-threadlocals-app 2.35-SNAPSHOT [262/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ redeployment-threadlocals-app --- [INFO] [INFO] -------< org.glassfish.jersey.tests.memleaks.testcases:project >-------- [INFO] Building jersey-tests-memleak-testcase 2.35-SNAPSHOT [263/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak >---- [INFO] Building jersey-tests-memleak-testcase-bean-param-leak 2.35-SNAPSHOT [264/363] [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT: Plugin org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:jar:2.35-SNAPSHOT [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ bean-param-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak 2.35-SNAPSHOT [265/363] [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT: Plugin org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:jar:2.35-SNAPSHOT [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ shutdown-hook-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak-client 2.35-SNAPSHOT [266/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ shutdown-hook-leak-client --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app >--- [INFO] Building jersey-tests-memleak-testcase-leaking-test-app 2.35-SNAPSHOT [267/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ leaking-test-app --- [INFO] [INFO] --------------< org.glassfish.jersey.tests.osgi:project >--------------- [INFO] Building jersey-tests-osgi 2.35-SNAPSHOT [268/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >---- [INFO] Building jersey-tests-osgi-functional 2.35-SNAPSHOT [269/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-tests-osgi-functional --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:stress >------------------ [INFO] Building jersey-tests-stress 2.35-SNAPSHOT [270/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ stress --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.performance:project >----------- [INFO] Building jersey-tests-performance 2.35-SNAPSHOT [271/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance:performance-test-benchmarks >-- [INFO] Building performance-test-benchmarks 2.35-SNAPSHOT [272/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ performance-test-benchmarks --- [INFO] [INFO] -------< org.glassfish.jersey.tests.performance.runners:project >------- [INFO] Building jersey-tests-performance-runners 2.35-SNAPSHOT [273/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner >-- [INFO] Building jersey-grizzly-runner 2.35-SNAPSHOT [274/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-grizzly-runner --- [INFO] [INFO] ------< org.glassfish.jersey.tests.performance.testcases:project >------ [INFO] Building jersey-tests-performance-testcase 2.35-SNAPSHOT [275/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:assemblies >----- [INFO] Building jersey-tests-performance-assemblies 2.35-SNAPSHOT [276/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ assemblies --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:filter-dynamic >--- [INFO] Building jersey-tests-performance-filter-dynamic-test 2.35-SNAPSHOT [277/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ filter-dynamic --- [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:filter-global >--- [INFO] Building jersey-tests-performance-filter-global-test 2.35-SNAPSHOT [278/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ filter-global --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:filter-name >---- [INFO] Building jersey-tests-performance-filter-name-test 2.35-SNAPSHOT [279/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ filter-name --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic >-- [INFO] Building jersey-tests-performance-interceptor-dynamic-test 2.35-SNAPSHOT [280/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ interceptor-dynamic --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-global >-- [INFO] Building jersey-tests-performance-interceptor-global-test 2.35-SNAPSHOT [281/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ interceptor-global --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-name >-- [INFO] Building jersey-tests-performance-interceptor-name-test 2.35-SNAPSHOT [282/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ interceptor-name --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:custom-provider >-- [INFO] Building jersey-tests-performance-custom-provider-test 2.35-SNAPSHOT [283/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ custom-provider --- [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:json-jackson >---- [INFO] Building jersey-tests-performance-json-jackson-test 2.35-SNAPSHOT [284/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:json-moxy >----- [INFO] Building jersey-tests-performance-json-moxy-test 2.35-SNAPSHOT [285/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:mbw-kryo >------ [INFO] Building jersey-tests-performance-mbw-kryo-test 2.35-SNAPSHOT [286/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ mbw-kryo --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:text-plain >----- [INFO] Building jersey-tests-performance-text-plain-test 2.35-SNAPSHOT [287/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ text-plain --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-jaxb >------ [INFO] Building jersey-tests-performance-xml-jaxb-test 2.35-SNAPSHOT [288/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ xml-jaxb --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-moxy >------ [INFO] Building jersey-tests-performance-xml-moxy-test 2.35-SNAPSHOT [289/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:param-srl >----- [INFO] Building jersey-tests-performance-param-srl 2.35-SNAPSHOT [290/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ param-srl --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:proxy-injection >-- [INFO] Building jersey-tests-performance-proxy-injection-test 2.35-SNAPSHOT [291/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ proxy-injection --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.tools:performance-test-tools >-- [INFO] Building performance-test-tools 2.35-SNAPSHOT [292/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ performance-test-tools --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:assemblies >-------------- [INFO] Building jersey-examples-assemblies 2.35-SNAPSHOT [293/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ assemblies --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:bookmark >--------------- [INFO] Building jersey-examples-bookmark 2.35-SNAPSHOT [294/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ bookmark --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:bookmark-em >-------------- [INFO] Building jersey-examples-bookmark-em 2.35-SNAPSHOT [295/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ bookmark-em --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:bookstore-webapp >----------- [INFO] Building jersey-examples-bookstore-webapp 2.35-SNAPSHOT [296/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ bookstore-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:cdi-webapp >-------------- [INFO] Building jersey-examples-cdi-webapp 2.35-SNAPSHOT [297/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ cdi-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:clipboard >--------------- [INFO] Building jersey-examples-clipboard 2.35-SNAPSHOT [298/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ clipboard --- [INFO] [INFO] --------< org.glassfish.jersey.examples:clipboard-programmatic >-------- [INFO] Building jersey-examples-clipboard-programmatic 2.35-SNAPSHOT [299/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ clipboard-programmatic --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:declarative-linking >---------- [INFO] Building jersey-examples-declarative-linking 2.35-SNAPSHOT [300/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ declarative-linking --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:entity-filtering >----------- [INFO] Building jersey-examples-entity-filtering 2.35-SNAPSHOT [301/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ entity-filtering --- [INFO] [INFO] -----< org.glassfish.jersey.examples:entity-filtering-selectable >------ [INFO] Building jersey-examples-entity-filtering-selectable 2.35-SNAPSHOT [302/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ entity-filtering-selectable --- [INFO] [INFO] ------< org.glassfish.jersey.examples:entity-filtering-security >------- [INFO] Building jersey-examples-entity-filtering-security 2.35-SNAPSHOT [303/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ entity-filtering-security --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:extended-wadl-webapp >--------- [INFO] Building jersey-examples-extended-wadl-webapp 2.35-SNAPSHOT [304/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ extended-wadl-webapp --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:exception-mapping >----------- [INFO] Building jersey-examples-exception-mapping 2.35-SNAPSHOT [305/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ exception-mapping --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:freemarker-webapp >----------- [INFO] Building jersey-examples-freemarker-webapp 2.35-SNAPSHOT [306/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ freemarker-webapp --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:groovy >---------------- [INFO] Building jersey-examples-groovy 2.35-SNAPSHOT [307/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ groovy --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:helloworld >-------------- [INFO] Building jersey-examples-helloworld 2.35-SNAPSHOT [308/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:helloworld-benchmark >--------- [INFO] Building jersey-examples-helloworld-benchmark 2.35-SNAPSHOT [309/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-benchmark --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >---------- [INFO] Building jersey-examples-helloworld-cdi2-se 2.35-SNAPSHOT [310/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-cdi2-se --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-netty >----------- [INFO] Building jersey-examples-helloworld-netty 2.35-SNAPSHOT [311/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-netty --- [INFO] [INFO] -------< org.glassfish.jersey.examples:helloworld-programmatic >-------- [INFO] Building jersey-examples-helloworld-programmatic 2.35-SNAPSHOT [312/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-programmatic --- [INFO] [INFO] --------< org.glassfish.jersey.examples:helloworld-pure-jax-rs >-------- [INFO] Building jersey-examples-helloworld-pure-jax-rs 2.35-SNAPSHOT [313/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-pure-jax-rs --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------ [INFO] Building jersey-examples-helloworld-weld 2.35-SNAPSHOT [314/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-weld --- [INFO] [INFO] -------< org.glassfish.jersey.examples:helloworld-spring-webapp >------- [INFO] Building jersey-examples-helloworld-spring-webapp 2.35-SNAPSHOT [315/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-spring-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.examples:helloworld-spring-annotations >----- [INFO] Building helloworld-spring-annotations 2.35-SNAPSHOT [316/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-spring-annotations --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-patch >-------------- [INFO] Building jersey-examples-http-patch 2.35-SNAPSHOT [317/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ http-patch --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-trace >-------------- [INFO] Building jersey-examples-http-trace 2.35-SNAPSHOT [318/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ http-trace --- [INFO] [INFO] ------< org.glassfish.jersey.examples:https-clientserver-grizzly >------ [INFO] Building jersey-examples-https-clientserver-grizzly 2.35-SNAPSHOT [319/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ https-clientserver-grizzly --- [INFO] [INFO] --------< org.glassfish.jersey.examples:https-server-glassfish >-------- [INFO] Building jersey-examples-https-server-glassfish 2.35-SNAPSHOT [320/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ https-server-glassfish --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:java8-webapp >------------- [INFO] Building jersey-examples-java8-webapp 2.35-SNAPSHOT [321/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ java8-webapp --- [INFO] [INFO] -----------------< org.glassfish.jersey.examples:jaxb >----------------- [INFO] Building jersey-examples-jaxb 2.35-SNAPSHOT [322/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jaxb --- [INFO] [INFO] --------< org.glassfish.jersey.examples:jaxrs-types-injection >--------- [INFO] Building jersey-examples-jaxrs-types-injection 2.35-SNAPSHOT [323/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jaxrs-types-injection --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:jersey-ejb >-------------- [INFO] Building jersey-examples-ejb 2.35-SNAPSHOT [324/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-ejb --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:json-binding-webapp >---------- [INFO] Building jersey-examples-json-binding-webapp 2.35-SNAPSHOT [325/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-binding-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:json-jackson >------------- [INFO] Building jersey-examples-json-jackson 2.35-SNAPSHOT [326/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:json-jackson1 >------------- [INFO] Building jersey-examples-json-jackson1 2.35-SNAPSHOT [327/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-jackson1 --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:json-jettison >------------- [INFO] Building jersey-examples-json-jettison 2.35-SNAPSHOT [328/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-jettison --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:json-moxy >--------------- [INFO] Building jersey-examples-json-moxy 2.35-SNAPSHOT [329/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] --------< org.glassfish.jersey.examples:json-processing-webapp >-------- [INFO] Building jersey-examples-json-processing-webapp 2.35-SNAPSHOT [330/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-processing-webapp --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:json-with-padding >----------- [INFO] Building jersey-examples-json-with-padding 2.35-SNAPSHOT [331/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ json-with-padding --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:managed-beans-webapp >--------- [INFO] Building jersey-examples-managed-beans-webapp 2.35-SNAPSHOT [332/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ managed-beans-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:managed-client >------------ [INFO] Building jersey-examples-managed-client 2.35-SNAPSHOT [333/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ managed-client --- [INFO] [INFO] --------< org.glassfish.jersey.examples:managed-client-webapp >--------- [INFO] Building jersey-examples-managed-client-webapp 2.35-SNAPSHOT [334/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ managed-client-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.examples:managed-client-simple-webapp >----- [INFO] Building jersey-examples-managed-client-simple-webapp 2.35-SNAPSHOT [335/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ managed-client-simple-webapp --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:multipart-webapp >----------- [INFO] Building jersey-examples-multipart-webapp 2.35-SNAPSHOT [336/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ multipart-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:open-tracing >------------- [INFO] Building jersey-examples-open-tracing 2.35-SNAPSHOT [337/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ open-tracing --- [INFO] [INFO] --------< org.glassfish.jersey.examples:osgi-helloworld-webapp >-------- [INFO] Building jersey-examples-osgi-helloworld-webapp 2.35-SNAPSHOT [338/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ osgi-helloworld-webapp --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-lib 2.35-SNAPSHOT [339/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ lib-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-additional 2.35-SNAPSHOT [340/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ additional-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-alternate-version 2.35-SNAPSHOT [341/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ alternate-version-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-wab 2.35-SNAPSHOT [342/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ war-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-test 2.35-SNAPSHOT [343/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ functional-test --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:osgi-http-service >----------- [INFO] Building jersey-examples-osgi-http-service 2.35-SNAPSHOT [344/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ osgi-http-service --- [INFO] [INFO] -------< org.glassfish.jersey.examples.osgi-http-service:bundle >------- [INFO] Building jersey-examples-osgi-http-service-bundle 2.35-SNAPSHOT [345/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-http-service:functional-test >--- [INFO] Building jersey-examples-osgi-http-service-test 2.35-SNAPSHOT [346/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ functional-test --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:oauth-client-twitter >--------- [INFO] Building oauth-client-twitter 2.35-SNAPSHOT [347/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth-client-twitter --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:reload >---------------- [INFO] Building jersey-examples-reload 2.35-SNAPSHOT [348/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ reload --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:rx-client-webapp >----------- [INFO] Building jersey-examples-rx-client-webapp 2.35-SNAPSHOT [349/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ rx-client-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:server-async >------------- [INFO] Building jersey-examples-server-async 2.35-SNAPSHOT [350/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ server-async --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:server-async-managed >--------- [INFO] Building jersey-examples-server-async-managed 2.35-SNAPSHOT [351/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ server-async-managed --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-async-standalone >-------- [INFO] Building jersey-examples-server-async-standalone 2.35-SNAPSHOT [352/363] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ server-async-standalone --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-client >---- [INFO] Building jersey-examples-server-async-standalone-client 2.35-SNAPSHOT [353/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ server-async-standalone-client --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-webapp >---- [INFO] Building jersey-examples-server-async-standalone-webapp 2.35-SNAPSHOT [354/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ server-async-standalone-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-sent-events-jaxrs >------- [INFO] Building jersey-examples-server-sent-events-jaxrs 2.35-SNAPSHOT [355/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ server-sent-events-jaxrs --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:servlet3-webapp >------------ [INFO] Building jersey-examples-servlet3-webapp 2.35-SNAPSHOT [356/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ servlet3-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:simple-console >------------ [INFO] Building jersey-examples-simple-console 2.35-SNAPSHOT [357/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ simple-console --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jersey-webapp >----- [INFO] Building jersey-examples-sse-item-store-jersey-webapp 2.35-SNAPSHOT [358/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ sse-item-store-jersey-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp >------ [INFO] Building jersey-examples-sse-item-store-jaxrs-webapp 2.35-SNAPSHOT [359/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --------< org.glassfish.jersey.examples:sse-twitter-aggregator >-------- [INFO] Building jersey-examples-sse-twitter-aggregator 2.35-SNAPSHOT [360/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ sse-twitter-aggregator --- [INFO] [INFO] ------< org.glassfish.jersey.examples:system-properties-example >------- [INFO] Building jersey-examples-system-properties 2.35-SNAPSHOT [361/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ system-properties-example --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >--------------- [INFO] Building jersey-examples-moxy 2.35-SNAPSHOT [362/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >--- [INFO] Building jersey-test-framework-maven-custom-enforcer-rules 2.35-SNAPSHOT [363/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ custom-enforcer-rules --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 2.35-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 0.832 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.121 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 0.059 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.039 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.034 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.032 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.030 s] [INFO] jersey-core-common ................................. SUCCESS [ 5.775 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.017 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 0.561 s] [INFO] jersey-core-client ................................. SUCCESS [ 1.766 s] [INFO] jersey-media ....................................... SUCCESS [ 0.016 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 1.444 s] [INFO] jersey-core-server ................................. SUCCESS [ 7.716 s] [INFO] jersey-containers .................................. SUCCESS [ 0.017 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 0.109 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 0.454 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.016 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 0.290 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 0.119 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.048 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.017 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 0.256 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.015 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 0.463 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 0.111 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.049 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 0.190 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 0.080 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 0.246 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 0.082 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 0.176 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 0.082 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 0.283 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 0.167 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 0.033 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 0.016 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 0.217 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 0.910 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.031 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 0.896 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 0.161 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 0.431 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.014 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 0.436 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.015 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 0.092 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.050 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.289 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.062 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 0.028 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.094 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 0.076 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.040 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 0.064 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 0.049 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 0.405 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.066 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.114 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.113 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.065 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 0.167 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.015 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 0.116 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 0.115 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 0.094 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 0.066 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 0.756 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 0.732 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 0.193 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 0.093 s] [INFO] jersey-media-sse ................................... SUCCESS [ 0.507 s] [INFO] project ............................................ SUCCESS [ 0.015 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 0.531 s] [INFO] jersey-mp-config ................................... SUCCESS [ 0.099 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.015 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 0.789 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.063 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 0.145 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 0.156 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 0.107 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 0.867 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.048 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.348 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 0.112 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 0.228 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 0.810 s] [INFO] jersey-security .................................... SUCCESS [ 0.016 s] [INFO] oauth1-signature ................................... SUCCESS [ 0.349 s] [INFO] jersey-security .................................... SUCCESS [ 0.228 s] [INFO] oauth1-server ...................................... SUCCESS [ 0.324 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.228 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 0.171 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.015 s] [INFO] jersey-tests-e2e ................................... SUCCESS [ 1.504 s] [INFO] jersey-tests-e2e-client ............................ SUCCESS [ 0.763 s] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 0.557 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [ 2.351 s] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.015 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 0.439 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 0.158 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [ 2.569 s] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 0.103 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.017 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.029 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 0.384 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.016 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 0.385 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 0.069 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 0.108 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.243 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.119 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 0.253 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 0.173 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.059 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.078 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.094 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 0.014 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.015 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.075 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 0.064 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 0.793 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.311 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 0.292 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 0.292 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 0.423 s] [INFO] client-connector-provider .......................... SUCCESS [ 0.064 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.065 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.064 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.015 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.016 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.097 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.066 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.066 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.015 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.015 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.344 s] [INFO] jersey-tests-externalproperties .................... SUCCESS [ 0.029 s] [INFO] j-376-reproducer ................................... SUCCESS [ 0.196 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.100 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.101 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.015 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.017 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.048 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.098 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.014 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.015 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 0.202 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 0.068 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 0.071 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 0.069 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 0.086 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 0.068 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 0.097 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 0.051 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 0.098 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 0.089 s] [INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 0.187 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 0.105 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.149 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.118 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 0.103 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 0.093 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 0.130 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 0.215 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 0.113 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 0.088 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 0.098 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 0.114 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 0.033 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 0.105 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 0.142 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 0.122 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 0.085 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 0.106 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 0.106 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 0.142 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 0.070 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 0.068 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 0.071 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 0.081 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 0.116 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 0.101 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 0.088 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 0.118 s] [INFO] jersey-3992 ........................................ SUCCESS [ 0.129 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 0.030 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 0.135 s] [INFO] jersey-4321 ........................................ SUCCESS [ 0.031 s] [INFO] jersey-examples .................................... SUCCESS [ 0.115 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 0.078 s] [INFO] jersey-4507 ........................................ SUCCESS [ 0.030 s] [INFO] jersey-4542 ........................................ SUCCESS [ 0.057 s] [INFO] jersey-4697 ........................................ SUCCESS [ 0.033 s] [INFO] jersey-4722 ........................................ SUCCESS [ 0.053 s] [INFO] jetty-response-close ............................... SUCCESS [ 0.061 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.027 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 0.286 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.015 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.015 s] [INFO] config-webapp ...................................... SUCCESS [ 0.062 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 0.060 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [ 0.248 s] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 0.143 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 0.142 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 0.063 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 0.131 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 0.070 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 0.070 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 0.066 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 0.088 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 0.134 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 0.157 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 0.094 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 0.092 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 0.100 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 0.067 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 0.066 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 0.083 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 0.162 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 0.162 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 0.154 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [ 0.119 s] [INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [ 0.106 s] [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [ 0.089 s] [INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [ 0.072 s] [INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [ 0.137 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [ 0.072 s] [INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [ 0.083 s] [INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [ 0.155 s] [INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [ 0.107 s] [INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [ 0.088 s] [INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [ 0.085 s] [INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [ 0.106 s] [INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [ 0.083 s] [INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [ 0.231 s] [INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [ 0.073 s] [INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [ 0.369 s] [INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [ 0.082 s] [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [ 0.066 s] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [ 0.087 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [ 0.150 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [ 0.132 s] [INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [ 0.388 s] [INFO] jersey-tests-integration-sonar-test ................ SUCCESS [ 0.084 s] [INFO] jersey-tests-integration-spring4 ................... SUCCESS [ 0.478 s] [INFO] jersey-tests-integration-spring5 ................... SUCCESS [ 0.411 s] [INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 0.514 s] [INFO] reactive-streams-integration-project ............... SUCCESS [ 0.015 s] [INFO] sse-reactive-streams-tck ........................... SUCCESS [ 0.084 s] [INFO] jersey-tests-jmockit ............................... SUCCESS [ 0.127 s] [INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [ 0.075 s] [INFO] jersey-tests-memleak ............................... SUCCESS [ 0.016 s] [INFO] jersey-tests-memleak-redeployment .................. SUCCESS [ 0.014 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [ 0.063 s] [INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [ 0.014 s] [INFO] jersey-examples-helloworld-webapp .................. SUCCESS [ 0.260 s] [INFO] jersey-test-framework-maven ........................ SUCCESS [ 0.014 s] [INFO] jersey-test-framework-maven-container-runner-plugin SUCCESS [ 0.813 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [ 0.018 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [ 0.111 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [ 0.078 s] [INFO] jersey-tests-memleak-testcase ...................... SUCCESS [ 0.014 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [ 0.099 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [ 0.079 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [ 0.031 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [ 0.082 s] [INFO] jersey-tests-osgi .................................. SUCCESS [ 0.016 s] [INFO] jersey-tests-osgi-functional ....................... SUCCESS [ 0.365 s] [INFO] jersey-tests-stress ................................ SUCCESS [ 0.027 s] [INFO] jersey-tests-performance ........................... SUCCESS [ 0.065 s] [INFO] performance-test-benchmarks ........................ SUCCESS [ 0.355 s] [INFO] jersey-tests-performance-runners ................... SUCCESS [ 0.090 s] [INFO] jersey-grizzly-runner .............................. SUCCESS [ 0.084 s] [INFO] jersey-tests-performance-testcase .................. SUCCESS [ 0.014 s] [INFO] jersey-tests-performance-assemblies ................ SUCCESS [ 0.050 s] [INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [ 0.110 s] [INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [ 0.095 s] [INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [ 0.118 s] [INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [ 0.110 s] [INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [ 0.094 s] [INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [ 0.110 s] [INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [ 0.109 s] [INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [ 0.095 s] [INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [ 0.097 s] [INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [ 0.091 s] [INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [ 0.081 s] [INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [ 0.095 s] [INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [ 0.094 s] [INFO] jersey-tests-performance-param-srl ................. SUCCESS [ 0.081 s] [INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [ 0.093 s] [INFO] performance-test-tools ............................. SUCCESS [ 0.002 s] [INFO] jersey-examples-assemblies ......................... SUCCESS [ 0.081 s] [INFO] jersey-examples-bookmark ........................... SUCCESS [ 0.260 s] [INFO] jersey-examples-bookmark-em ........................ SUCCESS [ 0.257 s] [INFO] jersey-examples-bookstore-webapp ................... SUCCESS [ 0.004 s] [INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 0.336 s] [INFO] jersey-examples-clipboard .......................... SUCCESS [ 0.094 s] [INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [ 0.063 s] [INFO] jersey-examples-declarative-linking ................ SUCCESS [ 0.149 s] [INFO] jersey-examples-entity-filtering ................... SUCCESS [ 0.290 s] [INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [ 0.130 s] [INFO] jersey-examples-entity-filtering-security .......... SUCCESS [ 0.168 s] [INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 0.340 s] [INFO] jersey-examples-exception-mapping .................. SUCCESS [ 0.103 s] [INFO] jersey-examples-freemarker-webapp .................. SUCCESS [ 0.148 s] [INFO] jersey-examples-groovy ............................. SUCCESS [ 0.082 s] [INFO] jersey-examples-helloworld ......................... SUCCESS [ 0.082 s] [INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [ 0.080 s] [INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [ 0.164 s] [INFO] jersey-examples-helloworld-netty ................... SUCCESS [ 0.084 s] [INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [ 0.049 s] [INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [ 0.080 s] [INFO] jersey-examples-helloworld-weld .................... SUCCESS [ 0.205 s] [INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [ 0.185 s] [INFO] helloworld-spring-annotations ...................... SUCCESS [ 0.172 s] [INFO] jersey-examples-http-patch ......................... SUCCESS [ 0.108 s] [INFO] jersey-examples-http-trace ......................... SUCCESS [ 0.105 s] [INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [ 0.107 s] [INFO] jersey-examples-https-server-glassfish ............. SUCCESS [ 0.065 s] [INFO] jersey-examples-java8-webapp ....................... SUCCESS [ 0.506 s] [INFO] jersey-examples-jaxb ............................... SUCCESS [ 0.132 s] [INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [ 0.094 s] [INFO] jersey-examples-ejb ................................ SUCCESS [ 0.188 s] [INFO] jersey-examples-json-binding-webapp ................ SUCCESS [ 0.080 s] [INFO] jersey-examples-json-jackson ....................... SUCCESS [ 0.221 s] [INFO] jersey-examples-json-jackson1 ...................... SUCCESS [ 0.222 s] [INFO] jersey-examples-json-jettison ...................... SUCCESS [ 0.175 s] [INFO] jersey-examples-json-moxy .......................... SUCCESS [ 0.078 s] [INFO] jersey-examples-json-processing-webapp ............. SUCCESS [ 0.117 s] [INFO] jersey-examples-json-with-padding .................. SUCCESS [ 0.095 s] [INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [ 0.165 s] [INFO] jersey-examples-managed-client ..................... SUCCESS [ 0.139 s] [INFO] jersey-examples-managed-client-webapp .............. SUCCESS [ 0.154 s] [INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [ 0.118 s] [INFO] jersey-examples-multipart-webapp ................... SUCCESS [ 0.115 s] [INFO] jersey-examples-open-tracing ....................... SUCCESS [ 0.045 s] [INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [ 0.015 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [ 0.068 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [ 0.050 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [ 0.032 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [ 0.093 s] [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [ 0.094 s] [INFO] jersey-examples-osgi-http-service .................. SUCCESS [ 0.015 s] [INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [ 0.064 s] [INFO] jersey-examples-osgi-http-service-test ............. SUCCESS [ 0.077 s] [INFO] oauth-client-twitter ............................... SUCCESS [ 0.066 s] [INFO] jersey-examples-reload ............................. SUCCESS [ 0.228 s] [INFO] jersey-examples-rx-client-webapp ................... SUCCESS [ 0.309 s] [INFO] jersey-examples-server-async ....................... SUCCESS [ 0.113 s] [INFO] jersey-examples-server-async-managed ............... SUCCESS [ 0.092 s] [INFO] jersey-examples-server-async-standalone ............ SUCCESS [ 0.015 s] [INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [ 0.080 s] [INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [ 0.063 s] [INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [ 0.076 s] [INFO] jersey-examples-servlet3-webapp .................... SUCCESS [ 0.097 s] [INFO] jersey-examples-simple-console ..................... SUCCESS [ 0.105 s] [INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [ 0.096 s] [INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [ 0.101 s] [INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [ 0.290 s] [INFO] jersey-examples-system-properties .................. SUCCESS [ 0.158 s] [INFO] jersey-examples-moxy ............................... SUCCESS [ 0.109 s] [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [ 0.076 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:44 min [INFO] Finished at: 2021-06-29T18:30:52Z [INFO] ------------------------------------------------------------------------ Tailing the last 500 lines of output: [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS