Skip to content
Failed

Console Output

Started by user Dmitry Kornilov
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-java-0f6m5 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

Running on default-java-0f6m5 in /home/jenkins/workspace/GitHub_only_release
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] tool
[Pipeline] sh
+ java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
[Pipeline] sh
+ mvn -version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
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: ANSI_X3.4-1968
OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix"
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
using credential f5848e71-9994-45e3-8214-137ce91ddbcf
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/workspace/GitHub_only_release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 662158249985cf416b951418b88199f7696398d0 (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 662158249985cf416b951418b88199f7696398d0
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 662158249985cf416b951418b88199f7696398d0
Commit message: "remove staging repository from Travis build"
 > git rev-list --no-walk 662158249985cf416b951418b88199f7696398d0 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare environment)
[Pipeline] dir
Running in /home/jenkins/workspace/GitHub_only_release
[Pipeline] {
[Pipeline] sh
+ grep '<version>' pom.xml
+ grep SNAPSHOT
[Pipeline] sh
+ mvn -q -B '-Dexec.executable=echo' '-Dexec.args=${project.version}' --non-recursive exec:exec
[Pipeline] sh
+ ls
CONTRIBUTING.md
LICENSE.md
NOTICE.md
README.md
archetypes
bom
bundles
connectors
containers
core-client
core-common
core-server
docs
etc
examples
ext
incubator
inject
media
pom.xml
security
test-framework
tests
tools
[Pipeline] echo
Current version: 2.30-SNAPSHOT
[Pipeline] echo
Release version: 2.29.1
[Pipeline] echo
Next version:    2.30-SNAPSHOT
[Pipeline] echo
Release tag:     2.29.1
[Pipeline] echo
Release branch:  2.29.1-BRANCH
[Pipeline] echo
-[ Configure git user ]--------------------------------------------------------
[Pipeline] sh
+ git config --local user.email jersey-bot@eclipse.org
[Pipeline] sh
+ git config --local user.name jersey-bot
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare branch)
[Pipeline] echo
-[ Prepare branch ]-------------------------------------------------------------
[Pipeline] echo
-[ Switching to release branch ]-------------------------------------------------
[Pipeline] sh
+ git checkout origin/master
Note: checking out 'origin/master'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 66215824 remove staging repository from Travis build
+ true
+ git reset --hard origin/master
HEAD is now at 66215824 remove staging repository from Travis build
+ true
+ git checkout -B 2.29.1-BRANCH
Switched to a new branch '2.29.1-BRANCH'
[Pipeline] echo
-[ Release tag cleanup ]--------------------------------------------------------
[Pipeline] sh
+ git tag
+ grep 2.29.1
+ true
[Pipeline] sh
+ sed -i 's|<suppress files="generated" checks=".*"/>|<suppress files="generated" checks=".*"/><suppress files="unpacked-src" checks=".*"/>|g' etc/config/checkstyle-suppressions.xml
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare pom.xml for release of Jersey)
[Pipeline] echo
/opt/tools/java/oracle/jdk-8/latest
[Pipeline] echo
-[ Run maven release ]---------------------------------------------------------
[Pipeline] echo
-[ Set Release version ]-------------------------------------------------------
[Pipeline] sh
+ cd /home/jenkins/workspace/GitHub_only_release
+ mvn -q -B -o versions:set '-DnewVersion=2.29.1' '-DgenerateBackupPoms=false'
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.apache.maven.archetype:archetype-packaging:2.4 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.archetype:archetype-packaging:jar:2.4 has not been downloaded from it before. @ 
[WARNING] 'build.plugins.plugin.version' for org.glassfish.copyright:glassfish-copyright-maven-plugin is missing. @ line 392, column 21
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar -> duplicate declaration of version ${project.version} @ org.glassfish.jersey.ext.microprofile:jersey-mp-config:[unknown-version], /home/jenkins/workspace/GitHub_only_release/ext/microprofile/mp-config/pom.xml, line 78, column 21
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jersey.media:jersey-media-multipart:jar -> version ${project.version} vs (?) @ org.glassfish.jersey.tests:jersey-tests-jmockit:[unknown-version], /home/jenkins/workspace/GitHub_only_release/tests/jmockit/pom.xml, line 53, column 21
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead. @ 
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead. @ 
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. @ 
[ERROR] Unknown packaging: bundle @ org.glassfish.jersey.bundles:jaxrs-ri:[unknown-version], /home/jenkins/workspace/GitHub_only_release/bundles/jaxrs-ri/pom.xml, line 30, column 16
[ERROR] Unresolveable build extension: Plugin org.codehaus.groovy:groovy-eclipse-compiler:2.9.2-01 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.codehaus.groovy:groovy-eclipse-compiler:jar:2.9.2-01 has not been downloaded from it before. @ 
 @ 
