Skip to content
Success

Console Output

Started by GitHub push by avpinchuk
Running as SYSTEM
Agent basic-6ln3t is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-6ln3t"
  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-6ln3t"
    - 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-6ln3t"
    - 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-3160.vd76b_9ddd10cc"
    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-6ln3t (basic) in workspace /home/jenkins/agent/workspace/glassfish-website-publish-docs
[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-TylLjuLjE8iJ/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/glassfish-website-publish-docs@tmp/private_key_16480579578525412832.key (/home/jenkins/agent/workspace/glassfish-website-publish-docs@tmp/private_key_16480579578525412832.key)
[ssh-agent] Using credentials glassfish-bot (GitHub bot SSH)
The recommended git tool is: git
using credential github-bot-SSH
Cloning the remote Git repository
Using shallow clone with depth 100
Cloning repository https://github.com/eclipse-ee4j/glassfish
 > git init /home/jenkins/agent/workspace/glassfish-website-publish-docs # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish
 > 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/glassfish-website-publish-docs@tmp/jenkins-gitclient-ssh16818521267820132630.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress --depth=100 -- https://github.com/eclipse-ee4j/glassfish +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish # 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 bc2933cc838eb4d00bd5b9e35d2fe8a4ad010de6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bc2933cc838eb4d00bd5b9e35d2fe8a4ad010de6 # timeout=10
Commit message: "Merge pull request #24913 from avpinchuk/jsonb_api_3_0_1"
 > git rev-list --no-walk 208c9aa959c08276fa182beb1db88d8ab718b84b # timeout=10
[glassfish-website-publish-docs] $ /bin/bash -xe /tmp/jenkins11737769828253063206.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/temurin
+ JAVA_HOME=/opt/tools/java/temurin/jdk-17/latest
+ MVN_HOME=/opt/tools/apache-maven/latest
+ SYSTEM_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/temurin/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cd nucleus/parent
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1
+ git checkout 36b3ba0fd865276586783abfbe1153b8f136c508 -- pom.xml
++ mvn -Pstaging -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
++ grep '^[0-9]'
+ export VERSION=6.1.1-SNAPSHOT
+ VERSION=6.1.1-SNAPSHOT
+ sed s/6.1.1-SNAPSHOT/5.1.0-SNAPSHOT/g -i pom.xml
+ mvn -Pstaging clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.glassfish.main:nucleus-parent >------------------
[INFO] Building GlassFish Nucleus Parent Project 5.1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ nucleus-parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ nucleus-parent ---
[INFO] 
[INFO] --- build-helper:3.0.0:rootlocation (find-root) @ nucleus-parent ---
[INFO] 
[INFO] --- glassfishbuild:3.2.27:echo (echo) @ nucleus-parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Building in /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- git-commit-id:4.0.4:revision (get-the-git-infos) @ nucleus-parent ---
[INFO] 
[INFO] --- build-helper:3.0.0:add-resource (add-resource) @ nucleus-parent ---
[INFO] 
[INFO] --- build-helper:3.0.0:add-resource (add-legal-resource) @ nucleus-parent ---
[INFO] 
[INFO] --- antrun:1.8:run (default-manifest) @ nucleus-parent ---
[INFO] Executing tasks

main:
     [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/target/classes/META-INF for nucleus-parent
     [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ nucleus-parent ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/5.1.0-SNAPSHOT/nucleus-parent-5.1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.462 s
[INFO] Finished at: 2024-04-15T19:00:22Z
[INFO] ------------------------------------------------------------------------
+ git reset --hard HEAD
HEAD is now at bc2933cc83 Merge pull request #24913 from avpinchuk/jsonb_api_3_0_1
+ cd /home/jenkins/agent/workspace/glassfish-website-publish-docs
+ mvn clean install -DskipTests -Pstaging -pl .,:glassfish-qa-config
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GlassFish Project                                                  [pom]
[INFO] Code Quality Verification Tools - Configuration                    [jar]
[INFO] 
[INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------
[INFO] Building GlassFish Project 7.0.15-SNAPSHOT                         [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ glassfish-main-aggregator ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ glassfish-main-aggregator ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ glassfish-main-aggregator ---
[INFO] CycloneDX: Resolving Aggregated Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.xml
[INFO]            attaching as glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-main-aggregator ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.15-SNAPSHOT/glassfish-main-aggregator-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.15-SNAPSHOT/glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.15-SNAPSHOT/glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] ---------------< org.glassfish.main:glassfish-qa-config >---------------
[INFO] Building Code Quality Verification Tools - Configuration 7.0.15-SNAPSHOT [2/2]
[INFO]   from qa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ glassfish-qa-config ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ glassfish-qa-config ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ glassfish-qa-config ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ glassfish-qa-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/glassfish-qa-config-7.0.15-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ glassfish-qa-config ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.xml
[INFO]            attaching as glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.json
[INFO]            attaching as glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-qa-config ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/glassfish-qa-config-7.0.15-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GlassFish Project 7.0.15-SNAPSHOT:
[INFO] 
[INFO] GlassFish Project .................................. SUCCESS [  5.429 s]
[INFO] Code Quality Verification Tools - Configuration .... SUCCESS [  1.431 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.703 s
[INFO] Finished at: 2024-04-15T19:00:37Z
[INFO] ------------------------------------------------------------------------
[glassfish-website-publish-docs] $ /bin/sh -xe /tmp/jenkins14480234064501204613.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/temurin
+ JAVA_HOME=/opt/tools/java/temurin/jdk-17/latest
+ MVN_HOME=/opt/tools/apache-maven/latest
+ SYSTEM_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/temurin/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1
+ STAGING_DESCRIPTION=glassfish-documentation
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key FD8776B8DA948C3D: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key FD8776B8DA948C3D: public key "Eclipse GlassFish <glassfish-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key FD8776B8DA948C3D: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 5D5E2FA03AA30ED092A50117FD8776B8DA948C3D trust
Secret subkeys are available.

pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key D4A77129F00F736293BE5A51AFC18A2271EDDFE1 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2028-10-02
pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

+ git config --global user.email glassfish-bot@eclipse.org
+ git config --global user.name 'Eclipse GlassFish Bot'
+ '[' -n '' ']'
+ [[ '' == 5.* ]]
+ [[ '' == 6.* ]]
+ [[ '' == 5.1.* ]]
+ mvn -B -Pstaging -DskipTests=true clean install -am -pl docs
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GlassFish Project                                                  [pom]
[INFO] Code Quality Verification Tools - Configuration                    [jar]
[INFO] Nucleus Parent                                                     [pom]
[INFO] GlassFish Java Util Logging Extension                    [glassfish-jar]
[INFO] GlassFish HK2 Config Injectors                                     [jar]
[INFO] GlassFish Nucleus Modules                                          [pom]
[INFO] Eclipse GlassFish Parent Project                                   [pom]
[INFO] Eclipse GlassFish Documentation                                    [pom]
[INFO] 
[INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------
[INFO] Building GlassFish Project 7.0.15-SNAPSHOT                         [1/8]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ glassfish-main-aggregator ---
[INFO] Deleting /home/jenkins/agent/workspace/glassfish-website-publish-docs/target
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ glassfish-main-aggregator ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ glassfish-main-aggregator ---
[INFO] CycloneDX: Resolving Aggregated Dependencies
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.main/nucleus-parent@7.0.15-SNAPSHOT?type=pom
[INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.xml
[INFO]            attaching as glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-main-aggregator ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.15-SNAPSHOT/glassfish-main-aggregator-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.15-SNAPSHOT/glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.15-SNAPSHOT/glassfish-main-aggregator-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] ---------------< org.glassfish.main:glassfish-qa-config >---------------
[INFO] Building Code Quality Verification Tools - Configuration 7.0.15-SNAPSHOT [2/8]
[INFO]   from qa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ glassfish-qa-config ---
[INFO] Deleting /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ glassfish-qa-config ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ glassfish-qa-config ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ glassfish-qa-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/glassfish-qa-config-7.0.15-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ glassfish-qa-config ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.xml
[INFO]            attaching as glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.json
[INFO]            attaching as glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-qa-config ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/glassfish-qa-config-7.0.15-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/qa/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.15-SNAPSHOT/glassfish-qa-config-7.0.15-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] -----------------< org.glassfish.main:nucleus-parent >------------------
[INFO] Building Nucleus Parent 7.0.15-SNAPSHOT                            [3/8]
[INFO]   from nucleus/parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ nucleus-parent ---
[INFO] Deleting /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/target
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ nucleus-parent ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ nucleus-parent ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ nucleus-parent ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ nucleus-parent ---
[INFO] 
[INFO] --- assembly:3.6.0:single (common-resources) @ nucleus-parent ---
[INFO] Reading assembly descriptor: src/main/assembly/resources.xml
[INFO] Building zip: /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/target/nucleus-parent-resources.zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ nucleus-parent ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ nucleus-parent ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/target/classes/META-INF for
[INFO]      [echo]                                     nucleus-parent
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ nucleus-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ nucleus-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main-nucleus-parent-checkstyle) @ nucleus-parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ nucleus-parent ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/7.0.15-SNAPSHOT/nucleus-parent-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/7.0.15-SNAPSHOT/nucleus-parent-7.0.15-SNAPSHOT-resources.zip
[INFO] 
[INFO] -------------< org.glassfish.main:glassfish-jul-extension >-------------
[INFO] Building GlassFish Java Util Logging Extension 7.0.15-SNAPSHOT     [4/8]
[INFO]   from nucleus/glassfish-jul-extension/pom.xml
[INFO] ---------------------------[ glassfish-jar ]----------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ glassfish-jul-extension ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ glassfish-jul-extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ glassfish-jul-extension ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 54 source files with javac [debug target 11] to target/classes
[INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.10] to [null] on 2 JDK modules [java.base, java.logging]
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/GlassFishLogManager.java:[485,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/GlassFishLogManager.java:[490,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/handler/GlassFishLogHandler.java:[264,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/GlassFishLogger.java:[75,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/GlassFishLogger.java:[83,9] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/record/GlassFishLogRecord.java: /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/record/GlassFishLogRecord.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/record/GlassFishLogRecord.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (default-compute-osgi-version) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- hk2-inhabitant-generator:3.1.0:generate-inhabitants (default-generate-inhabitants) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (default-manifest) @ glassfish-jul-extension ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- command-security:1.0.17:check (default-check) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ glassfish-jul-extension ---
[INFO] Recompiling the module because of added or removed source files.
[INFO] Compiling 54 source files with javac [debug target 11 module-path] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] Annotation processing without compilation requested but no processors were found.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ glassfish-jul-extension ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ glassfish-jul-extension ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 28 source files with javac [debug target 11 module-path] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/test/java/org/glassfish/main/jul/record/GlassFishLogRecordTest.java: /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/test/java/org/glassfish/main/jul/record/GlassFishLogRecordTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/src/test/java/org/glassfish/main/jul/record/GlassFishLogRecordTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- hk2-inhabitant-generator:3.1.0:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-jul-extension ---
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ glassfish-jul-extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ glassfish-jul-extension ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/target/classes/META-INF for
[INFO]      [echo]                                     glassfish-jul-extension
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ glassfish-jul-extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/target/glassfish-jul-extension.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ glassfish-jul-extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ glassfish-jul-extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main-glassfish-jul-extension-checkstyle) @ glassfish-jul-extension ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-jul-extension ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-jul-extension/7.0.15-SNAPSHOT/glassfish-jul-extension-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/glassfish-jul-extension/target/glassfish-jul-extension.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-jul-extension/7.0.15-SNAPSHOT/glassfish-jul-extension-7.0.15-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.glassfish.main:hk2-config-generator >---------------
[INFO] Building GlassFish HK2 Config Injectors 7.0.15-SNAPSHOT            [5/8]
[INFO]   from nucleus/hk2-config-generator/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hk2-config-generator ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ hk2-config-generator ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ hk2-config-generator ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ hk2-config-generator ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-config-generator ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ hk2-config-generator ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hk2-config-generator ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ hk2-config-generator ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 89 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/Dom.java:[1578,23] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/Dom.java:[1579,22] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigBean.java:[245,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigBean.java:[246,18] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigModel.java:[1011,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/WriteableView.java:[86,32] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/WriteableView.java:[88,15] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/WriteableView.java:[501,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/WriteableView.java:[504,18] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigSupport.java:[378,99] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Class<?> for a varargs call
  cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigSupport.java:[666,139] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigSupport.java:[831,63] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigSupport.java:[878,126] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Class<?> for a varargs call
  cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/IndentingXMLStreamWriter.java:[56,16] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/IndentingXMLStreamWriter.java:[71,17] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/InjectionManager.java:[149,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/InjectionManager.java:[205,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/InjectionManager.java:[220,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/InjectionManager.java:[264,13] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/InjectionManager.java:[415,13] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/InjectionManager.java:[469,17] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/InjectionManager.java:[484,15] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/MessageInterpolatorImpl.java:[255,27] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/MessageInterpolatorImpl.java:[256,26] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/MessageInterpolatorImpl.java:[273,40] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/MessageInterpolatorImpl.java:[275,23] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/provider/internal/ConfigThreadContext.java:[30,13] java.security.AccessControlContext in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/provider/internal/ConfigThreadContext.java:[49,16] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/generator/ConfigInjectorGenerator.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/generator/ConfigInjectorGenerator.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/Dom.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/Dom.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- hk2-inhabitant-generator:3.1.0:generate-inhabitants (generate-inhabitants) @ hk2-config-generator ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-config-generator ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ hk2-config-generator ---
[INFO] Recompiling the module because of added or removed source files.
[INFO] Compiling 89 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] Annotation processing without compilation requested but no processors were found.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-config-generator ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ hk2-config-generator ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 19 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/test/java/org/jvnet/hk2/config/test/example/ConfigModule.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/src/test/java/org/jvnet/hk2/config/test/example/ConfigModule.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- hk2-inhabitant-generator:3.1.0:generate-test-inhabitants (generate-test-inhabitants) @ hk2-config-generator ---
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hk2-config-generator ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ hk2-config-generator ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/target/classes/META-INF for
[INFO]      [echo]                                     hk2-config-generator
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hk2-config-generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/target/hk2-config-generator.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ hk2-config-generator ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ hk2-config-generator ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main-hk2-config-generator-checkstyle) @ hk2-config-generator ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hk2-config-generator ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2-config-generator/7.0.15-SNAPSHOT/hk2-config-generator-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/hk2-config-generator/target/hk2-config-generator.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2-config-generator/7.0.15-SNAPSHOT/hk2-config-generator-7.0.15-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.glassfish.main:glassfish-nucleus-parent >-------------
[INFO] Building GlassFish Nucleus Modules 7.0.15-SNAPSHOT                 [6/8]
[INFO]   from nucleus/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ glassfish-nucleus-parent ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ glassfish-nucleus-parent ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ glassfish-nucleus-parent ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ glassfish-nucleus-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ glassfish-nucleus-parent ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ glassfish-nucleus-parent ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ glassfish-nucleus-parent ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ glassfish-nucleus-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ glassfish-nucleus-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ glassfish-nucleus-parent ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/target/classes/META-INF for
[INFO]      [echo]                                     glassfish-nucleus-parent
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ glassfish-nucleus-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ glassfish-nucleus-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main-glassfish-nucleus-parent-checkstyle) @ glassfish-nucleus-parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-nucleus-parent ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-nucleus-parent/7.0.15-SNAPSHOT/glassfish-nucleus-parent-7.0.15-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.glassfish.main:glassfish-parent >-----------------
[INFO] Building Eclipse GlassFish Parent Project 7.0.15-SNAPSHOT          [7/8]
[INFO]   from appserver/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ glassfish-parent ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ glassfish-parent ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ glassfish-parent ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ glassfish-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ glassfish-parent ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ glassfish-parent ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ glassfish-parent ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ glassfish-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ glassfish-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ glassfish-parent ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/appserver/target/classes/META-INF for
[INFO]      [echo]                                     glassfish-parent
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/appserver/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ glassfish-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ glassfish-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main-glassfish-parent-checkstyle) @ glassfish-parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-parent ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/appserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-parent/7.0.15-SNAPSHOT/glassfish-parent-7.0.15-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.glassfish.main.docs:docs >--------------------
[INFO] Building Eclipse GlassFish Documentation 7.0.15-SNAPSHOT           [8/8]
[INFO]   from docs/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ docs ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ docs ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ docs ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ docs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ docs ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ docs ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ docs ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ docs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ docs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ docs ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/target/classes/META-INF for
[INFO]      [echo]                                     docs
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ docs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ docs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-docs-checkstyle) @ docs ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ docs ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/docs/7.0.15-SNAPSHOT/docs-7.0.15-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GlassFish Project 7.0.15-SNAPSHOT:
[INFO] 
[INFO] GlassFish Project .................................. SUCCESS [  6.852 s]
[INFO] Code Quality Verification Tools - Configuration .... SUCCESS [  0.586 s]
[INFO] Nucleus Parent ..................................... SUCCESS [ 13.411 s]
[INFO] GlassFish Java Util Logging Extension .............. SUCCESS [ 14.365 s]
[INFO] GlassFish HK2 Config Injectors ..................... SUCCESS [  6.717 s]
[INFO] GlassFish Nucleus Modules .......................... SUCCESS [  0.612 s]
[INFO] Eclipse GlassFish Parent Project ................... SUCCESS [  0.162 s]
[INFO] Eclipse GlassFish Documentation .................... SUCCESS [  0.156 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  46.199 s
[INFO] Finished at: 2024-04-15T19:01:24Z
[INFO] ------------------------------------------------------------------------
+ cd docs
+ SKIP_CHECKIN=
+ false
++ mvn -Pstaging -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
++ grep '^[0-9]'
+ VERSION=7.0.15-SNAPSHOT
+ case "$VERSION" in
+ mvn -Pstaging -B -DstagingDescription=glassfish-documentation clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse GlassFish Documentation                                    [pom]
[INFO] Eclipse GlassFish Documentation parent pom                         [pom]
[INFO] Eclipse GlassFish Website Content                                  [jar]
[INFO] Eclipse GlassFish Add-On Component Development Guide, Release 7    [jar]
[INFO] Eclipse GlassFish Administration Guide, Release 7                  [jar]
[INFO] Eclipse GlassFish Application Deployment Guide, Release 7          [jar]
[INFO] Eclipse GlassFish Application Development Guide, Release 7         [jar]
[INFO] Eclipse GlassFish Deployment Planning Guide, Release 7             [jar]
[INFO] Eclipse GlassFish Embedded Server Guide, Release 7                 [jar]
[INFO] Eclipse GlassFish Error Message Reference, Release 7               [jar]
[INFO] Eclipse GlassFish High Availability Administration Guide, Release 7 [jar]
[INFO] Eclipse GlassFish Installation Guide, Release 7                    [jar]
[INFO] Eclipse GlassFish Performance Tuning Guide, Release 7              [jar]
[INFO] Eclipse GlassFish Quick Start Guide, Release 7                     [jar]
[INFO] Eclipse GlassFish Reference Manual, Release 7                      [jar]
[INFO] Eclipse GlassFish Release Notes, Release 7                         [jar]
[INFO] Eclipse GlassFish Security Guide, Release 7                        [jar]
[INFO] Eclipse GlassFish Troubleshooting Guide, Release 7                 [jar]
[INFO] Eclipse GlassFish Upgrade Guide, Release 7                         [jar]
[INFO] Eclipse GlassFish Documentation Distribution                       [jar]
[INFO] 
[INFO] --------------------< org.glassfish.main.docs:docs >--------------------
[INFO] Building Eclipse GlassFish Documentation 7.0.15-SNAPSHOT          [1/20]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ docs ---
[INFO] Deleting /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/target
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ docs ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ docs ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ docs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ docs ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ docs ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ docs ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ docs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ docs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ docs ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/target/classes/META-INF for
[INFO]      [echo]                                     docs
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ docs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ docs ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-docs-checkstyle) @ docs ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ docs ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/docs/7.0.15-SNAPSHOT/docs-7.0.15-SNAPSHOT.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ docs ---
[INFO] 
[INFO] ------< org.glassfish.main.docs:documentation-generators-parent >-------
[INFO] Building Eclipse GlassFish Documentation parent pom 7.0.15-SNAPSHOT [2/20]
[INFO]   from parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ documentation-generators-parent ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ documentation-generators-parent ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ documentation-generators-parent ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ documentation-generators-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ documentation-generators-parent ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ documentation-generators-parent ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ documentation-generators-parent ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ documentation-generators-parent ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ documentation-generators-parent ---
2024-04-15T19:01:46.720Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/parent/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ documentation-generators-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/parent/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ documentation-generators-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ documentation-generators-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ documentation-generators-parent ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/parent/target/classes/META-INF for
[INFO]      [echo]                                     documentation-generators-parent
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/parent/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ documentation-generators-parent ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ documentation-generators-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ documentation-generators-parent ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-documentation-generators-parent-checkstyle) @ documentation-generators-parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ documentation-generators-parent ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/documentation-generators-parent/7.0.15-SNAPSHOT/documentation-generators-parent-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/parent/target/pdf/documentation-generators-parent.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/documentation-generators-parent/7.0.15-SNAPSHOT/documentation-generators-parent-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ------------------< org.glassfish.main.docs:website >-------------------
[INFO] Building Eclipse GlassFish Website Content 7.0.15-SNAPSHOT        [3/20]
[INFO]   from website/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ website ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ website ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ website ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ website ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ website ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ website ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ website ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ website ---
[INFO] Copying 130 resources from src/main/resources to target/classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/website/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ website ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ website ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ website ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/website/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ website ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ website ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ website ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/website/target/classes/META-INF for
[INFO]      [echo]                                     website
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/website/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ website ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/website/target/website.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ website ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ website ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-website-checkstyle) @ website ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ website ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/website/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/website/7.0.15-SNAPSHOT/website-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/website/target/website.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/website/7.0.15-SNAPSHOT/website-7.0.15-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.glassfish.main.docs:add-on-component-development-guide >-----
[INFO] Building Eclipse GlassFish Add-On Component Development Guide, Release 7 7.0.15-SNAPSHOT [4/20]
[INFO]   from add-on-component-development-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ add-on-component-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ add-on-component-development-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ add-on-component-development-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ add-on-component-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ add-on-component-development-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ add-on-component-development-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ add-on-component-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ add-on-component-development-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ add-on-component-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ add-on-component-development-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ add-on-component-development-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/target/classes/META-INF for
[INFO]      [echo]                                     add-on-component-development-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ add-on-component-development-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/target/add-on-component-development-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ add-on-component-development-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ add-on-component-development-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-add-on-component-development-guide-checkstyle) @ add-on-component-development-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ add-on-component-development-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/add-on-component-development-guide/7.0.15-SNAPSHOT/add-on-component-development-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/target/add-on-component-development-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/add-on-component-development-guide/7.0.15-SNAPSHOT/add-on-component-development-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/add-on-component-development-guide/target/pdf/add-on-component-development-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/add-on-component-development-guide/7.0.15-SNAPSHOT/add-on-component-development-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ------------< org.glassfish.main.docs:administration-guide >------------
[INFO] Building Eclipse GlassFish Administration Guide, Release 7 7.0.15-SNAPSHOT [5/20]
[INFO]   from administration-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ administration-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ administration-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ administration-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ administration-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ administration-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ administration-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ administration-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ administration-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ administration-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ administration-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ administration-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ administration-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ administration-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/target/classes/META-INF for
[INFO]      [echo]                                     administration-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ administration-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/target/administration-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ administration-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ administration-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ administration-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-administration-guide-checkstyle) @ administration-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ administration-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/administration-guide/7.0.15-SNAPSHOT/administration-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/target/administration-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/administration-guide/7.0.15-SNAPSHOT/administration-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/administration-guide/target/pdf/administration-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/administration-guide/7.0.15-SNAPSHOT/administration-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] --------< org.glassfish.main.docs:application-deployment-guide >--------
[INFO] Building Eclipse GlassFish Application Deployment Guide, Release 7 7.0.15-SNAPSHOT [6/20]
[INFO]   from application-deployment-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ application-deployment-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ application-deployment-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ application-deployment-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ application-deployment-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ application-deployment-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ application-deployment-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ application-deployment-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ application-deployment-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ application-deployment-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ application-deployment-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ application-deployment-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb:70: warning: assigned but unused variable - string_content
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ application-deployment-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
uri:classloader:/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb:70: warning: assigned but unused variable - string_content
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ application-deployment-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ application-deployment-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ application-deployment-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ application-deployment-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ application-deployment-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/target/classes/META-INF for
[INFO]      [echo]                                     application-deployment-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ application-deployment-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/target/application-deployment-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ application-deployment-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ application-deployment-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ application-deployment-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-application-deployment-guide-checkstyle) @ application-deployment-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ application-deployment-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/application-deployment-guide/7.0.15-SNAPSHOT/application-deployment-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/target/application-deployment-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/application-deployment-guide/7.0.15-SNAPSHOT/application-deployment-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-deployment-guide/target/pdf/application-deployment-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/application-deployment-guide/7.0.15-SNAPSHOT/application-deployment-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] -------< org.glassfish.main.docs:application-development-guide >--------
[INFO] Building Eclipse GlassFish Application Development Guide, Release 7 7.0.15-SNAPSHOT [7/20]
[INFO]   from application-development-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ application-development-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ application-development-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ application-development-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ application-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ application-development-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ application-development-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ application-development-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ application-development-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ application-development-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ application-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ application-development-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb:70: warning: assigned but unused variable - string_content
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ application-development-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
uri:classloader:/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb:70: warning: assigned but unused variable - string_content
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ application-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ application-development-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ application-development-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ application-development-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ application-development-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/target/classes/META-INF for
[INFO]      [echo]                                     application-development-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ application-development-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/target/application-development-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ application-development-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ application-development-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ application-development-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-application-development-guide-checkstyle) @ application-development-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ application-development-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/application-development-guide/7.0.15-SNAPSHOT/application-development-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/target/application-development-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/application-development-guide/7.0.15-SNAPSHOT/application-development-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/application-development-guide/target/pdf/application-development-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/application-development-guide/7.0.15-SNAPSHOT/application-development-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ---------< org.glassfish.main.docs:deployment-planning-guide >----------
[INFO] Building Eclipse GlassFish Deployment Planning Guide, Release 7 7.0.15-SNAPSHOT [8/20]
[INFO]   from deployment-planning-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ deployment-planning-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ deployment-planning-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ deployment-planning-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ deployment-planning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ deployment-planning-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ deployment-planning-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ deployment-planning-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ deployment-planning-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ deployment-planning-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ deployment-planning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ deployment-planning-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ deployment-planning-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ deployment-planning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ deployment-planning-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ deployment-planning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ deployment-planning-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ deployment-planning-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/target/classes/META-INF for
[INFO]      [echo]                                     deployment-planning-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ deployment-planning-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/target/deployment-planning-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ deployment-planning-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ deployment-planning-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ deployment-planning-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-deployment-planning-guide-checkstyle) @ deployment-planning-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ deployment-planning-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/deployment-planning-guide/7.0.15-SNAPSHOT/deployment-planning-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/target/deployment-planning-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/deployment-planning-guide/7.0.15-SNAPSHOT/deployment-planning-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/deployment-planning-guide/target/pdf/deployment-planning-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/deployment-planning-guide/7.0.15-SNAPSHOT/deployment-planning-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] -----------< org.glassfish.main.docs:embedded-server-guide >------------
[INFO] Building Eclipse GlassFish Embedded Server Guide, Release 7 7.0.15-SNAPSHOT [9/20]
[INFO]   from embedded-server-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ embedded-server-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ embedded-server-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ embedded-server-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ embedded-server-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ embedded-server-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ embedded-server-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ embedded-server-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ embedded-server-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ embedded-server-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ embedded-server-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ embedded-server-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ embedded-server-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ embedded-server-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ embedded-server-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ embedded-server-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ embedded-server-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ embedded-server-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/target/classes/META-INF for
[INFO]      [echo]                                     embedded-server-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ embedded-server-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/target/embedded-server-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ embedded-server-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ embedded-server-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ embedded-server-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-embedded-server-guide-checkstyle) @ embedded-server-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ embedded-server-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/embedded-server-guide/7.0.15-SNAPSHOT/embedded-server-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/target/embedded-server-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/embedded-server-guide/7.0.15-SNAPSHOT/embedded-server-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/embedded-server-guide/target/pdf/embedded-server-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/embedded-server-guide/7.0.15-SNAPSHOT/embedded-server-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ----------< org.glassfish.main.docs:error-messages-reference >----------
[INFO] Building Eclipse GlassFish Error Message Reference, Release 7 7.0.15-SNAPSHOT [10/20]
[INFO]   from error-messages-reference/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ error-messages-reference ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ error-messages-reference ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ error-messages-reference ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ error-messages-reference ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ error-messages-reference ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ error-messages-reference ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ error-messages-reference ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ error-messages-reference ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ error-messages-reference ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ error-messages-reference ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ error-messages-reference ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ error-messages-reference ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ error-messages-reference ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ error-messages-reference ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ error-messages-reference ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ error-messages-reference ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ error-messages-reference ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/target/classes/META-INF for
[INFO]      [echo]                                     error-messages-reference
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ error-messages-reference ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/target/error-messages-reference.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ error-messages-reference ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ error-messages-reference ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ error-messages-reference ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-error-messages-reference-checkstyle) @ error-messages-reference ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ error-messages-reference ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/error-messages-reference/7.0.15-SNAPSHOT/error-messages-reference-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/target/error-messages-reference.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/error-messages-reference/7.0.15-SNAPSHOT/error-messages-reference-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/error-messages-reference/target/pdf/error-messages-reference.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/error-messages-reference/7.0.15-SNAPSHOT/error-messages-reference-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ----------< org.glassfish.main.docs:ha-administration-guide >-----------
[INFO] Building Eclipse GlassFish High Availability Administration Guide, Release 7 7.0.15-SNAPSHOT [11/20]
[INFO]   from ha-administration-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ ha-administration-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ ha-administration-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ ha-administration-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ ha-administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ ha-administration-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ ha-administration-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ ha-administration-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ ha-administration-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ha-administration-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ ha-administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ ha-administration-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ ha-administration-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ ha-administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ha-administration-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ ha-administration-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ ha-administration-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ ha-administration-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/target/classes/META-INF for
[INFO]      [echo]                                     ha-administration-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ha-administration-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/target/ha-administration-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ ha-administration-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ ha-administration-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ ha-administration-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-ha-administration-guide-checkstyle) @ ha-administration-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ha-administration-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/ha-administration-guide/7.0.15-SNAPSHOT/ha-administration-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/target/ha-administration-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/ha-administration-guide/7.0.15-SNAPSHOT/ha-administration-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/ha-administration-guide/target/pdf/ha-administration-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/ha-administration-guide/7.0.15-SNAPSHOT/ha-administration-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] -------------< org.glassfish.main.docs:installation-guide >-------------
[INFO] Building Eclipse GlassFish Installation Guide, Release 7 7.0.15-SNAPSHOT [12/20]
[INFO]   from installation-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ installation-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ installation-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ installation-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ installation-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ installation-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ installation-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ installation-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ installation-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ installation-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ installation-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ installation-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ installation-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ installation-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ installation-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ installation-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ installation-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ installation-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/target/classes/META-INF for
[INFO]      [echo]                                     installation-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ installation-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/target/installation-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ installation-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ installation-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ installation-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-installation-guide-checkstyle) @ installation-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ installation-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/installation-guide/7.0.15-SNAPSHOT/installation-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/target/installation-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/installation-guide/7.0.15-SNAPSHOT/installation-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/installation-guide/target/pdf/installation-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/installation-guide/7.0.15-SNAPSHOT/installation-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ----------< org.glassfish.main.docs:performance-tuning-guide >----------
[INFO] Building Eclipse GlassFish Performance Tuning Guide, Release 7 7.0.15-SNAPSHOT [13/20]
[INFO]   from performance-tuning-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ performance-tuning-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ performance-tuning-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ performance-tuning-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ performance-tuning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ performance-tuning-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ performance-tuning-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ performance-tuning-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ performance-tuning-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ performance-tuning-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ performance-tuning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ performance-tuning-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb:70: warning: assigned but unused variable - string_content
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ performance-tuning-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
uri:classloader:/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb:70: warning: assigned but unused variable - string_content
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ performance-tuning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ performance-tuning-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ performance-tuning-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ performance-tuning-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ performance-tuning-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/target/classes/META-INF for
[INFO]      [echo]                                     performance-tuning-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ performance-tuning-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/target/performance-tuning-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ performance-tuning-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ performance-tuning-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ performance-tuning-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-performance-tuning-guide-checkstyle) @ performance-tuning-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ performance-tuning-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/performance-tuning-guide/7.0.15-SNAPSHOT/performance-tuning-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/target/performance-tuning-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/performance-tuning-guide/7.0.15-SNAPSHOT/performance-tuning-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/performance-tuning-guide/target/pdf/performance-tuning-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/performance-tuning-guide/7.0.15-SNAPSHOT/performance-tuning-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] -------------< org.glassfish.main.docs:quick-start-guide >--------------
[INFO] Building Eclipse GlassFish Quick Start Guide, Release 7 7.0.15-SNAPSHOT [14/20]
[INFO]   from quick-start-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ quick-start-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ quick-start-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ quick-start-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ quick-start-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ quick-start-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ quick-start-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ quick-start-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ quick-start-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ quick-start-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ quick-start-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ quick-start-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ quick-start-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ quick-start-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ quick-start-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ quick-start-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ quick-start-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ quick-start-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/target/classes/META-INF for
[INFO]      [echo]                                     quick-start-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ quick-start-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/target/quick-start-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ quick-start-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ quick-start-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ quick-start-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-quick-start-guide-checkstyle) @ quick-start-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ quick-start-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/quick-start-guide/7.0.15-SNAPSHOT/quick-start-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/target/quick-start-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/quick-start-guide/7.0.15-SNAPSHOT/quick-start-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/quick-start-guide/target/pdf/quick-start-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/quick-start-guide/7.0.15-SNAPSHOT/quick-start-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] --------------< org.glassfish.main.docs:reference-manual >--------------
[INFO] Building Eclipse GlassFish Reference Manual, Release 7 7.0.15-SNAPSHOT [15/20]
[INFO]   from reference-manual/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ reference-manual ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ reference-manual ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ reference-manual ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ reference-manual ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ reference-manual ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ reference-manual ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ reference-manual ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ reference-manual ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ reference-manual ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ reference-manual ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ reference-manual ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ reference-manual ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ reference-manual ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ reference-manual ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ reference-manual ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ reference-manual ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ reference-manual ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/target/classes/META-INF for
[INFO]      [echo]                                     reference-manual
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ reference-manual ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/target/reference-manual.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ reference-manual ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ reference-manual ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ reference-manual ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-reference-manual-checkstyle) @ reference-manual ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ reference-manual ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/reference-manual/7.0.15-SNAPSHOT/reference-manual-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/target/reference-manual.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/reference-manual/7.0.15-SNAPSHOT/reference-manual-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/reference-manual/target/pdf/reference-manual.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/reference-manual/7.0.15-SNAPSHOT/reference-manual-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ---------------< org.glassfish.main.docs:release-notes >----------------
[INFO] Building Eclipse GlassFish Release Notes, Release 7 7.0.15-SNAPSHOT [16/20]
[INFO]   from release-notes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ release-notes ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ release-notes ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ release-notes ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ release-notes ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ release-notes ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ release-notes ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ release-notes ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ release-notes ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ release-notes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ release-notes ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ release-notes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ release-notes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ release-notes ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ release-notes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ release-notes ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ release-notes ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ release-notes ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/target/classes/META-INF for
[INFO]      [echo]                                     release-notes
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ release-notes ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/target/release-notes.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ release-notes ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ release-notes ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ release-notes ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-release-notes-checkstyle) @ release-notes ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ release-notes ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/release-notes/7.0.15-SNAPSHOT/release-notes-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/target/release-notes.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/release-notes/7.0.15-SNAPSHOT/release-notes-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/release-notes/target/pdf/release-notes.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/release-notes/7.0.15-SNAPSHOT/release-notes-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ---------------< org.glassfish.main.docs:security-guide >---------------
[INFO] Building Eclipse GlassFish Security Guide, Release 7 7.0.15-SNAPSHOT [17/20]
[INFO]   from security-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ security-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ security-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ security-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ security-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ security-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ security-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ security-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ security-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ security-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ security-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ security-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ security-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ security-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ security-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ security-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ security-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ security-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/target/classes/META-INF for
[INFO]      [echo]                                     security-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ security-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/target/security-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ security-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ security-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ security-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-security-guide-checkstyle) @ security-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ security-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/security-guide/7.0.15-SNAPSHOT/security-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/target/security-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/security-guide/7.0.15-SNAPSHOT/security-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/security-guide/target/pdf/security-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/security-guide/7.0.15-SNAPSHOT/security-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] -----------< org.glassfish.main.docs:troubleshooting-guide >------------
[INFO] Building Eclipse GlassFish Troubleshooting Guide, Release 7 7.0.15-SNAPSHOT [18/20]
[INFO]   from troubleshooting-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ troubleshooting-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ troubleshooting-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ troubleshooting-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ troubleshooting-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ troubleshooting-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ troubleshooting-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ troubleshooting-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ troubleshooting-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ troubleshooting-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ troubleshooting-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ troubleshooting-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ troubleshooting-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ troubleshooting-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ troubleshooting-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ troubleshooting-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ troubleshooting-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ troubleshooting-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/target/classes/META-INF for
[INFO]      [echo]                                     troubleshooting-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ troubleshooting-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/target/troubleshooting-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ troubleshooting-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ troubleshooting-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ troubleshooting-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-troubleshooting-guide-checkstyle) @ troubleshooting-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ troubleshooting-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/troubleshooting-guide/7.0.15-SNAPSHOT/troubleshooting-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/target/troubleshooting-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/troubleshooting-guide/7.0.15-SNAPSHOT/troubleshooting-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/troubleshooting-guide/target/pdf/troubleshooting-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/troubleshooting-guide/7.0.15-SNAPSHOT/troubleshooting-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ---------------< org.glassfish.main.docs:upgrade-guide >----------------
[INFO] Building Eclipse GlassFish Upgrade Guide, Release 7 7.0.15-SNAPSHOT [19/20]
[INFO]   from upgrade-guide/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ upgrade-guide ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ upgrade-guide ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ upgrade-guide ---
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ upgrade-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- glassfish-doc:1.3:book (generate-book) @ upgrade-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ upgrade-guide ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ upgrade-guide ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ upgrade-guide ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ upgrade-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ upgrade-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ upgrade-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/target/book/book.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ upgrade-guide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:85: warning: assigned but unused variable - y1
uri:classloader:/gems/pdf-reader-2.11.0/lib/pdf/reader/font.rb:86: warning: assigned but unused variable - y2
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/properties.rb:52: warning: `*' interpreted as argument prefix
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:40: warning: assigned but unused variable - platform_specific_id
uri:classloader:/gems/prawn-svg-0.32.0/lib/prawn/svg/ttf.rb:35: warning: assigned but unused variable - format
[INFO] Converted /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/target/book/book.adoc
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ upgrade-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ upgrade-guide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ upgrade-guide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ upgrade-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ upgrade-guide ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/target/classes/META-INF for
[INFO]      [echo]                                     upgrade-guide
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ upgrade-guide ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/target/upgrade-guide.jar
[INFO] 
[INFO] --- build-helper:3.4.0:attach-artifact (attach-pdf) @ upgrade-guide ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ upgrade-guide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ upgrade-guide ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-upgrade-guide-checkstyle) @ upgrade-guide ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ upgrade-guide ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/upgrade-guide/7.0.15-SNAPSHOT/upgrade-guide-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/target/upgrade-guide.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/upgrade-guide/7.0.15-SNAPSHOT/upgrade-guide-7.0.15-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/upgrade-guide/target/pdf/upgrade-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/main/docs/upgrade-guide/7.0.15-SNAPSHOT/upgrade-guide-7.0.15-SNAPSHOT.pdf
[INFO] 
[INFO] ----------< org.glassfish.main.docs:glassfish-documentation >-----------
[INFO] Building Eclipse GlassFish Documentation Distribution 7.0.15-SNAPSHOT [20/20]
[INFO]   from distribution/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ glassfish-documentation ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ glassfish-documentation ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ glassfish-documentation ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (get-html-dependencies) @ glassfish-documentation ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-pdf-dependencies) @ glassfish-documentation ---
[INFO] Copying add-on-component-development-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/add-on-component-development-guide.pdf
[INFO] Copying administration-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/administration-guide.pdf
[INFO] Copying application-deployment-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/application-deployment-guide.pdf
[INFO] Copying application-development-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/application-development-guide.pdf
[INFO] Copying deployment-planning-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/deployment-planning-guide.pdf
[INFO] Copying embedded-server-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/embedded-server-guide.pdf
[INFO] Copying error-messages-reference.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/error-messages-reference.pdf
[INFO] Copying ha-administration-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/ha-administration-guide.pdf
[INFO] Copying installation-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/installation-guide.pdf
[INFO] Copying performance-tuning-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/performance-tuning-guide.pdf
[INFO] Copying quick-start-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/quick-start-guide.pdf
[INFO] Copying reference-manual.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/reference-manual.pdf
[INFO] Copying release-notes.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/release-notes.pdf
[INFO] Copying security-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/security-guide.pdf
[INFO] Copying troubleshooting-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/troubleshooting-guide.pdf
[INFO] Copying upgrade-guide.pdf to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/upgrade-guide.pdf
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ glassfish-documentation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ glassfish-documentation ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ glassfish-documentation ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ glassfish-documentation ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ glassfish-documentation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ glassfish-documentation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ glassfish-documentation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ glassfish-documentation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ glassfish-documentation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ glassfish-documentation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ glassfish-documentation ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/META-INF for
[INFO]      [echo]                                     glassfish-documentation
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ glassfish-documentation ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/glassfish-documentation.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ glassfish-documentation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ glassfish-documentation ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-glassfish-documentation-checkstyle) @ glassfish-documentation ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ glassfish-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/glassfish-documentation/7.0.15-SNAPSHOT/glassfish-documentation-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/distribution/target/glassfish-documentation.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/glassfish-documentation/7.0.15-SNAPSHOT/glassfish-documentation-7.0.15-SNAPSHOT.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ glassfish-documentation ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse GlassFish Documentation 7.0.15-SNAPSHOT:
[INFO] 
[INFO] Eclipse GlassFish Documentation .................... SUCCESS [  4.892 s]
[INFO] Eclipse GlassFish Documentation parent pom ......... SUCCESS [ 18.283 s]
[INFO] Eclipse GlassFish Website Content .................. SUCCESS [  1.438 s]
[INFO] Eclipse GlassFish Add-On Component Development Guide, Release 7 SUCCESS [ 42.346 s]
[INFO] Eclipse GlassFish Administration Guide, Release 7 .. SUCCESS [01:01 min]
[INFO] Eclipse GlassFish Application Deployment Guide, Release 7 SUCCESS [ 48.305 s]
[INFO] Eclipse GlassFish Application Development Guide, Release 7 SUCCESS [ 51.168 s]
[INFO] Eclipse GlassFish Deployment Planning Guide, Release 7 SUCCESS [ 14.914 s]
[INFO] Eclipse GlassFish Embedded Server Guide, Release 7 . SUCCESS [ 20.789 s]
[INFO] Eclipse GlassFish Error Message Reference, Release 7 SUCCESS [ 43.470 s]
[INFO] Eclipse GlassFish High Availability Administration Guide, Release 7 SUCCESS [ 39.567 s]
[INFO] Eclipse GlassFish Installation Guide, Release 7 .... SUCCESS [ 13.052 s]
[INFO] Eclipse GlassFish Performance Tuning Guide, Release 7 SUCCESS [ 28.309 s]
[INFO] Eclipse GlassFish Quick Start Guide, Release 7 ..... SUCCESS [ 12.700 s]
[INFO] Eclipse GlassFish Reference Manual, Release 7 ...... SUCCESS [01:24 min]
[INFO] Eclipse GlassFish Release Notes, Release 7 ......... SUCCESS [ 13.161 s]
[INFO] Eclipse GlassFish Security Guide, Release 7 ........ SUCCESS [ 30.279 s]
[INFO] Eclipse GlassFish Troubleshooting Guide, Release 7 . SUCCESS [ 13.860 s]
[INFO] Eclipse GlassFish Upgrade Guide, Release 7 ......... SUCCESS [ 23.535 s]
[INFO] Eclipse GlassFish Documentation Distribution ....... SUCCESS [  2.829 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:29 min
[INFO] Finished at: 2024-04-15T19:11:03Z
[INFO] ------------------------------------------------------------------------
+ mvn -Pstaging -B -f publish clean deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------< org.glassfish.main.docs:website-publisher >--------------
[INFO] Building Publish the Eclipse GlassFish Website 7.0.15-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ website-publisher ---
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ website-publisher ---
[INFO] 
[INFO] --- osgiversion:3.1.0:compute-osgi-version (generate-osgi-version-property) @ website-publisher ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (get-website) @ website-publisher ---
[INFO] Configured Artifact: org.glassfish.main.docs:website:7.0.15-SNAPSHOT:jar
[INFO] 
[INFO] --- dependency:3.6.1:unpack (get-current) @ website-publisher ---
[INFO] Configured Artifact: org.glassfish.main.docs:glassfish-documentation:7.0.15-SNAPSHOT:jar
[INFO] 
[INFO] --- dependency:3.6.1:unpack (get-7x) @ website-publisher ---
[INFO] Configured Artifact: org.glassfish.main.docs:glassfish-documentation:7.0.14:jar
[INFO] 
[INFO] --- dependency:3.6.1:unpack (get-6x) @ website-publisher ---
[INFO] Configured Artifact: org.glassfish.docs:distribution:6.2.5:jar
[INFO] 
[INFO] --- dependency:3.6.1:unpack (get-5x) @ website-publisher ---
[INFO] Configured Artifact: org.glassfish.docs:distribution:5.1.0:jar
[INFO] 
[INFO] --- compiler:3.13.0:compile (generate-hk2-config) @ website-publisher ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-resource) @ website-publisher ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ website-publisher ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-resource) @ website-publisher ---
[INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.15-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ website-publisher ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/src/main/manpages
[INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF
[INFO] 
[INFO] --- antrun:3.1.0:run (create-latest-link) @ website-publisher ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:3.1.0:run (redirect-for-installation-guide) @ website-publisher ---
[INFO] Executing tasks
[INFO]      [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/staging
[INFO] Executed tasks
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ website-publisher ---
[INFO] No sources to compile
[INFO] 
[INFO] --- compiler:3.13.0:compile (process-annotations) @ website-publisher ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ website-publisher ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ website-publisher ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ website-publisher ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (default-manifest) @ website-publisher ---
[INFO] Executing tasks
[INFO]      [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/classes/META-INF for
[INFO]      [echo]                                     website-publisher
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/classes/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ website-publisher ---
[INFO] Building jar: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/website-publisher.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (integration-test) @ website-publisher ---
[INFO] No tests to run.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify) @ website-publisher ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (org.glassfish.main.docs-website-publisher-checkstyle) @ website-publisher ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ website-publisher ---
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/docs/website-publisher/7.0.15-SNAPSHOT/website-publisher-7.0.15-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/website-publisher.jar to /home/jenkins/.m2/repository/org/glassfish/main/docs/website-publisher/7.0.15-SNAPSHOT/website-publisher-7.0.15-SNAPSHOT.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ website-publisher ---
[INFO] 
[INFO] --- scm-publish:3.2.1:publish-scm (deploy-site) @ website-publisher ---
[WARNING] No output encoding, defaulting to UTF-8.
[INFO] Checking out the pub tree from scm:git:git@github.com:eclipse-ee4j/glassfish.git into /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target' && 'git' 'clone' '--branch' 'gh-pages' 'git@github.com:eclipse-ee4j/glassfish.git' 'scmpublish-checkout'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target
[INFO] Executing: /bin/sh -c cd '/tmp' && 'git' 'ls-remote' 'git@github.com:eclipse-ee4j/glassfish.git'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'pull' 'git@github.com:eclipse-ee4j/glassfish.git' 'gh-pages:gh-pages'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'checkout' 'gh-pages'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'ls-files'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Updating checkout directory with actual content in /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/staging
[INFO] Content consists of 212 directories and 1262 files = 192 MB
[INFO] Publishing content to SCM will result in 0 addition(s), 1262 update(s), 0 delete(s)
[INFO] Checking in SCM, starting at Mon Apr 15 19:15:23 UTC 2024...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'rev-parse' '--show-prefix'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'status' '--porcelain' '.'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-2071021581.commit' '-a'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout' && 'git' 'push' 'git@github.com:eclipse-ee4j/glassfish.git' 'refs/heads/gh-pages:refs/heads/gh-pages'
[INFO] Working directory: /home/jenkins/agent/workspace/glassfish-website-publish-docs/docs/publish/target/scmpublish-checkout
[INFO] Checked in 32 file(s) to revision null in 0 h 0 m 8 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:26 min
[INFO] Finished at: 2024-04-15T19:15:32Z
[INFO] ------------------------------------------------------------------------
+ false
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS