Skip to content

Console Output

Started by user Christian Kaltepoth
Running as Christian Kaltepoth
Agent basic-qlz50 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-qlz50"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.krazo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-qlz50"
    - 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-qlz50"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.krazo.svc.cluster.local/krazo/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    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-krazo"
      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-qlz50 (basic) in workspace /home/jenkins/agent/workspace/release
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/krazo.git
 > git init /home/jenkins/agent/workspace/release # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/krazo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/krazo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/krazo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/refs/tags/1.1.1^{commit} # timeout=10
 > git rev-parse refs/tags/1.1.1^{commit} # timeout=10
Checking out Revision 0bc4e77ddab25ce8dc1ce7c159bcfc4f385ba840 (refs/tags/1.1.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bc4e77ddab25ce8dc1ce7c159bcfc4f385ba840 # timeout=10
Commit message: "Preparing 1.1.1 release"
 > git rev-list --no-walk 6092c5d175b87cb0bd1123db4f66e75c0f1f5715 # timeout=10
First time build. Skipping changelog.
[release] $ /bin/sh -xe /tmp/jenkins17728232157491703892.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 97FC890A79A23BE7: public key "'Eclipse Krazo Project' <krazo-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 97FC890A79A23BE7: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ 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 C553492BC3A2D1167C8A8A7F7738715AFA882390 trust
Secret subkeys are available.

pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ unknown] (1). 'Eclipse Krazo Project' <krazo-dev@eclipse.org>

pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ unknown] (1). 'Eclipse Krazo Project' <krazo-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/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ unknown] (1). 'Eclipse Krazo Project' <krazo-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 D6891863ECF8B21C71C83BCE97FC890A79A23BE7 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 2023-12-18
pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ultimate] (1). 'Eclipse Krazo Project' <krazo-dev@eclipse.org>

pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ultimate] (1). 'Eclipse Krazo Project' <krazo-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/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ultimate] (1). 'Eclipse Krazo Project' <krazo-dev@eclipse.org>