[ERROR] The build could not read 50 projects -> [Help 1]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.archetypes:project:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/archetypes/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.maven.archetype:archetype-packaging:2.4 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.archetype:archetype-packaging:jar:2.4 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.connectors:jersey-apache-connector:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/connectors/apache-connector/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.connectors:jersey-jdk-connector:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/connectors/jdk-connector/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/glassfish/jersey-gf-ejb/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/grizzly2-http/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/grizzly2-servlet/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-jdk-http:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/jdk-http/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-servlet-core:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/jersey-servlet-core/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-servlet:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/jersey-servlet/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-jetty-http:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/jetty-http/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-jetty-servlet:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/jetty-servlet/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-netty-http:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/netty-http/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.containers:jersey-container-simple-http:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/containers/simple-http/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/core-common/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/core-server/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/core-client/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-bean-validation:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/bean-validation/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext.cdi:jersey-cdi1x:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/cdi/jersey-cdi1x/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/cdi/jersey-cdi1x-servlet/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/cdi/jersey-cdi1x-transaction/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/cdi/jersey-cdi1x-validation/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-entity-filtering:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/entity-filtering/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-metainf-services:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/metainf-services/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-mvc:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/mvc/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-mvc-bean-validation:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/mvc-bean-validation/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-mvc-freemarker:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/mvc-freemarker/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-mvc-jsp:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/mvc-jsp/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-mvc-mustache:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/mvc-mustache/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext:jersey-proxy-client:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/proxy-client/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/ext/microprofile/mp-rest-client/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.incubator:jersey-open-tracing:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/incubator/open-tracing/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.inject:jersey-cdi2-se:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/inject/cdi2-se/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/inject/hk2/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/jaxb/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-json-binding:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/json-binding/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-json-jackson:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/json-jackson/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-json-jackson1:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/json-jackson1/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-json-jettison:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/json-jettison/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-json-processing:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/json-processing/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-moxy:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/moxy/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-multipart:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/multipart/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.media:jersey-media-sse:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/media/sse/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/examples/osgi-helloworld-webapp/war-bundle/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/examples/osgi-helloworld-webapp/lib-bundle/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/examples/osgi-helloworld-webapp/additional-bundle/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.examples.osgi-http-service:bundle:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/examples/osgi-http-service/bundle/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.bundles:jaxrs-ri:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/bundles/jaxrs-ri/pom.xml) has 2 errors
[ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:3.5.0 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 has not been downloaded from it before. -> [Help 2]
[ERROR]     Unknown packaging: bundle @ org.glassfish.jersey.bundles:jaxrs-ri:[unknown-version], /home/jenkins/workspace/GitHub_only_release/bundles/jaxrs-ri/pom.xml, line 30, column 16
[ERROR]   
[ERROR]   The project org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/test-framework/maven/container-runner-maven-plugin/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.codehaus.groovy:groovy-eclipse-compiler:2.9.2-01 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.codehaus.groovy:groovy-eclipse-compiler:jar:2.9.2-01 has not been downloaded from it before. -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE