You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/08/14 08:52:59 UTC

Build failed in Jenkins: CXF-trunk-deploy #1728

See <https://builds.apache.org/job/CXF-trunk-deploy/1728/changes>

Changes:

[sberyozkin] [CXF-6528] Adding a property for users to disable sending CT with empty requests

[chris] Fixing and reenabling xmks tests

[ay] [CXF-6530] put the service under some path

[coheigea] Adding an STS OSGi test

[coheigea] Checkstyle issue

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/CXF-trunk-deploy/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a14d3999778d7edd1282df2f35dcf14f2b026ed5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a14d3999778d7edd1282df2f35dcf14f2b026ed5
 > git rev-list 6ba43377b893d20fcc29f27655469208305ae629 # timeout=10
Parsing POMs
Discovered a new module org.apache.cxf.services.sts.systests:cxf-services-sts-systests-osgi Apache CXF STS test OSGi deployment
Discovered a new module org.apache.cxf.services.sts.systests:cxf-services-sts-systests-features Apache CXF STS test Karaf Features
Discovered a new module org.apache.cxf.services.sts.systests:cxf-services-sts-systests-itests Apache CXF STS Integration Tests
Modules changed, recalculating dependency graph
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[CXF-trunk-deploy] $ /home/jenkins/tools/java/latest1.7/bin/java -da -dsa -XX:MaxPermSize=256m -Xmx1024M -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 51887
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/CXF-trunk-deploy/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 -U -B -e clean install -Pjaxws22,deploy,everything,nochecks -Dmaven.test.skip.exec=true -V -DobrRepository=NONE
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 13:51:28+0000)
Maven home: /x1/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /x1/jenkins/tools/java/jdk1.7.0_25-32/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.2.0-75-generic", arch: "i386", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/maven-metadata.xml (931 B at 3.8 KB/sec)
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.cxf.samples:logbrowser:war:3.1.3-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 45, column 13
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 34, column 13
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.cxf.samples:logbrowser-blueprint:bundle:3.1.3-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 34, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[ERROR] Two or more projects in the reactor have the same identifier, please make sure that <groupId>:<artifactId>:<version> is unique for each project: {org.apache.cxf.samples:wssec_ut_policy:3.1.3-SNAPSHOT=[<https://builds.apache.org/job/CXF-trunk-deploy/ws/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml,> <https://builds.apache.org/job/CXF-trunk-deploy/ws/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml]}> -> [Help 1]
org.apache.maven.DuplicateProjectException: Two or more projects in the reactor have the same identifier, please make sure that <groupId>:<artifactId>:<version> is unique for each project: {org.apache.cxf.samples:wssec_ut_policy:3.1.3-SNAPSHOT=[<https://builds.apache.org/job/CXF-trunk-deploy/ws/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml,> <https://builds.apache.org/job/CXF-trunk-deploy/ws/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml]}>
	at org.apache.maven.DefaultMaven.getProjectMap(DefaultMaven.java:623)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:250)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)
[ERROR] 
[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/DuplicateProjectException
channel stopped

Jenkins build is back to normal : CXF-trunk-deploy #1730

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-trunk-deploy/1730/changes>


Build failed in Jenkins: CXF-trunk-deploy #1729

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-trunk-deploy/1729/changes>

Changes:

[coheigea] Fixing distribution build failure

[coheigea] Fixing sts-itests failure

[coheigea] [CXF-6542] - Setting the signature digest algorithm on the SAMLCallback does not work for WS-Security

[ay] [CXF-6541] Add an OSGi version of Swagger2Feature sample using blueprint

[ay] [CXF-6541] fix the basePath

[coheigea] [CXF-6543] - It's not possible to specify the signature + digest algorithms for self-signed SAML Assertions with JAX-RS

[coheigea] Use 128-bit keys for STS OSGi test

[coheigea] [CXF-6534] - Kerberos delegation not possible if Authorization given

[sberyozkin] Trying to align various jose jwt abstract utility code

[sberyozkin] Minor update to jwe utils

------------------------------------------
[...truncated 18245 lines...]
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/rs/security/sso/oidc/target/cxf-rt-rs-security-sso-oidc-3.1.3-SNAPSHOT-javadoc.jar> to org.apache.cxf/cxf-rt-rs-security-sso-oidc/3.1.3-SNAPSHOT/cxf-rt-rs-security-sso-oidc-3.1.3-SNAPSHOT-javadoc.jar
Sending artifact delta relative to CXF-trunk-deploy ? Apache CXF Runtime OpenId Connect #1719
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 218144 bytes
Compression is 0.0%
Took 0.18 sec
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/tools/common/pom.xml> to org.apache.cxf/cxf-tools-common/3.1.3-SNAPSHOT/cxf-tools-common-3.1.3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/tools/common/target/cxf-tools-common-3.1.3-SNAPSHOT.jar> to org.apache.cxf/cxf-tools-common/3.1.3-SNAPSHOT/cxf-tools-common-3.1.3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/tools/common/target/cxf-tools-common-3.1.3-SNAPSHOT-sources.jar> to org.apache.cxf/cxf-tools-common/3.1.3-SNAPSHOT/cxf-tools-common-3.1.3-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/tools/common/target/cxf-tools-common-3.1.3-SNAPSHOT-javadoc.jar> to org.apache.cxf/cxf-tools-common/3.1.3-SNAPSHOT/cxf-tools-common-3.1.3-SNAPSHOT-javadoc.jar
Sending artifact delta relative to CXF-trunk-deploy ? Apache CXF Command Line Tools Common #1719
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 724621 bytes
Compression is 0.0%
Took 0.35 sec
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/services/ws-discovery/ws-discovery-service/pom.xml> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-service/3.1.3-SNAPSHOT/cxf-services-ws-discovery-service-3.1.3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/services/ws-discovery/ws-discovery-service/target/cxf-services-ws-discovery-service-3.1.3-SNAPSHOT.jar> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-service/3.1.3-SNAPSHOT/cxf-services-ws-discovery-service-3.1.3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/services/ws-discovery/ws-discovery-service/target/cxf-services-ws-discovery-service-3.1.3-SNAPSHOT-sources.jar> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-service/3.1.3-SNAPSHOT/cxf-services-ws-discovery-service-3.1.3-SNAPSHOT-sources.jar
Sending artifact delta relative to CXF-trunk-deploy ? Apache CXF WS-Discovery Service #1719
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 21155 bytes
Compression is 0.0%
Took 28 ms
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/transports/local/pom.xml> to org.apache.cxf/cxf-rt-transports-local/3.1.3-SNAPSHOT/cxf-rt-transports-local-3.1.3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/transports/local/target/cxf-rt-transports-local-3.1.3-SNAPSHOT.jar> to org.apache.cxf/cxf-rt-transports-local/3.1.3-SNAPSHOT/cxf-rt-transports-local-3.1.3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/transports/local/target/cxf-rt-transports-local-3.1.3-SNAPSHOT-sources.jar> to org.apache.cxf/cxf-rt-transports-local/3.1.3-SNAPSHOT/cxf-rt-transports-local-3.1.3-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/transports/local/target/cxf-rt-transports-local-3.1.3-SNAPSHOT-javadoc.jar> to org.apache.cxf/cxf-rt-transports-local/3.1.3-SNAPSHOT/cxf-rt-transports-local-3.1.3-SNAPSHOT-javadoc.jar
Sending artifact delta relative to CXF-trunk-deploy ? Apache CXF Runtime Local Transport #1719
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 95417 bytes
Compression is 0.0%
Took 50 ms
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/management-web/pom.xml> to org.apache.cxf/cxf-rt-management-web/3.1.3-SNAPSHOT/cxf-rt-management-web-3.1.3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/management-web/target/cxf-rt-management-web-3.1.3-SNAPSHOT.jar> to org.apache.cxf/cxf-rt-management-web/3.1.3-SNAPSHOT/cxf-rt-management-web-3.1.3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/management-web/target/cxf-rt-management-web-3.1.3-SNAPSHOT-sources.jar> to org.apache.cxf/cxf-rt-management-web/3.1.3-SNAPSHOT/cxf-rt-management-web-3.1.3-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/rt/management-web/target/cxf-rt-management-web-3.1.3-SNAPSHOT-javadoc.jar> to org.apache.cxf/cxf-rt-management-web/3.1.3-SNAPSHOT/cxf-rt-management-web-3.1.3-SNAPSHOT-javadoc.jar
Sending artifact delta relative to CXF-trunk-deploy ? Apache CXF Runtime Web Management #1719
Archived 4 artifacts
Archive block size is 32768
Received 15 blocks and 1461534 bytes
Compression is 25.2%
Took 0.42 sec
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/services/xkms/xkms-itests/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-itests/3.1.3-SNAPSHOT/cxf-services-xkms-itests-3.1.3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/services/xkms/xkms-itests/target/cxf-services-xkms-itests-3.1.3-SNAPSHOT.jar> to org.apache.cxf.services.xkms/cxf-services-xkms-itests/3.1.3-SNAPSHOT/cxf-services-xkms-itests-3.1.3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/CXF-trunk-deploy/ws/services/xkms/xkms-itests/target/cxf-services-xkms-itests-3.1.3-SNAPSHOT-sources.jar> to org.apache.cxf.services.xkms/cxf-services-xkms-itests/3.1.3-SNAPSHOT/cxf-services-xkms-itests-3.1.3-SNAPSHOT-sources.jar
Sending artifact delta relative to CXF-trunk-deploy ? Apache CXF XKMS Integration Tests #1319
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 25454 bytes
Compression is 0.0%
Took 35 ms
channel stopped
Maven RedeployPublisher use remote ubuntu3 maven settings from : /home/jenkins/.m2/settings.xml
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact apache-cxf-3.1.3-SNAPSHOT.pom
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3.pom (22 KB at 16.2 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/maven-metadata.xml (609 B at 0.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/maven-metadata.xml (588 B at 0.5 KB/sec)
Deploying the main artifact apache-cxf-3.1.3-SNAPSHOT.tar.gz
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3.tar.gz
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3.tar.gz (46564 KB at 249.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.6 KB/sec)
Deploying the main artifact apache-cxf-3.1.3-SNAPSHOT.zip
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3.zip
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3.zip (49685 KB at 4757.6 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 29.8 KB/sec)
Deploying the main artifact apache-cxf-3.1.3-SNAPSHOT-src.tar.gz
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3-src.tar.gz
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3-src.tar.gz (7727 KB at 1988.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
Deploying the main artifact apache-cxf-3.1.3-SNAPSHOT-src.zip
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3-src.zip
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/apache-cxf-3.1.3-20150815.071630-3-src.zip (17770 KB at 4253.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/apache-cxf/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 1.9 KB/sec)
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact cxf-3.1.3-SNAPSHOT.pom
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/3.1.3-SNAPSHOT/maven-metadata.xml (594 B at 0.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/3.1.3-SNAPSHOT/cxf-3.1.3-20150815.072057-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/3.1.3-SNAPSHOT/cxf-3.1.3-20150815.072057-3.pom (35 KB at 60.0 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/maven-metadata.xml (622 B at 0.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/3.1.3-SNAPSHOT/maven-metadata.xml (594 B at 0.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf/maven-metadata.xml (622 B at 0.0 KB/sec)
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact cxf-archetypes-3.1.3-SNAPSHOT.pom
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/3.1.3-SNAPSHOT/maven-metadata.xml (605 B at 0.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/3.1.3-SNAPSHOT/cxf-archetypes-3.1.3-20150815.072303-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/3.1.3-SNAPSHOT/cxf-archetypes-3.1.3-20150815.072303-3.pom (2 KB at 17.6 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/maven-metadata.xml (613 B at 0.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/3.1.3-SNAPSHOT/maven-metadata.xml (605 B at 0.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-archetypes/maven-metadata.xml (592 B at 1.8 KB/sec)
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact cxf-bundle-compatible-3.1.3-SNAPSHOT.jar
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/maven-metadata.xml (999 B at 0.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/cxf-bundle-compatible-3.1.3-20150815.072306-3.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/cxf-bundle-compatible-3.1.3-20150815.072306-3.jar (11 KB at 23.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/cxf-bundle-compatible-3.1.3-20150815.072306-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/cxf-bundle-compatible-3.1.3-20150815.072306-3.pom (16 KB at 214.5 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/maven-metadata.xml (497 B at 2.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/maven-metadata.xml (999 B at 3.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/maven-metadata.xml (476 B at 1.5 KB/sec)
Deploying the main artifact cxf-bundle-compatible-3.1.3-SNAPSHOT-sources.jar
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/cxf-bundle-compatible-3.1.3-20150815.072306-3-sources.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/cxf-bundle-compatible-3.1.3-20150815.072306-3-sources.jar (7 KB at 21.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-compatible/3.1.3-SNAPSHOT/maven-metadata.xml (999 B at 2.9 KB/sec)
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact cxf-bundle-parent-3.1.3-SNAPSHOT.pom
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/3.1.3-SNAPSHOT/maven-metadata.xml (608 B at 0.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/3.1.3-SNAPSHOT/cxf-bundle-parent-3.1.3-20150815.072356-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/3.1.3-SNAPSHOT/cxf-bundle-parent-3.1.3-20150815.072356-3.pom (7 KB at 1.4 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/maven-metadata.xml (616 B at 0.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/3.1.3-SNAPSHOT/maven-metadata.xml (608 B at 0.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-bundle-parent/maven-metadata.xml (595 B at 0.8 KB/sec)
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact cxf-codegen-plugin-3.1.3-SNAPSHOT.jar
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.7 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3.jar (73 KB at 184.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3.pom (8 KB at 15.9 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/maven-metadata.xml (658 B at 3.1 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml (2 KB at 0.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/maven-metadata.xml (637 B at 0.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml (2 KB at 0.7 KB/sec)
Deploying the main artifact cxf-codegen-plugin-3.1.3-SNAPSHOT-sources.jar
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3-sources.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3-sources.jar (45 KB at 131.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.0 KB/sec)
Deploying the main artifact cxf-codegen-plugin-3.1.3-SNAPSHOT-javadoc.jar
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3-javadoc.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/cxf-codegen-plugin-3.1.3-20150815.072416-3-javadoc.jar (142 KB at 3.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-codegen-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 21.1 KB/sec)
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact cxf-corbatools-maven-plugin-3.1.3-SNAPSHOT.jar
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3.jar (19 KB at 128.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3.pom (3 KB at 8.0 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/maven-metadata.xml (626 B at 0.5 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml (2 KB at 18.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 5.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/maven-metadata.xml (605 B at 1.6 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/maven-metadata.xml (2 KB at 4.7 KB/sec)
Deploying the main artifact cxf-corbatools-maven-plugin-3.1.3-SNAPSHOT-sources.jar
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3-sources.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3-sources.jar (14 KB at 39.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 23.3 KB/sec)
Deploying the main artifact cxf-corbatools-maven-plugin-3.1.3-SNAPSHOT-javadoc.jar
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3-javadoc.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/cxf-corbatools-maven-plugin-3.1.3-20150815.072708-3-javadoc.jar (55 KB at 224.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-corbatools-maven-plugin/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 9.7 KB/sec)
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=true)
Deploying the main artifact cxf-core-3.1.3-SNAPSHOT.jar
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/cxf-core-3.1.3-20150815.072713-3.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/cxf-core-3.1.3-20150815.072713-3.jar (1312 KB at 14.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/cxf-core-3.1.3-20150815.072713-3.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/cxf-core-3.1.3-20150815.072713-3.pom (19 KB at 0.6 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml (382 B at 0.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/3.1.3-SNAPSHOT/maven-metadata.xml (2 KB at 0.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml
ERROR: Failed to deploy metadata: Could not transfer metadata org.apache.cxf:cxf-core/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml. Return code is: 502, ReasonPhrase: Proxy Error.
org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy metadata: Could not transfer metadata org.apache.cxf:cxf-core/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml. Return code is: 502, ReasonPhrase: Proxy Error.
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:143)
	at hudson.maven.reporters.MavenArtifactRecord.deploy(MavenArtifactRecord.java:193)
	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:176)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1037)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
	at hudson.model.Run.execute(Run.java:1731)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
Caused by: org.eclipse.aether.deployment.DeploymentException: Failed to deploy metadata: Could not transfer metadata org.apache.cxf:cxf-core/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml. Return code is: 502, ReasonPhrase: Proxy Error.
	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:372)
	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:269)
	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:413)
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:139)
	... 11 more
Caused by: org.eclipse.aether.transfer.MetadataTransferException: Could not transfer metadata org.apache.cxf:cxf-core/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml. Return code is: 502, ReasonPhrase: Proxy Error.
	at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$5.wrap(WagonRepositoryConnector.java:995)
	at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$5.wrap(WagonRepositoryConnector.java:983)
	at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$PutTask.run(WagonRepositoryConnector.java:895)
	at org.eclipse.aether.connector.wagon.WagonRepositoryConnector.put(WagonRepositoryConnector.java:530)
	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:366)
	... 14 more
Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/cxf-core/maven-metadata.xml. Return code is: 502, ReasonPhrase: Proxy Error.
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:626)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:524)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:505)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:485)
	at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$PutTask.run(WagonRepositoryConnector.java:871)
	... 16 more
[INFO] Deployment failed after 15 min
Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE