Skip to content

Console Output

Started by user arjan tijms
Running as arjan tijms
Agent basic-bjvcw is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-bjvcw"
  namespace: "glassfish"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glassfish.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-bjvcw"
    - 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-bjvcw"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-glassfish"
      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"

Building remotely on basic-bjvcw (basic) in workspace /home/jenkins/agent/workspace/jsftemplating_3_staging-to-release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-0IYUSpofiN4L/agent.58
SSH_AGENT_PID=60
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jsftemplating_3_staging-to-release@tmp/private_key_8491274677535508874.key (/home/jenkins/agent/workspace/jsftemplating_3_staging-to-release@tmp/private_key_8491274677535508874.key)
[ssh-agent] Using credentials glassfish-bot (GitHub bot SSH)
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-SSH
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/glassfish-jsftemplating.git
 > git init /home/jenkins/agent/workspace/jsftemplating_3_staging-to-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/glassfish-jsftemplating.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/jsftemplating_3_staging-to-release@tmp/jenkins-gitclient-ssh9790746144501593453.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/glassfish-jsftemplating.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/glassfish-jsftemplating.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision ae25db4c8c7b3c03414b3284f3621a583485db85 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae25db4c8c7b3c03414b3284f3621a583485db85 # timeout=10
Commit message: "Merge pull request #89 from eclipse-ee4j/4.0.0"
 > git rev-list --no-walk ae25db4c8c7b3c03414b3284f3621a583485db85 # timeout=10
[jsftemplating_3_staging-to-release] $ /bin/sh -ex /tmp/jenkins12400516998501425119.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ MVN_EXTRA='--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
+ BUILD_DIR=/home/jenkins/agent/workspace/jsftemplating_3_staging-to-release
+ cd /home/jenkins/agent/workspace/jsftemplating_3_staging-to-release
+ echo '-[ Release to Maven central ]-------------------------------------'
-[ Release to Maven central ]-------------------------------------
+ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn nexus-staging:rc-release -DstagingRepositoryId=orgglassfish-1261 '-DstagingDescription=Release to Maven Central'
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jsftemplating-parent                                               [pom]
[INFO] jsft                                                               [jar]
[INFO] jsftemplating-dt                                                   [jar]
[INFO] jsftemplating                                                      [jar]
[INFO] 
[INFO] ----------< org.glassfish.jsftemplating:jsftemplating-parent >----------
[INFO] Building jsftemplating-parent 4.0.1-SNAPSHOT                       [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:rc-release (default-cli) @ jsftemplating-parent ---
[INFO]  + Using server credentials "ossrh" from Maven settings.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO] RC-Releasing staging repository with IDs=[orgglassfish-1261]

Waiting for operation to complete...
..

[ERROR] 
[ERROR] Nexus Staging Rules Failure Report
[ERROR] ==================================
[ERROR] 
[ERROR] Repository "orgglassfish-1261" failures
[ERROR]   Rule "RepositoryWritePolicy" failures
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/3.0.4/hk2-testing-jersey-guice-form-param-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/3.0.4/hk2-testing-jersey-guice-form-param-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/3.0.4/hk2-testing-jersey-guice-form-param-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/3.0.4/hk2-testing-jersey-guice-form-param-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/contract-bundle/3.0.4/contract-bundle-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/contract-bundle/3.0.4/contract-bundle-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/contract-bundle/3.0.4/contract-bundle-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/contract-bundle/3.0.4/contract-bundle-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-mockito/3.0.4/hk2-mockito-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-mockito/3.0.4/hk2-mockito-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-mockito/3.0.4/hk2-mockito-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-mockito/3.0.4/hk2-mockito-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testing-jersey/3.0.4/hk2-testing-jersey-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/custom-resolver-example/3.0.4/custom-resolver-example-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/custom-resolver-example/3.0.4/custom-resolver-example-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/custom-resolver-example/3.0.4/custom-resolver-example-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/custom-resolver-example/3.0.4/custom-resolver-example-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-jmx/3.0.4/hk2-jmx-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-jmx/3.0.4/hk2-jmx-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-jmx/3.0.4/hk2-jmx-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-jmx/3.0.4/hk2-jmx-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel-extras/3.0.4/hk2-runlevel-extras-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel-extras/3.0.4/hk2-runlevel-extras-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel-extras/3.0.4/hk2-runlevel-extras-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel-extras/3.0.4/hk2-runlevel-extras-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-parent/3.0.4/hk2-parent-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-extras/3.0.4/hk2-locator-extras-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-extras/3.0.4/hk2-locator-extras-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-extras/3.0.4/hk2-locator-extras-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-extras/3.0.4/hk2-locator-extras-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-schema/3.0.4/hk2-xml-schema-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-schema/3.0.4/hk2-xml-schema-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-schema/3.0.4/hk2-xml-schema-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-schema/3.0.4/hk2-xml-schema-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-schema/3.0.4/hk2-xml-schema-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-system/3.0.4/caching-aop-example-system-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-system/3.0.4/caching-aop-example-system-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-system/3.0.4/caching-aop-example-system-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-system/3.0.4/caching-aop-example-system-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgi/3.0.4/osgi-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/interceptor-events/3.0.4/interceptor-events-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/interceptor-events/3.0.4/interceptor-events-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/interceptor-events/3.0.4/interceptor-events-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/interceptor-events/3.0.4/interceptor-events-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/guice-bridge/3.0.4/guice-bridge-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/guice-bridge/3.0.4/guice-bridge-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/guice-bridge/3.0.4/guice-bridge-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/guice-bridge/3.0.4/guice-bridge-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-core/3.0.4/hk2-core-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-core/3.0.4/hk2-core-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-core/3.0.4/hk2-core-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-core/3.0.4/hk2-core-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/spring-bridge/3.0.4/spring-bridge-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/spring-bridge/3.0.4/spring-bridge-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/spring-bridge/3.0.4/spring-bridge-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/spring-bridge/3.0.4/spring-bridge-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/no-hk2-bundle/3.0.4/no-hk2-bundle-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/no-hk2-bundle/3.0.4/no-hk2-bundle-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/no-hk2-bundle/3.0.4/no-hk2-bundle-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/no-hk2-bundle/3.0.4/no-hk2-bundle-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/external/3.0.4/external-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator-test1/3.0.4/hk2-metadata-generator-test1-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator-test1/3.0.4/hk2-metadata-generator-test1-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator-test1/3.0.4/hk2-metadata-generator-test1-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator-test1/3.0.4/hk2-metadata-generator-test1-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/configuration-examples/3.0.4/configuration-examples-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies/3.0.4/hk2-locator-no-proxies-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies/3.0.4/hk2-locator-no-proxies-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies/3.0.4/hk2-locator-no-proxies-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies/3.0.4/hk2-locator-no-proxies-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-runner/3.0.4/caching-aop-example-runner-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-runner/3.0.4/caching-aop-example-runner-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-runner/3.0.4/caching-aop-example-runner-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example-runner/3.0.4/caching-aop-example-runner-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-test/3.0.4/hk2-xml-test-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-test/3.0.4/hk2-xml-test-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-test/3.0.4/hk2-xml-test-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-test/3.0.4/hk2-xml-test-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-test/3.0.4/hk2-xml-test-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-inhabitant-generator/3.0.4/hk2-inhabitant-generator-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-inhabitant-generator/3.0.4/hk2-inhabitant-generator-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-inhabitant-generator/3.0.4/hk2-inhabitant-generator-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-inhabitant-generator/3.0.4/hk2-inhabitant-generator-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-inhabitant-generator/3.0.4/hk2-inhabitant-generator-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml/3.0.4/hk2-xml-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml/3.0.4/hk2-xml-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml/3.0.4/hk2-xml-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml/3.0.4/hk2-xml-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml/3.0.4/hk2-xml-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-hub/3.0.4/hk2-configuration-hub-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-hub/3.0.4/hk2-configuration-hub-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-hub/3.0.4/hk2-configuration-hub-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-hub/3.0.4/hk2-configuration-hub-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-alice/3.0.4/security-lockdown-example-alice-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-alice/3.0.4/security-lockdown-example-alice-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-alice/3.0.4/security-lockdown-example-alice-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-alice/3.0.4/security-lockdown-example-alice-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies2/3.0.4/hk2-locator-no-proxies2-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies2/3.0.4/hk2-locator-no-proxies2-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies2/3.0.4/hk2-locator-no-proxies2-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator-no-proxies2/3.0.4/hk2-locator-no-proxies2-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-integration/3.0.4/hk2-configuration-integration-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-integration/3.0.4/hk2-configuration-integration-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-integration/3.0.4/hk2-configuration-integration-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-integration/3.0.4/hk2-configuration-integration-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration-persistence/3.0.4/hk2-configuration-persistence-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2/3.0.4/hk2-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2/3.0.4/hk2-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2/3.0.4/hk2-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2/3.0.4/hk2-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/threading-event-example/3.0.4/threading-event-example-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/threading-event-example/3.0.4/threading-event-example-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/threading-event-example/3.0.4/threading-event-example-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/threading-event-example/3.0.4/threading-event-example-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgi-adapter/3.0.4/osgi-adapter-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgi-adapter/3.0.4/osgi-adapter-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgi-adapter/3.0.4/osgi-adapter-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgi-adapter/3.0.4/osgi-adapter-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-mallory/3.0.4/security-lockdown-example-mallory-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-mallory/3.0.4/security-lockdown-example-mallory-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-mallory/3.0.4/security-lockdown-example-mallory-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-mallory/3.0.4/security-lockdown-example-mallory-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator/3.0.4/hk2-metadata-generator-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator/3.0.4/hk2-metadata-generator-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator/3.0.4/hk2-metadata-generator-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator/3.0.4/hk2-metadata-generator-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-configuration/3.0.4/hk2-configuration-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-parent/3.0.4/hk2-xml-parent-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/event-examples/3.0.4/event-examples-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-property-file/3.0.4/hk2-property-file-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-property-file/3.0.4/hk2-property-file-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-property-file/3.0.4/hk2-property-file-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-property-file/3.0.4/hk2-property-file-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-property-file/3.0.4/hk2-property-file-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/sdp-management-bundle/3.0.4/sdp-management-bundle-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/sdp-management-bundle/3.0.4/sdp-management-bundle-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/sdp-management-bundle/3.0.4/sdp-management-bundle-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/sdp-management-bundle/3.0.4/sdp-management-bundle-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example/3.0.4/security-lockdown-example-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-api/3.0.4/hk2-api-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-api/3.0.4/hk2-api-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-api/3.0.4/hk2-api-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-api/3.0.4/hk2-api-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/test-module-startup/3.0.4/test-module-startup-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/test-module-startup/3.0.4/test-module-startup-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/test-module-startup/3.0.4/test-module-startup-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/test-module-startup/3.0.4/test-module-startup-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-integration-test/3.0.4/hk2-xml-integration-test-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-integration-test/3.0.4/hk2-xml-integration-test-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-integration-test/3.0.4/hk2-xml-integration-test-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-integration-test/3.0.4/hk2-xml-integration-test-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-xml-integration-test/3.0.4/hk2-xml-integration-test-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel/3.0.4/hk2-runlevel-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel/3.0.4/hk2-runlevel-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel/3.0.4/hk2-runlevel-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-runlevel/3.0.4/hk2-runlevel-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-json/3.0.4/hk2-json-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-json/3.0.4/hk2-json-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-json/3.0.4/hk2-json-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-json/3.0.4/hk2-json-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-json/3.0.4/hk2-json-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-collections-tests/3.0.4/hk2-collections-tests-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-collections-tests/3.0.4/hk2-collections-tests-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-collections-tests/3.0.4/hk2-collections-tests-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-collections-tests/3.0.4/hk2-collections-tests-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/examples/3.0.4/examples-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-runner/3.0.4/security-lockdown-example-runner-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-runner/3.0.4/security-lockdown-example-runner-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-runner/3.0.4/security-lockdown-example-runner-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-runner/3.0.4/security-lockdown-example-runner-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-metadata-generator-parent/3.0.4/hk2-metadata-generator-parent-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-system/3.0.4/security-lockdown-example-system-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-system/3.0.4/security-lockdown-example-system-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-system/3.0.4/security-lockdown-example-system-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/security-lockdown-example-system/3.0.4/security-lockdown-example-system-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgiversion-maven-plugin/3.0.4/osgiversion-maven-plugin-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgiversion-maven-plugin/3.0.4/osgiversion-maven-plugin-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgiversion-maven-plugin/3.0.4/osgiversion-maven-plugin-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgiversion-maven-plugin/3.0.4/osgiversion-maven-plugin-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-pbuf/3.0.4/hk2-pbuf-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-pbuf/3.0.4/hk2-pbuf-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-pbuf/3.0.4/hk2-pbuf-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-pbuf/3.0.4/hk2-pbuf-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-pbuf/3.0.4/hk2-pbuf-3.0.4-tests.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testing-jersey-guice/3.0.4/hk2-testing-jersey-guice-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-junitrunner/3.0.4/hk2-junitrunner-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-junitrunner/3.0.4/hk2-junitrunner-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-junitrunner/3.0.4/hk2-junitrunner-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-junitrunner/3.0.4/hk2-junitrunner-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testng/3.0.4/hk2-testng-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testng/3.0.4/hk2-testng-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testng/3.0.4/hk2-testng-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testng/3.0.4/hk2-testng-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/xml-configuration-example/3.0.4/xml-configuration-example-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/xml-configuration-example/3.0.4/xml-configuration-example-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/xml-configuration-example/3.0.4/xml-configuration-example-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/xml-configuration-example/3.0.4/xml-configuration-example-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-extras/3.0.4/hk2-extras-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-extras/3.0.4/hk2-extras-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-extras/3.0.4/hk2-extras-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-extras/3.0.4/hk2-extras-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/osgi-adapter-tests-parent/3.0.4/osgi-adapter-tests-parent-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/caching-aop-example/3.0.4/caching-aop-example-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-testing/3.0.4/hk2-testing-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/class-model/3.0.4/class-model-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/class-model/3.0.4/class-model-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/class-model/3.0.4/class-model-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/class-model/3.0.4/class-model-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/consolidatedbundle-maven-plugin/3.0.4/consolidatedbundle-maven-plugin-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/consolidatedbundle-maven-plugin/3.0.4/consolidatedbundle-maven-plugin-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/consolidatedbundle-maven-plugin/3.0.4/consolidatedbundle-maven-plugin-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/consolidatedbundle-maven-plugin/3.0.4/consolidatedbundle-maven-plugin-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/faux-sdp-bundle/3.0.4/faux-sdp-bundle-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/faux-sdp-bundle/3.0.4/faux-sdp-bundle-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/faux-sdp-bundle/3.0.4/faux-sdp-bundle-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/faux-sdp-bundle/3.0.4/faux-sdp-bundle-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-bom/3.0.4/hk2-bom-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-ant-test/3.0.4/hk2-ant-test-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-ant-test/3.0.4/hk2-ant-test-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-ant-test/3.0.4/hk2-ant-test-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/hk2-ant-test/3.0.4/hk2-ant-test-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/operations-example/3.0.4/operations-example-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/operations-example/3.0.4/operations-example-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/operations-example/3.0.4/operations-example-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/operations-example/3.0.4/operations-example-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/webserver-configuration-example/3.0.4/webserver-configuration-example-3.0.4.pom'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/webserver-configuration-example/3.0.4/webserver-configuration-example-3.0.4-javadoc.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/webserver-configuration-example/3.0.4/webserver-configuration-example-3.0.4-sources.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/webserver-configuration-example/3.0.4/webserver-configuration-example-3.0.4.jar'
[ERROR]     * Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/org/glassfish/hk2/maven-plugins/3.0.4/maven-plugins-3.0.4.pom'
[ERROR] 
[ERROR] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jsftemplating-parent 4.0.1-SNAPSHOT:
[INFO] 
[INFO] jsftemplating-parent ............................... FAILURE [  7.206 s]
[INFO] jsft ............................................... SKIPPED
[INFO] jsftemplating-dt ................................... SKIPPED
[INFO] jsftemplating ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.254 s
[INFO] Finished at: 2023-03-29T17:49:49Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-release (default-cli) on project jsftemplating-parent: Could not perform action: there are failing staging rules! Staging rules failure! -> [Help 1]
[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/MojoExecutionException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 60 killed;
[ssh-agent] Stopped.
Finished: FAILURE