[release] $ /opt/tools/apache-maven/3.5.4/bin/mvn -V -B -P release,staging deploy
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Maven home: /opt/tools/apache-maven/3.5.4
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Krazo Parent                                               [pom]
[INFO] Eclipse Krazo Core                                                 [jar]
[INFO] Eclipse Krazo Jersey                                               [jar]
[INFO] Eclipse Krazo RESTEasy                                             [jar]
[INFO] Eclipse Krazo CXF                                                  [jar]
[INFO] Eclipse Krazo TCK Runner                                           [jar]
[INFO] Eclipse Krazo Extensions Parent                                    [pom]
[INFO] Eclipse Krazo AsciiDoc Extension                                   [jar]
[INFO] Eclipse Krazo Freemarker Extension                                 [jar]
[INFO] Eclipse Krazo Handlebars Extension                                 [jar]
[INFO] Eclipse Krazo Jade Extension                                       [jar]
[INFO] Eclipse Krazo Jetbrick Extension                                   [jar]
[INFO] Eclipse Krazo JSR-223 Extension                                    [jar]
[INFO] Eclipse Krazo Mustache Extension                                   [jar]
[INFO] Eclipse Krazo StringTemplate Extension                             [jar]
[INFO] Eclipse Krazo Thymeleaf Extension                                  [jar]
[INFO] Eclipse Krazo Velocity Extension                                   [jar]
[INFO] Eclipse Krazo Pebble Extension                                     [jar]
[INFO] Eclipse Krazo Jtwig Extension                                      [jar]
[INFO] Eclipse Krazo Integration Tests Parent                             [pom]
[INFO] Eclipse Krazo Application Path Tests                               [war]
[INFO] Eclipse Krazo Book CDI tests                                       [war]
[INFO] Eclipse Krazo Book Models Tests                                    [war]
[INFO] Eclipse Krazo CDI Conversation Tests                               [war]
[INFO] Eclipse Krazo CSRF Property Tests                                  [war]
[INFO] Eclipse Krazo Default Extension Tests                              [war]
[INFO] Eclipse Krazo CDI Events Tests                                     [war]
[INFO] Eclipse Krazo Exceptions Tests                                     [war]
[INFO] Eclipse Krazo Facelets Tests                                       [war]
[INFO] Eclipse Krazo Locale Tests                                         [war]
[INFO] Eclipse Krazo Produces Tests                                       [war]
[INFO] Eclipse Krazo Redirect Tests                                       [war]
[INFO] Eclipse Krazo RedirectScope Tests                                  [war]
[INFO] Eclipse Krazo RedirectScope2 Tests                                 [war]
[INFO] Eclipse Krazo RedirectScope3 Tests                                 [war]
[INFO] Eclipse Krazo RequestDispatcher tests                              [war]
[INFO] Eclipse Krazo Returns Tests                                        [war]
[INFO] Eclipse Krazo Validation Tests                                     [war]
[INFO] Eclipse Krazo Validation I18N Tests                                [war]
[INFO] Eclipse Krazo View Annotation Tests                                [war]
[INFO] Eclipse Krazo UriBuilder Test                                      [war]
[INFO] Eclipse Krazo Testsuite                                            [jar]
[INFO] Eclipse Krazo Documentation                                        [pom]
[INFO] Archetype for Jakarta EE 8 with Eclipse Krazo          [maven-archetype]
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-parent >-------------------
[INFO] Building Eclipse Krazo Parent 1.1.1                               [1/44]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-parent ---
[INFO] Installing /home/jenkins/agent/workspace/release/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/1.1.1/krazo-parent-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/target/krazo-parent-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/1.1.1/krazo-parent-1.1.1.pom.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-parent ---
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-core >--------------------
[INFO] Building Eclipse Krazo Core 1.1.1                                 [2/44]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.hibernate:hibernate-validator-cdi:jar:6.1.0.Final has been relocated to org.hibernate.validator:hibernate-validator-cdi:jar:6.1.0.Final
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ krazo-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/release/core/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 93 source files to /home/jenkins/agent/workspace/release/core/target/classes
[INFO] /home/jenkins/agent/workspace/release/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/release/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ krazo-core ---
[WARNING] The artifact org.hibernate:hibernate-validator-cdi:jar:6.1.0.Final has been relocated to org.hibernate.validator:hibernate-validator-cdi:jar:6.1.0.Final
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/release/core/target/test-classes
[INFO] /home/jenkins/agent/workspace/release/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: /home/jenkins/agent/workspace/release/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/release/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineContextImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.krazo.engine.ViewEngineContextImplTest
[INFO] Running org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Running org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Running org.eclipse.krazo.security.EncodersImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.security.EncodersImplTest
[INFO] Running org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Running org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Running org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Running org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Running org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Running org.eclipse.krazo.util.PathUtilsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.PathUtilsTest
[INFO] Running org.eclipse.krazo.util.BeanUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.krazo.util.BeanUtilsTest
[INFO] Running org.eclipse.krazo.util.CdiUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.krazo.util.CdiUtilsTest
[INFO] Running org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Running org.eclipse.krazo.core.MessagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.krazo.core.MessagesTest
[INFO] Running org.eclipse.krazo.core.ModelsImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.core.ModelsImplTest
[INFO] Running org.eclipse.krazo.core.ViewableWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.krazo.core.ViewableWriterTest
[INFO] Running org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:report (default-report) @ krazo-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/release/core/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Krazo Core' with 92 classes
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-core ---
[INFO] 
Loading source files for package org.eclipse.krazo...
Loading source files for package org.eclipse.krazo.binding...
Loading source files for package org.eclipse.krazo.binding.convert...
Loading source files for package org.eclipse.krazo.binding.convert.impl...
Loading source files for package org.eclipse.krazo.binding.validate...
Loading source files for package org.eclipse.krazo.bootstrap...
Loading source files for package org.eclipse.krazo.cdi...
Loading source files for package org.eclipse.krazo.cdi.types...
Loading source files for package org.eclipse.krazo.core...
Loading source files for package org.eclipse.krazo.engine...
Loading source files for package org.eclipse.krazo.event...
Loading source files for package org.eclipse.krazo.forms...
Loading source files for package org.eclipse.krazo.jaxrs...
Loading source files for package org.eclipse.krazo.lifecycle...
Loading source files for package org.eclipse.krazo.locale...
Loading source files for package org.eclipse.krazo.security...
Loading source files for package org.eclipse.krazo.servlet...
Loading source files for package org.eclipse.krazo.uri...
Loading source files for package org.eclipse.krazo.util...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/KrazoConfig.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/MvcContextImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/Properties.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/BeanValidationProducer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/BindingErrorImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/BindingResultImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/BindingResultManager.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/ConstraintViolationTranslator.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/ValidationErrorImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/ConverterRegistry.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/ConverterResult.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/MvcConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/MvcConverterProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/BigDecimalConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/BigIntegerConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/BooleanConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/DoubleConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/FloatConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/IntegerConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/LongConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/ShortConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/ConstraintViolationMetadata.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/ConstraintViolations.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/ValidationInterceptor.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/ValidationInterceptorBinding.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/ConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/CoreFeature.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/DefaultConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/Initializer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/AroundController.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/AroundControllerInterceptor.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/Internal.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/KrazoCdiExtension.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/RedirectScopeContext.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/RedirectScopeManager.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/AnnotatedMethodWrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/AnnotatedTypeProcessor.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/AnnotatedTypeWrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/DefaultHttpCommunicationUnwrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/HttpCommunicationUnwrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/Messages.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/ModelsImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/ViewableWriter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/ViewResponseFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/FaceletsViewEngine.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/JspViewEngine.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/ServletViewEngine.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/Viewable.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineBase.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineConfig.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineContextImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/ViewEngineFinder.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/AfterControllerEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/AfterProcessViewEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/BeforeControllerEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/BeforeProcessViewEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/ControllerRedirectEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/forms/HiddenMethodFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/JaxRsContext.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/JaxRsContextProducer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/PostMatchingRequestFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/PreMatchingRequestFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/lifecycle/EventDispatcher.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/lifecycle/RequestLifecycle.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/DefaultLocaleResolver.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/LocaleResolverChain.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/LocaleResolverContextImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CookieCsrfTokenStrategy.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CookieCsrfTokenStrategy.Builder.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CsrfExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CsrfImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CsrfProtectFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CsrfToken.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CsrfTokenManager.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CsrfTokenStrategy.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/CsrfValidateFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/DefaultFormEntityProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/EncodersImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/FormEntityProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/SessionCsrfTokenStrategy.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/SessionCsrfTokenStrategy.Builder.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/servlet/KrazoContainerInitializer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/servlet/KrazoServletContextListener.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/ApplicationUris.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/UriTemplate.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/UriTemplateParser.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/AnnotationUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/BeanUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/CdiUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/ControllerUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/HttpUtil.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/PathUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/PropertyUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/ServiceLoaders.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/forms/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/forms/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/lifecycle/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/lifecycle/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/servlet/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/servlet/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/package-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/package-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/class-use/KrazoConfig.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/class-use/MvcContextImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/class-use/Properties.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/class-use/BeanValidationProducer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/class-use/BindingErrorImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/class-use/BindingResultImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/class-use/BindingResultManager.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/class-use/ConstraintViolationTranslator.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/class-use/ValidationErrorImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/ConverterRegistry.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/ConverterResult.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/MvcConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/class-use/MvcConverterProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/BigDecimalConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/BigIntegerConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/BooleanConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/DoubleConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/FloatConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/IntegerConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/LongConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/class-use/ShortConverter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ConstraintViolationMetadata.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ConstraintViolations.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ValidationInterceptor.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/class-use/ValidationInterceptorBinding.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/ConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/CoreFeature.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/DefaultConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/class-use/Initializer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/class-use/AroundController.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/class-use/AroundControllerInterceptor.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/class-use/Internal.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/class-use/KrazoCdiExtension.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/class-use/RedirectScopeContext.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/class-use/RedirectScopeManager.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/class-use/AnnotatedMethodWrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/class-use/AnnotatedTypeProcessor.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/class-use/AnnotatedTypeWrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/class-use/DefaultHttpCommunicationUnwrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/class-use/HttpCommunicationUnwrapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/class-use/Messages.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/class-use/ModelsImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/class-use/ViewResponseFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/class-use/ViewableWriter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/FaceletsViewEngine.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/JspViewEngine.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/ServletViewEngine.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineBase.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineConfig.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineContextImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/ViewEngineFinder.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/class-use/Viewable.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/class-use/AfterControllerEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/class-use/AfterProcessViewEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/class-use/BeforeControllerEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/class-use/BeforeProcessViewEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/class-use/ControllerRedirectEventImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/forms/class-use/HiddenMethodFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/JaxRsContext.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/JaxRsContextProducer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/PostMatchingRequestFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/class-use/PreMatchingRequestFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/lifecycle/class-use/EventDispatcher.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/lifecycle/class-use/RequestLifecycle.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/class-use/DefaultLocaleResolver.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/class-use/LocaleResolverChain.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/class-use/LocaleResolverContextImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CookieCsrfTokenStrategy.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CookieCsrfTokenStrategy.Builder.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfProtectFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfToken.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfTokenManager.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfTokenStrategy.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/CsrfValidateFilter.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/DefaultFormEntityProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/EncodersImpl.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/FormEntityProvider.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/SessionCsrfTokenStrategy.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/class-use/SessionCsrfTokenStrategy.Builder.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/servlet/class-use/KrazoContainerInitializer.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/servlet/class-use/KrazoServletContextListener.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/class-use/ApplicationUris.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/class-use/UriTemplate.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/class-use/UriTemplateParser.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/AnnotationUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/BeanUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/CdiUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/ControllerUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/HttpUtil.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/PathUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/PropertyUtils.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/class-use/ServiceLoaders.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/convert/impl/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/binding/validate/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/bootstrap/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/cdi/types/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/core/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/engine/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/event/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/forms/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/jaxrs/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/lifecycle/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/locale/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/security/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/servlet/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/uri/package-use.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/org/eclipse/krazo/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/release/core/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-core ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-core ---
[INFO] Installing /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/core/target/krazo-core-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/1.1.1/krazo-core-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-core ---
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-jersey >-------------------
[INFO] Building Eclipse Krazo Jersey 1.1.1                               [3/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jersey ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release/jersey/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ krazo-jersey ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/jersey/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-jersey ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-jersey ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.jersey.bootstrap...
Loading source files for package org.eclipse.krazo.jersey.model...
Loading source files for package org.eclipse.krazo.jersey.validation...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/JerseyConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/KrazoJerseyFeature.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/model/KrazoModelProcessor.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/KrazoValidationInterceptor.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/package-summary.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/package-tree.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/model/package-summary.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/model/package-tree.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/class-use/JerseyConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/class-use/KrazoJerseyFeature.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/model/class-use/KrazoModelProcessor.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/class-use/KrazoValidationInterceptor.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/bootstrap/package-use.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/model/package-use.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/org/eclipse/krazo/jersey/validation/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/release/jersey/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-jersey ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/jersey/target/krazo-jersey-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/1.1.1/krazo-jersey-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-jersey ---
[INFO] 
[INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------
[INFO] Building Eclipse Krazo RESTEasy 1.1.1                             [4/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-resteasy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-resteasy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release/resteasy/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/resteasy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-resteasy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-resteasy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-resteasy ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-resteasy ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.resteasy.bootstrap...
Loading source files for package org.eclipse.krazo.resteasy.security...
Loading source files for package org.eclipse.krazo.resteasy.validation...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/RestEasyConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/RestEasyFormEntityProvider.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/KrazoValidationResolver.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/package-summary.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/package-tree.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/package-summary.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/package-tree.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/class-use/RestEasyConfigProvider.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/class-use/RestEasyFormEntityProvider.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/class-use/KrazoValidationResolver.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/bootstrap/package-use.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/security/package-use.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/org/eclipse/krazo/resteasy/validation/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/release/resteasy/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-resteasy ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-resteasy ---
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/resteasy/target/krazo-resteasy-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/1.1.1/krazo-resteasy-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-resteasy ---
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-cxf >---------------------
[INFO] Building Eclipse Krazo CXF 1.1.1                                  [5/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-cxf ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-cxf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-cxf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/cxf/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ krazo-cxf ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-cxf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/cxf/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-cxf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-cxf ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-cxf ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-cxf ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.cxf.http...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/org/eclipse/krazo/cxf/http/CXFHttpCommunicationUnwrapper.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/org/eclipse/krazo/cxf/http/package-summary.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/org/eclipse/krazo/cxf/http/package-tree.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/org/eclipse/krazo/cxf/http/class-use/CXFHttpCommunicationUnwrapper.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/org/eclipse/krazo/cxf/http/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/cxf/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-cxf ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-cxf ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-cxf ---
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/cxf/target/krazo-cxf-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/1.1.1/krazo-cxf-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-cxf ---
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 1.1.1                           [6/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/release/tck/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-tck ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-tck ---
[INFO] 
Loading source files for package org.eclipse.krazo.tck...
Loading source files for package org.eclipse.krazo.tck.glassfish...
Loading source files for package org.eclipse.krazo.tck.liberty...
Loading source files for package org.eclipse.krazo.tck.tomee...
Loading source files for package org.eclipse.krazo.tck.wildfly...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/AbstractArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/GlassfishArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/GlassfishDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/liberty/LibertyArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/liberty/LibertyDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/tomee/TomeeArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/tomee/TomeeDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/WildflyArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/WildflyDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/package-summary.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/package-tree.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/package-summary.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/package-tree.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/liberty/package-summary.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/liberty/package-tree.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/tomee/package-summary.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/tomee/package-tree.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/package-summary.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/package-tree.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/class-use/AbstractArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/class-use/GlassfishArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/class-use/GlassfishDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/liberty/class-use/LibertyArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/liberty/class-use/LibertyDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/tomee/class-use/TomeeArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/tomee/class-use/TomeeDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/class-use/WildflyArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/class-use/WildflyDevArchiveProvider.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/package-use.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/glassfish/package-use.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/liberty/package-use.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/tomee/package-use.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/org/eclipse/krazo/tck/wildfly/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/release/tck/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-tck ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-tck ---
[INFO] Installing /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/tck/target/krazo-tck-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/1.1.1/krazo-tck-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-tck ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-ext-parent >---------------
[INFO] Building Eclipse Krazo Extensions Parent 1.1.1                    [7/44]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-ext-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-ext-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-ext-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-ext-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-ext-parent ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-ext-parent/1.1.1/krazo-ext-parent-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/target/krazo-ext-parent-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-ext-parent/1.1.1/krazo-ext-parent-1.1.1.pom.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-ext-parent ---
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-asciidoc >----------------
[INFO] Building Eclipse Krazo AsciiDoc Extension 1.1.1                   [8/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-asciidoc ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-asciidoc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/ext/asciidoc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/asciidoc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-asciidoc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-asciidoc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-asciidoc ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-asciidoc ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.asciidoc...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/org/eclipse/krazo/ext/asciidoc/AsciiDocViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/org/eclipse/krazo/ext/asciidoc/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/org/eclipse/krazo/ext/asciidoc/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/org/eclipse/krazo/ext/asciidoc/class-use/AsciiDocViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/org/eclipse/krazo/ext/asciidoc/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/asciidoc/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-asciidoc ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-asciidoc ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-asciidoc ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/asciidoc/target/krazo-asciidoc-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/1.1.1/krazo-asciidoc-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-asciidoc ---
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-freemarker >---------------
[INFO] Building Eclipse Krazo Freemarker Extension 1.1.1                 [9/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-freemarker ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-freemarker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/ext/freemarker/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/freemarker/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-freemarker ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-freemarker ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.freemarker...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/org/eclipse/krazo/ext/freemarker/DefaultConfigurationProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/org/eclipse/krazo/ext/freemarker/FreemarkerViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/org/eclipse/krazo/ext/freemarker/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/org/eclipse/krazo/ext/freemarker/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/org/eclipse/krazo/ext/freemarker/class-use/DefaultConfigurationProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/org/eclipse/krazo/ext/freemarker/class-use/FreemarkerViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/org/eclipse/krazo/ext/freemarker/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/freemarker/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-freemarker ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/freemarker/target/krazo-freemarker-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/1.1.1/krazo-freemarker-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-freemarker ---
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-handlebars >---------------
[INFO] Building Eclipse Krazo Handlebars Extension 1.1.1                [10/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-handlebars ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-handlebars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-handlebars ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/ext/handlebars/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-handlebars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/handlebars/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-handlebars ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-handlebars ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-handlebars ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-handlebars ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.handlebars...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/org/eclipse/krazo/ext/handlebars/DefaultHandlebarsProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/org/eclipse/krazo/ext/handlebars/HandlebarsViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/org/eclipse/krazo/ext/handlebars/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/org/eclipse/krazo/ext/handlebars/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/org/eclipse/krazo/ext/handlebars/class-use/DefaultHandlebarsProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/org/eclipse/krazo/ext/handlebars/class-use/HandlebarsViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/org/eclipse/krazo/ext/handlebars/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/handlebars/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-handlebars ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-handlebars ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-handlebars ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/handlebars/target/krazo-handlebars-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-handlebars/1.1.1/krazo-handlebars-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-handlebars ---
[INFO] 
[INFO] ------------------< org.eclipse.krazo.ext:krazo-jade >------------------
[INFO] Building Eclipse Krazo Jade Extension 1.1.1                      [11/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jade ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-jade ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/ext/jade/target/classes
[INFO] /home/jenkins/agent/workspace/release/ext/jade/src/main/java/org/eclipse/krazo/ext/jade/JadeKrazoConfiguration.java: /home/jenkins/agent/workspace/release/ext/jade/src/main/java/org/eclipse/krazo/ext/jade/JadeKrazoConfiguration.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/release/ext/jade/src/main/java/org/eclipse/krazo/ext/jade/JadeKrazoConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/jade/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-jade ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-jade ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-jade ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-jade ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.jade...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/org/eclipse/krazo/ext/jade/JadeKrazoConfiguration.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/org/eclipse/krazo/ext/jade/JadeViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/org/eclipse/krazo/ext/jade/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/org/eclipse/krazo/ext/jade/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/org/eclipse/krazo/ext/jade/class-use/JadeKrazoConfiguration.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/org/eclipse/krazo/ext/jade/class-use/JadeViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/org/eclipse/krazo/ext/jade/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/jade/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-jade ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-jade ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jade ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jade/target/krazo-jade-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/1.1.1/krazo-jade-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-jade ---
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-jetbrick >----------------
[INFO] Building Eclipse Krazo Jetbrick Extension 1.1.1                  [12/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jetbrick ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jetbrick ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-jetbrick ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/ext/jetbrick/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jetbrick ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/jetbrick/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-jetbrick ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-jetbrick ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-jetbrick ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-jetbrick ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.jetbrick...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/org/eclipse/krazo/ext/jetbrick/JetbrickViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/org/eclipse/krazo/ext/jetbrick/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/org/eclipse/krazo/ext/jetbrick/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/org/eclipse/krazo/ext/jetbrick/class-use/JetbrickViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/org/eclipse/krazo/ext/jetbrick/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/jetbrick/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-jetbrick ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-jetbrick ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jetbrick ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jetbrick/target/krazo-jetbrick-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jetbrick/1.1.1/krazo-jetbrick-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-jetbrick ---
[INFO] 
[INFO] -----------------< org.eclipse.krazo.ext:krazo-jsr223 >-----------------
[INFO] Building Eclipse Krazo JSR-223 Extension 1.1.1                   [13/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jsr223 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jsr223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/jsr223/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-jsr223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/ext/jsr223/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jsr223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/jsr223/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-jsr223 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-jsr223 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-jsr223 ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-jsr223 ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.jsr223...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/org/eclipse/krazo/ext/jsr223/Jsr223ViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/org/eclipse/krazo/ext/jsr223/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/org/eclipse/krazo/ext/jsr223/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/org/eclipse/krazo/ext/jsr223/class-use/Jsr223ViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/org/eclipse/krazo/ext/jsr223/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/jsr223/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-jsr223 ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-jsr223 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jsr223 ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jsr223/target/krazo-jsr223-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/1.1.1/krazo-jsr223-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-jsr223 ---
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-mustache >----------------
[INFO] Building Eclipse Krazo Mustache Extension 1.1.1                  [14/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-mustache ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-mustache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/ext/mustache/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/mustache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-mustache ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-mustache ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.mustache...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/org/eclipse/krazo/ext/mustache/DefaultMustacheFactoryProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/org/eclipse/krazo/ext/mustache/MustacheViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/org/eclipse/krazo/ext/mustache/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/org/eclipse/krazo/ext/mustache/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/org/eclipse/krazo/ext/mustache/class-use/DefaultMustacheFactoryProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/org/eclipse/krazo/ext/mustache/class-use/MustacheViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/org/eclipse/krazo/ext/mustache/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/mustache/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-mustache ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/mustache/target/krazo-mustache-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/1.1.1/krazo-mustache-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-mustache ---
[INFO] 
[INFO] -------------< org.eclipse.krazo.ext:krazo-stringtemplate >-------------
[INFO] Building Eclipse Krazo StringTemplate Extension 1.1.1            [15/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-stringtemplate ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-stringtemplate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-stringtemplate ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/ext/stringtemplate/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-stringtemplate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/stringtemplate/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-stringtemplate ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-stringtemplate ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-stringtemplate ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-stringtemplate ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.stringtemplate...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/org/eclipse/krazo/ext/stringtemplate/StringTemplateViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/org/eclipse/krazo/ext/stringtemplate/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/org/eclipse/krazo/ext/stringtemplate/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/org/eclipse/krazo/ext/stringtemplate/class-use/StringTemplateViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/org/eclipse/krazo/ext/stringtemplate/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/stringtemplate/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-stringtemplate ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-stringtemplate ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-stringtemplate ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/stringtemplate/target/krazo-stringtemplate-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/1.1.1/krazo-stringtemplate-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-stringtemplate ---
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-thymeleaf >----------------
[INFO] Building Eclipse Krazo Thymeleaf Extension 1.1.1                 [16/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-thymeleaf ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-thymeleaf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-thymeleaf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/ext/thymeleaf/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-thymeleaf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/thymeleaf/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-thymeleaf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-thymeleaf ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-thymeleaf ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-thymeleaf ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.thymeleaf...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/org/eclipse/krazo/ext/thymeleaf/DefaultTemplateEngineProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/org/eclipse/krazo/ext/thymeleaf/ThymeleafViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/org/eclipse/krazo/ext/thymeleaf/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/org/eclipse/krazo/ext/thymeleaf/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/org/eclipse/krazo/ext/thymeleaf/class-use/DefaultTemplateEngineProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/org/eclipse/krazo/ext/thymeleaf/class-use/ThymeleafViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/org/eclipse/krazo/ext/thymeleaf/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/thymeleaf/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-thymeleaf ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-thymeleaf ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-thymeleaf ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/thymeleaf/target/krazo-thymeleaf-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-thymeleaf/1.1.1/krazo-thymeleaf-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-thymeleaf ---
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-velocity >----------------
[INFO] Building Eclipse Krazo Velocity Extension 1.1.1                  [17/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-velocity ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-velocity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-velocity ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/ext/velocity/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-velocity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/velocity/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-velocity ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-velocity ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-velocity ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-velocity ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.velocity...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/DefaultVelocityEngineProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/ServletContextResourceLoader.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/VelocityViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/class-use/DefaultVelocityEngineProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/class-use/ServletContextResourceLoader.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/class-use/VelocityViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/org/eclipse/krazo/ext/velocity/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/velocity/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-velocity ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-velocity ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-velocity ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/velocity/target/krazo-velocity-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/1.1.1/krazo-velocity-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-velocity ---
[INFO] 
[INFO] -----------------< org.eclipse.krazo.ext:krazo-pebble >-----------------
[INFO] Building Eclipse Krazo Pebble Extension 1.1.1                    [18/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-pebble ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-pebble ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-pebble ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release/ext/pebble/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-pebble ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-pebble ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/release/ext/pebble/target/test-classes
[INFO] /home/jenkins/agent/workspace/release/ext/pebble/src/test/java/org/eclipse/krazo/ext/pebble/CustomExtensionTwo.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/release/ext/pebble/src/test/java/org/eclipse/krazo/ext/pebble/CustomExtensionTwo.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-pebble ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.ext.pebble.PebblePropertyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.krazo.ext.pebble.PebblePropertyTest
[INFO] Running org.eclipse.krazo.ext.pebble.PebbleConfigurationProducerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.krazo.ext.pebble.PebbleConfigurationProducerTest
[INFO] Running org.eclipse.krazo.ext.pebble.PebbleEngineProducerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.krazo.ext.pebble.PebbleEngineProducerTest
[INFO] Running org.eclipse.krazo.ext.pebble.PebbleViewEngineTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.ext.pebble.PebbleViewEngineTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-pebble ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-pebble ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.pebble...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/PebbleConfigurationProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/PebbleEngineProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/PebbleProperty.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/PebbleViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/class-use/PebbleConfigurationProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/class-use/PebbleEngineProducer.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/class-use/PebbleProperty.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/class-use/PebbleViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/org/eclipse/krazo/ext/pebble/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/pebble/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-pebble ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-pebble ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-pebble ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/pebble/target/krazo-pebble-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/1.1.1/krazo-pebble-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-pebble ---
[INFO] 
[INFO] -----------------< org.eclipse.krazo.ext:krazo-jtwig >------------------
[INFO] Building Eclipse Krazo Jtwig Extension 1.1.1                     [19/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jtwig ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jtwig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-jtwig ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/ext/jtwig/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jtwig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/ext/jtwig/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-jtwig ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-jtwig ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-jtwig ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-jtwig ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.ext.jtwig...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/org/eclipse/krazo/ext/jtwig/JtwigViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/org/eclipse/krazo/ext/jtwig/package-summary.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/org/eclipse/krazo/ext/jtwig/package-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/org/eclipse/krazo/ext/jtwig/class-use/JtwigViewEngine.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/org/eclipse/krazo/ext/jtwig/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/ext/jtwig/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-jtwig ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-jtwig ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jtwig ---
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/ext/jtwig/target/krazo-jtwig-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jtwig/1.1.1/krazo-jtwig-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-jtwig ---
[INFO] 
[INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >----------
[INFO] Building Eclipse Krazo Integration Tests Parent 1.1.1            [20/44]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-examples-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-examples-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-examples-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-examples-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-examples-parent ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/1.1.1/krazo-examples-parent-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/target/krazo-examples-parent-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/1.1.1/krazo-examples-parent-1.1.1.pom.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-examples-parent ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:application-path >-------------
[INFO] Building Eclipse Krazo Application Path Tests 1.1.1              [21/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ application-path ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/application-path/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release/examples/application-path/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/application-path/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/application-path/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ application-path ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ application-path ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.converters.collections.TreeMapConverter (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.4/xstream-1.4.4.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.converters.collections.TreeMapConverter
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Packaging webapp
[INFO] Assembling webapp [application-path] in [/home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/application-path/src/main/webapp]
[INFO] Webapp assembled in [42 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ application-path ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.applicationpath...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/Catalog.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/Catalog.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/org/eclipse/krazo/test/applicationpath/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/application-path/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ application-path ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ application-path ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ application-path ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/application-path/target/test-application-path-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/1.1.1/application-path-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ application-path ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:book-cdi >-----------------
[INFO] Building Eclipse Krazo Book CDI tests 1.1.1                      [22/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-cdi ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/book-cdi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/book-cdi/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ book-cdi ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ book-cdi ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-cdi] in [/home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/book-cdi/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ book-cdi ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.bookcdi...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/class-use/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/class-use/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/org/eclipse/krazo/test/bookcdi/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/book-cdi/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ book-cdi ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ book-cdi ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-cdi ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-cdi/target/test-book-cdi-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/1.1.1/book-cdi-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ book-cdi ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:book-models >---------------
[INFO] Building Eclipse Krazo Book Models Tests 1.1.1                   [23/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-models ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/book-models/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/book-models/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/book-models/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ book-models ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ book-models ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-models] in [/home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/book-models/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ book-models ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.bookmodels...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/class-use/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/class-use/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/org/eclipse/krazo/test/bookmodels/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/book-models/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ book-models ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ book-models ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-models ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/book-models/target/test-book-models-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/1.1.1/book-models-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ book-models ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:conversation >---------------
[INFO] Building Eclipse Krazo CDI Conversation Tests 1.1.1              [24/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ conversation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/conversation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/conversation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/conversation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ conversation ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ conversation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [conversation] in [/home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/conversation/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ conversation ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.conversation...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/ConversationController.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/SecretBean.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/class-use/ConversationController.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/class-use/SecretBean.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/org/eclipse/krazo/test/conversation/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/conversation/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ conversation ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ conversation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ conversation ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/conversation/target/test-conversation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/1.1.1/conversation-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ conversation ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:csrf-property >--------------
[INFO] Building Eclipse Krazo CSRF Property Tests 1.1.1                 [25/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ csrf-property ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/csrf-property/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/csrf-property/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ csrf-property ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ csrf-property ---
[INFO] Packaging webapp
[INFO] Assembling webapp [csrf-property] in [/home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/csrf-property/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ csrf-property ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.csrfproperty...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/CsrfController.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/ForbiddenExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/class-use/CsrfController.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/class-use/ForbiddenExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/org/eclipse/krazo/test/csrfproperty/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/csrf-property/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ csrf-property ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ csrf-property ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ csrf-property ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/csrf-property/target/test-csrf-property-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/1.1.1/csrf-property-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ csrf-property ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:def-ext >-----------------
[INFO] Building Eclipse Krazo Default Extension Tests 1.1.1             [26/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ def-ext ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/examples/def-ext/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/def-ext/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/def-ext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ def-ext ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ def-ext ---
[INFO] Packaging webapp
[INFO] Assembling webapp [def-ext] in [/home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/def-ext/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ def-ext ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.mvc...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/DefaultExtensionController.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/class-use/DefaultExtensionController.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/org/eclipse/krazo/test/mvc/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/def-ext/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ def-ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ def-ext ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ def-ext ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/def-ext/target/test-def-ext-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/1.1.1/def-ext-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ def-ext ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:events >------------------
[INFO] Building Eclipse Krazo CDI Events Tests 1.1.1                    [27/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ events ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release/examples/events/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/events/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/events/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ events ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ events ---
[INFO] Packaging webapp
[INFO] Assembling webapp [events] in [/home/jenkins/agent/workspace/release/examples/events/target/test-events]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/events/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/events/target/test-events.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ events ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.events...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/EventBean.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/EventController.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/EventObserver.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/EventBean.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/EventController.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/EventObserver.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/org/eclipse/krazo/test/events/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/events/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/events/target/test-events-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ events ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/events/target/test-events-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ events ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ events ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/target/test-events.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/target/test-events-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/target/test-events-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/target/test-events.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/target/test-events.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/target/test-events-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/events/target/test-events-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/1.1.1/events-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ events ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:exceptions >----------------
[INFO] Building Eclipse Krazo Exceptions Tests 1.1.1                    [28/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ exceptions ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/examples/exceptions/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/exceptions/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/exceptions/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ exceptions ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ exceptions ---
[INFO] Packaging webapp
[INFO] Assembling webapp [exceptions] in [/home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/exceptions/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ exceptions ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.exceptions...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/HelloController.GlobalExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/class-use/HelloController.GlobalExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/org/eclipse/krazo/test/exceptions/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/exceptions/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ exceptions ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ exceptions ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ exceptions ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/exceptions/target/test-exceptions-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/1.1.1/exceptions-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ exceptions ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:facelets >-----------------
[INFO] Building Eclipse Krazo Facelets Tests 1.1.1                      [29/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ facelets ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/facelets/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release/examples/facelets/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/facelets/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/facelets/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ facelets ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ facelets ---
[INFO] Packaging webapp
[INFO] Assembling webapp [facelets] in [/home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/facelets/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ facelets ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.facelets...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/Catalog.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/Book.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/BookController.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/Catalog.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/org/eclipse/krazo/test/facelets/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/facelets/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ facelets ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ facelets ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ facelets ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/facelets/target/test-facelets-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/1.1.1/facelets-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ facelets ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:locale >------------------
[INFO] Building Eclipse Krazo Locale Tests 1.1.1                        [30/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ locale ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/locale/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/locale/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/locale/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ locale ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ locale ---
[INFO] Packaging webapp
[INFO] Assembling webapp [locale] in [/home/jenkins/agent/workspace/release/examples/locale/target/test-locale]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/locale/src/main/webapp]
[INFO] Webapp assembled in [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/locale/target/test-locale.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ locale ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.locale...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/LocaleController.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/QueryLocaleResolver.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/class-use/LocaleController.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/class-use/QueryLocaleResolver.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/org/eclipse/krazo/test/locale/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/locale/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/locale/target/test-locale-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ locale ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/locale/target/test-locale-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ locale ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ locale ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/target/test-locale.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/target/test-locale-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/target/test-locale-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/target/test-locale.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/target/test-locale.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/target/test-locale-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/locale/target/test-locale-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/1.1.1/locale-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ locale ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:produces >-----------------
[INFO] Building Eclipse Krazo Produces Tests 1.1.1                      [31/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ produces ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/examples/produces/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/produces/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/produces/target/test-classes
[INFO] /home/jenkins/agent/workspace/release/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: /home/jenkins/agent/workspace/release/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/release/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ produces ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ produces ---
[INFO] Packaging webapp
[INFO] Assembling webapp [produces] in [/home/jenkins/agent/workspace/release/examples/produces/target/test-produces]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/produces/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/produces/target/test-produces.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ produces ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.produces...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/org/eclipse/krazo/test/produces/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/produces/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/produces/target/test-produces-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ produces ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/produces/target/test-produces-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ produces ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ produces ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/target/test-produces.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/target/test-produces-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/target/test-produces-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/target/test-produces.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/target/test-produces.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/target/test-produces-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/produces/target/test-produces-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/1.1.1/produces-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ produces ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:redirect >-----------------
[INFO] Building Eclipse Krazo Redirect Tests 1.1.1                      [32/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirect ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/examples/redirect/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/redirect/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/redirect/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ redirect ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ redirect ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirect] in [/home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/redirect/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ redirect ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.redirect...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/class-use/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/org/eclipse/krazo/test/redirect/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirect/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redirect ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ redirect ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirect ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirect/target/test-redirect-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/1.1.1/redirect-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ redirect ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:redirectScope >--------------
[INFO] Building Eclipse Krazo RedirectScope Tests 1.1.1                 [33/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/redirectScope/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/redirectScope/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/redirectScope/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ redirectScope ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ redirectScope ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope] in [/home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/redirectScope/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ redirectScope ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.redirectscope...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/RedirectBean.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/class-use/RedirectBean.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/class-use/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/org/eclipse/krazo/test/redirectscope/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redirectScope ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ redirectScope ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope/target/test-redirectscope-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/1.1.1/redirectScope-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ redirectScope ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >--------------
[INFO] Building Eclipse Krazo RedirectScope2 Tests 1.1.1                [34/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/redirectScope2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/redirectScope2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/redirectScope2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ redirectScope2 ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ redirectScope2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope2] in [/home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/redirectScope2/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ redirectScope2 ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.redirectscope2...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/RedirectBean.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/class-use/RedirectBean.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/class-use/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/org/eclipse/krazo/test/redirectscope2/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope2/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redirectScope2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ redirectScope2 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope2 ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope2/target/test-redirectscope2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/1.1.1/redirectScope2-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ redirectScope2 ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >--------------
[INFO] Building Eclipse Krazo RedirectScope3 Tests 1.1.1                [35/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope3 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/redirectScope3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/redirectScope3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/redirectScope3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ redirectScope3 ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ redirectScope3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope3] in [/home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/redirectScope3/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ redirectScope3 ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.redirectscope3...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/RedirectBean.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/class-use/RedirectBean.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/class-use/RedirectController.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/org/eclipse/krazo/test/redirectscope3/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/redirectScope3/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redirectScope3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ redirectScope3 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope3 ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/redirectScope3/target/test-redirectscope3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/1.1.1/redirectScope3-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ redirectScope3 ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------
[INFO] Building Eclipse Krazo RequestDispatcher tests 1.1.1             [36/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ requestDispatcher ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/requestDispatcher/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/requestDispatcher/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ requestDispatcher ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ requestDispatcher ---
[INFO] Packaging webapp
[INFO] Assembling webapp [requestDispatcher] in [/home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/requestDispatcher/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ requestDispatcher ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.requestdispatcher...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/RequestDispatcherApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/RequestDispatcherController.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/class-use/RequestDispatcherApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/class-use/RequestDispatcherController.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/org/eclipse/krazo/test/requestdispatcher/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ requestDispatcher ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ requestDispatcher ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ requestDispatcher ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/requestDispatcher/target/test-requestDispatcher-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/1.1.1/requestDispatcher-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ requestDispatcher ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:returns >-----------------
[INFO] Building Eclipse Krazo Returns Tests 1.1.1                       [37/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ returns ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/examples/returns/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/returns/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/returns/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ returns ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ returns ---
[INFO] Packaging webapp
[INFO] Assembling webapp [returns] in [/home/jenkins/agent/workspace/release/examples/returns/target/test-returns]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/returns/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/returns/target/test-returns.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ returns ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.returns...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/org/eclipse/krazo/test/returns/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/returns/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/returns/target/test-returns-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ returns ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/returns/target/test-returns-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ returns ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ returns ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/target/test-returns.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/target/test-returns-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/target/test-returns-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/target/test-returns.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/target/test-returns.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/target/test-returns-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/returns/target/test-returns-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/1.1.1/returns-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ returns ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:validation >----------------
[INFO] Building Eclipse Krazo Validation Tests 1.1.1                    [38/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/release/examples/validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/validation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ validation ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ validation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation] in [/home/jenkins/agent/workspace/release/examples/validation/target/test-validation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/validation/src/main/webapp]
[INFO] Webapp assembled in [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/validation/target/test-validation.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ validation ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.validation...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/ErrorDataBean.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormController.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormControllerBase.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormControllerProperty.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/FormDataBean.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/ErrorDataBean.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormController.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormControllerBase.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormControllerProperty.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormDataBean.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/org/eclipse/krazo/test/validation/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/validation/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/validation/target/test-validation-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/validation/target/test-validation-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/target/test-validation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/target/test-validation-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/target/test-validation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/target/test-validation.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/target/test-validation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/target/test-validation-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation/target/test-validation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/1.1.1/validation-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ validation ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:validation-i18n >-------------
[INFO] Building Eclipse Krazo Validation I18N Tests 1.1.1               [39/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation-i18n ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release/examples/validation-i18n/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/validation-i18n/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ validation-i18n ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ validation-i18n ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation-i18n] in [/home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/validation-i18n/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ validation-i18n ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.validation...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/FormBean.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/QueryLocaleResolver.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/ValidationController.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/FormBean.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/QueryLocaleResolver.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/class-use/ValidationController.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/org/eclipse/krazo/test/validation/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/validation-i18n/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ validation-i18n ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ validation-i18n ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation-i18n ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/validation-i18n/target/test-validation-i18n-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/1.1.1/validation-i18n-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ validation-i18n ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:view-annotation >-------------
[INFO] Building Eclipse Krazo View Annotation Tests 1.1.1               [40/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ view-annotation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release/examples/view-annotation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/view-annotation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ view-annotation ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ view-annotation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [view-annotation] in [/home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/view-annotation/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ view-annotation ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.view...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/org/eclipse/krazo/test/view/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/view-annotation/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ view-annotation ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ view-annotation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ view-annotation ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/view-annotation/target/test-view-annotation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/1.1.1/view-annotation-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ view-annotation ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:uri-builder >---------------
[INFO] Building Eclipse Krazo UriBuilder Test 1.1.1                     [41/44]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ uri-builder ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/uri-builder/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release/examples/uri-builder/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/examples/uri-builder/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release/examples/uri-builder/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ uri-builder ---
[INFO] 
[INFO] --- maven-war-plugin:2.5:war (default-war) @ uri-builder ---
[INFO] Packaging webapp
[INFO] Assembling webapp [uri-builder] in [/home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/release/examples/uri-builder/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ uri-builder ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/jersey/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.uribuilder...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/ParameterController.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/UriBuilderApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/UriBuilderController.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/package-summary.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/package-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/class-use/ParameterController.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/class-use/UriBuilderApplication.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/class-use/UriBuilderController.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/org/eclipse/krazo/test/uribuilder/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/examples/uri-builder/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ uri-builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ uri-builder ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ uri-builder ---
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1.war
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder.war.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1.war.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/examples/uri-builder/target/uri-builder-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/1.1.1/uri-builder-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ uri-builder ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------
[INFO] Building Eclipse Krazo Testsuite 1.1.1                           [42/44]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-testsuite ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/release/testsuite/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/release/testsuite/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ krazo-testsuite ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ krazo-testsuite ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-testsuite ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/release/core/target/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.eclipse.krazo.test.annotations...
Loading source files for package org.eclipse.krazo.test.convert.annotations...
Loading source files for package org.eclipse.krazo.test.convert.type...
Loading source files for package org.eclipse.krazo.test.csrf.base...
Loading source files for package org.eclipse.krazo.test.csrf.methods...
Loading source files for package org.eclipse.krazo.test.encoding...
Loading source files for package org.eclipse.krazo.test.ext.asciidoc...
Loading source files for package org.eclipse.krazo.test.ext.freemarker...
Loading source files for package org.eclipse.krazo.test.ext.handlebars...
Loading source files for package org.eclipse.krazo.test.ext.jade...
Loading source files for package org.eclipse.krazo.test.ext.jetbrick...
Loading source files for package org.eclipse.krazo.test.ext.jsr223...
Loading source files for package org.eclipse.krazo.test.ext.jtwig...
Loading source files for package org.eclipse.krazo.test.ext.mustache...
Loading source files for package org.eclipse.krazo.test.ext.pebble...
Loading source files for package org.eclipse.krazo.test.ext.stringtemplate...
Loading source files for package org.eclipse.krazo.test.ext.thymeleaf...
Loading source files for package org.eclipse.krazo.test.ext.velocity...
Loading source files for package org.eclipse.krazo.test.forms...
Loading source files for package org.eclipse.krazo.test.mapper...
Loading source files for package org.eclipse.krazo.test.mvc...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/AnnotationsController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/BaseController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/BaseInterface.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnnotationConverterApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnnotationConverterController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnnotationDrivenConverter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/AnswerToAll.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/NumberTransporter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/AnswerToAllDoubleConverter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/ConverterApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/ConverterController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/NumberTransporter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/CsrfBaseApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/CsrfBaseController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/CsrfHiddenMethodController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/EncodingController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/asciidoc/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/asciidoc/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/freemarker/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/freemarker/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/Person.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/PersonController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/DummyFilter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/JadeApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/JadeController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/MathHelper.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jetbrick/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jetbrick/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/Jsr223Application.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/JythonController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/NashornController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jtwig/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jtwig/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/mustache/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/mustache/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/pebble/PebbleApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/pebble/PebbleController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/stringtemplate/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/stringtemplate/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/Greeting.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/velocity/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/velocity/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/FormsController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/RedirectModel.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/FailingController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/MvcViewException.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/MvcViewExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/PlainTextException.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/PlainTextExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/MvcController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/asciidoc/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/asciidoc/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/freemarker/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/freemarker/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jetbrick/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jetbrick/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jtwig/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jtwig/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/mustache/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/mustache/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/pebble/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/pebble/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/stringtemplate/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/stringtemplate/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/velocity/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/velocity/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/package-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/package-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/AnnotationsController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/BaseController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/BaseInterface.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnnotationConverterApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnnotationConverterController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnnotationDrivenConverter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/AnswerToAll.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/class-use/NumberTransporter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/AnswerToAllDoubleConverter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/ConverterApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/ConverterController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/class-use/NumberTransporter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/class-use/CsrfBaseApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/class-use/CsrfBaseController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/class-use/CsrfHiddenMethodApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/class-use/CsrfHiddenMethodController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/class-use/EncodingController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/asciidoc/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/asciidoc/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/freemarker/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/freemarker/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/class-use/Person.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/class-use/PersonController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/class-use/DummyFilter.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/class-use/JadeApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/class-use/JadeController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/class-use/MathHelper.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jetbrick/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jetbrick/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/class-use/Jsr223Application.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/class-use/JythonController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/class-use/NashornController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jtwig/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jtwig/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/mustache/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/mustache/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/pebble/class-use/PebbleApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/pebble/class-use/PebbleController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/stringtemplate/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/stringtemplate/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/class-use/Greeting.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/velocity/class-use/HelloController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/velocity/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/class-use/FormsController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/class-use/RedirectModel.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/FailingController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/MvcViewException.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/MvcViewExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/PlainTextException.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/class-use/PlainTextExceptionMapper.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/class-use/MvcController.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/class-use/MyApplication.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/annotations/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/annotations/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/convert/type/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/base/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/csrf/methods/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/encoding/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/asciidoc/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/freemarker/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/handlebars/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jade/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jetbrick/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jsr223/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/jtwig/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/mustache/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/pebble/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/stringtemplate/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/thymeleaf/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/ext/velocity/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/forms/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mapper/package-use.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/org/eclipse/krazo/test/mvc/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/release/testsuite/target/apidocs/help-doc.html...
100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[INFO] Building jar: /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-testsuite ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-testsuite ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-testsuite ---
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/testsuite/target/krazo-testsuite-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/1.1.1/krazo-testsuite-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-testsuite ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.krazo:krazo-documentation >----------------
[INFO] Building Eclipse Krazo Documentation 1.1.1                       [43/44]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-documentation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (output-html) @ krazo-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Rendered /home/jenkins/agent/workspace/release/documentation/src/main/asciidoc/index.adoc
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-documentation ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ krazo-documentation ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-documentation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/release/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/1.1.1/krazo-documentation-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/documentation/target/krazo-documentation-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/1.1.1/krazo-documentation-1.1.1.pom.asc
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ krazo-documentation ---
[INFO] 
[INFO] ------------< org.eclipse.krazo:krazo-jakartaee8-archetype >------------
[INFO] Building Archetype for Jakarta EE 8 with Eclipse Krazo 1.1.1     [44/44]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee8-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-jakartaee8-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-jakartaee8-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/archetype/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ krazo-jakartaee8-archetype ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1.jar
[INFO] Building jar: /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ krazo-jakartaee8-archetype ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ krazo-jakartaee8-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee8-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ krazo-jakartaee8-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ krazo-jakartaee8-archetype ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ krazo-jakartaee8-archetype ---
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-javadoc) > generate-sources @ krazo-jakartaee8-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee8-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/release
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-javadoc) < generate-sources @ krazo-jakartaee8-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-javadoc) @ krazo-jakartaee8-archetype ---
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ krazo-jakartaee8-archetype ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ krazo-jakartaee8-archetype ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ krazo-jakartaee8-archetype ---
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/release/archetype/target/krazo-jakartaee8-archetype-1.1.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/1.1.1/krazo-jakartaee8-archetype-1.1.1-sources.jar.asc
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee8-archetype ---
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M2:deploy (default-deploy) @ krazo-jakartaee8-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Krazo Parent 1.1.1 ......................... SUCCESS [ 36.198 s]
[INFO] Eclipse Krazo Core ................................. SUCCESS [ 39.756 s]
[INFO] Eclipse Krazo Jersey ............................... SUCCESS [  5.827 s]
[INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [  9.602 s]
[INFO] Eclipse Krazo CXF .................................. SUCCESS [ 10.284 s]
[INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [ 22.606 s]
[INFO] Eclipse Krazo Extensions Parent .................... SUCCESS [  0.842 s]
[INFO] Eclipse Krazo AsciiDoc Extension ................... SUCCESS [  9.888 s]
[INFO] Eclipse Krazo Freemarker Extension ................. SUCCESS [  4.832 s]
[INFO] Eclipse Krazo Handlebars Extension ................. SUCCESS [  5.205 s]
[INFO] Eclipse Krazo Jade Extension ....................... SUCCESS [  6.678 s]
[INFO] Eclipse Krazo Jetbrick Extension ................... SUCCESS [  5.943 s]
[INFO] Eclipse Krazo JSR-223 Extension .................... SUCCESS [  4.506 s]
[INFO] Eclipse Krazo Mustache Extension ................... SUCCESS [  5.215 s]
[INFO] Eclipse Krazo StringTemplate Extension ............. SUCCESS [  5.527 s]
[INFO] Eclipse Krazo Thymeleaf Extension .................. SUCCESS [  5.502 s]
[INFO] Eclipse Krazo Velocity Extension ................... SUCCESS [  5.746 s]
[INFO] Eclipse Krazo Pebble Extension ..................... SUCCESS [  5.933 s]
[INFO] Eclipse Krazo Jtwig Extension ...................... SUCCESS [  6.341 s]
[INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [  4.320 s]
[INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [  8.240 s]
[INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [  3.512 s]
[INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [  3.394 s]
[INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [  3.390 s]
[INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [  3.402 s]
[INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [  3.315 s]
[INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [  3.401 s]
[INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [  3.419 s]
[INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [  3.500 s]
[INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [  3.421 s]
[INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [  3.419 s]
[INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [  3.488 s]
[INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [  3.575 s]
[INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [  3.458 s]
[INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [  3.701 s]
[INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [  3.477 s]
[INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [  3.544 s]
[INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [  3.685 s]
[INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [  3.949 s]
[INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [  3.463 s]
[INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [  3.362 s]
[INFO] Eclipse Krazo Testsuite ............................ SUCCESS [ 17.733 s]
[INFO] Eclipse Krazo Documentation ........................ SUCCESS [ 14.768 s]
[INFO] Archetype for Jakarta EE 8 with Eclipse Krazo 1.1.1  SUCCESS [ 17.249 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:55 min
[INFO] Finished at: 2022-02-20T11:43:20Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS