Started by user Radek Felcman Rebuilds build #13 Running as Radek Felcman Obtained etc/jenkins/release.groovy from git https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git [Pipeline] Start of Pipeline [Pipeline] node Agent basic-phs2p is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-phs2p" namespace: "eclipselink" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.eclipselink.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-phs2p" - 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-phs2p" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" 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-eclipselink" 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" Running on basic-phs2p in /home/jenkins/agent/workspace/oracleddlparser-promote [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git > git init /home/jenkins/agent/workspace/oracleddlparser-promote # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 08b4b3285d6d54a4075378e975e2c45be3741d03 (refs/remotes/origin/master) Commit message: "Jenkins promotion fix (#22)" > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 08b4b3285d6d54a4075378e975e2c45be3741d03 # timeout=10 > git rev-list --no-walk 08b4b3285d6d54a4075378e975e2c45be3741d03 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] git Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot-ssh Fetching changes from the remote Git repository Checking out Revision 08b4b3285d6d54a4075378e975e2c45be3741d03 (refs/remotes/origin/master) Commit message: "Jenkins promotion fix (#22)" [Pipeline] withCredentials > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/oracleddlparser-promote/.git # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/oracleddlparser-promote@tmp/jenkins-gitclient-ssh1293175449936115152.key Verifying host key using known hosts file > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 08b4b3285d6d54a4075378e975e2c45be3741d03 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 08b4b3285d6d54a4075378e975e2c45be3741d03 # timeout=10 Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] 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 F956DAF8F18311D3: public key "Eclipselink Project <eclipselink-dev@eclipse.org>" imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key F956DAF8F18311D3: 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 AB11759F53250EEBD92E2F85836B571D384E2887 trust Secret subkeys are available. pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project <eclipselink-dev@eclipse.org> pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project <eclipselink-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/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project <eclipselink-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 D8216E428324480EEA98EE26F956DAF8F18311D3 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 2024-05-14 pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project <eclipselink-dev@eclipse.org> pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project <eclipselink-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/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project <eclipselink-dev@eclipse.org> [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh + git config --global user.name 'EclipseLink Bot' + git config --global user.email eclipselink-bot@eclipse.org [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and release Oracle DDL Parser) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] git Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot-ssh Fetching changes from the remote Git repository Checking out Revision 08b4b3285d6d54a4075378e975e2c45be3741d03 (refs/remotes/origin/master) Commit message: "Jenkins promotion fix (#22)" > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/oracleddlparser-promote/.git # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/oracleddlparser-promote@tmp/jenkins-gitclient-ssh16129578327504862267.key Verifying host key using known hosts file > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink-oracleddlparser.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 08b4b3285d6d54a4075378e975e2c45be3741d03 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D master # timeout=10 > git checkout -b master 08b4b3285d6d54a4075378e975e2c45be3741d03 # timeout=10 [Pipeline] sshagent [ssh-agent] Using credentials eclipse-eclipselink-bot (GitHub bot (SSH)) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-HTupzqGLWqph/agent.274 SSH_AGENT_PID=276 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/oracleddlparser-promote@tmp/private_key_2031332061136957350.key (/home/jenkins/agent/workspace/oracleddlparser-promote@tmp/private_key_2031332061136957350.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/release.sh 3.0.1 3.0.2-SNAPSHOT false false DDLPARSER Release Version: 3.0.1 DDLPARSER Next Version: 3.0.2 DDLPARSER Next Snapshot: 3.0.2-SNAPSHOT -[ Prepare branch ]------------------------------------------------------------- -[ Release tag cleanup ]-------------------------------------------------------- error: branch '3.0.1-RELEASE' not found. Switched to a new branch '3.0.1-RELEASE' error: tag '3.0.1' not found. DDLPARSER Group ID: org.eclipse.persistence DDLPARSER Artifact ID: org.eclipse.persistence.oracleddlparser -[ Oracle DDL Parser release version ]-------------------------------------------------------- --[ Set version ]--------------------------------------------------------------- [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom (17 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar (310 kB at 8.4 MB/s) [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [INFO] Building EclipseLink Oracle DDL Parser 3.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.persistence.oracleddlparser --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 6.9 MB/s) [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [INFO] Building EclipseLink Oracle DDL Parser 3.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.7:set (default-cli) @ org.eclipse.persistence.oracleddlparser --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 726 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 652 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 949 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 926 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 722 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 632 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 854 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 555 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 761 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 768 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 374 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 375 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 433 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 478 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 589 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 394 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 449 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (1.8 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 859 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 418 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 459 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 415 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 94 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar (12 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 327 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 345 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 543 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 347 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 945 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 722 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 443 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 685 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 816 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 868 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 75 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 899 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 466 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 36 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (482 kB at 1.4 MB/s) [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser [INFO] Processing change of org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:3.0.1-SNAPSHOT -> 3.0.1 [INFO] Processing org.eclipse.persistence:org.eclipse.persistence.oracleddlparser [INFO] Updating project org.eclipse.persistence:org.eclipse.persistence.oracleddlparser [INFO] from version 3.0.1-SNAPSHOT to 3.0.1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.770 s [INFO] Finished at: 2023-04-20T12:59:04Z [INFO] ------------------------------------------------------------------------ --[ Commit modified pom.xml files ]--------------------------------------------- [3.0.1-RELEASE bada4f9] Update DDLPARSER version of org.eclipse.persistence:org.eclipse.persistence.oracleddlparser to 3.0.1 1 file changed, 1 insertion(+), 1 deletion(-) -[ Drop old staging repository deployments ]------------------------------------ WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release -[ Deploy artifacts to staging repository ]----------------------------- Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [INFO] Building EclipseLink Oracle DDL Parser 3.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'DependencyConvergence' is unknown for plugin 'maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.persistence.oracleddlparser --- [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.persistence.oracleddlparser --- [INFO] [INFO] --- glassfish-copyright:2.3:check (default) @ org.eclipse.persistence.oracleddlparser --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracleddlparser --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser [INFO] Storing buildNumber: bada4f9 at timestamp: 1681995608660 [INFO] Storing buildScmBranch: 3.0.1-RELEASE [INFO] [INFO] --- javacc:2.6:jjtree-javacc (jjtree-javacc) @ org.eclipse.persistence.oracleddlparser --- Java Compiler Compiler Version 5.0 (Tree Builder) (type "jjtree" with no arguments for help) Reading from file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/jjtree/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.jjt . . . File "DDLParserTreeConstants.java" does not exist. Will create one. File "DDLParserVisitor.java" does not exist. Will create one. File "JJTDDLParserState.java" does not exist. Will create one. Annotated grammar generated successfully in /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/javacc-1681995610725/node/DDLParser.jj Java Compiler Compiler Version 5.0 (Parser Generator) (type "javacc" with no arguments for help) Reading from file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/javacc-1681995610725/node/DDLParser.jj . . . Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding. Warning: Choice conflict involving two expansions at line 709, column 6 and line 709, column 35 respectively. A common prefix is: "CONSTRUCTOR" Consider using a lookahead of 2 for earlier expansion. Warning: Choice conflict involving two expansions at line 709, column 35 and line 709, column 70 respectively. A common prefix is: "ARRAY" Consider using a lookahead of 2 for earlier expansion. Warning: Choice conflict in [...] construct at line 710, column 5. Expansion nested within construct and expansion following construct have common prefixes, one of which is: "," Consider using a lookahead of 2 or more for nested expansion. Warning: Choice conflict involving two expansions at line 764, column 9 and line 766, column 9 respectively. A common prefix is: "NUMBER" "(" Consider using a lookahead of 3 or more for earlier expansion. Warning: Choice conflict in [...] construct at line 815, column 3. Expansion nested within construct and expansion following construct have common prefixes, one of which is: "," Consider using a lookahead of 2 or more for nested expansion. Warning: Choice conflict involving two expansions at line 854, column 7 and line 856, column 7 respectively. A common prefix is: "PRAGMA" Consider using a lookahead of 2 for earlier expansion. Warning: Choice conflict in [...] construct at line 866, column 11. Expansion nested within construct and expansion following construct have common prefixes, one of which is: "CONSTANT" Consider using a lookahead of 2 or more for nested expansion. Warning: Choice conflict involving two expansions at line 1221, column 9 and line 1223, column 9 respectively. A common prefix is: "NUMBER" "(" Consider using a lookahead of 3 or more for earlier expansion. Warning: Choice conflict involving two expansions at line 1336, column 7 and line 1341, column 7 respectively. A common prefix is: "RECORD" Consider using a lookahead of 2 for earlier expansion. Warning: Choice conflict involving two expansions at line 1339, column 7 and line 1341, column 7 respectively. A common prefix is: "VARRAY" Consider using a lookahead of 2 for earlier expansion. Warning: Choice conflict involving two expansions at line 1340, column 7 and line 1341, column 7 respectively. A common prefix is: "REF" Consider using a lookahead of 2 for earlier expansion. Warning: Choice conflict in [...] construct at line 1735, column 26. Expansion nested within construct and expansion following construct have common prefixes, one of which is: "OUT" Consider using a lookahead of 2 or more for nested expansion. Warning: Choice conflict in [...] construct at line 1736, column 9. Expansion nested within construct and expansion following construct have common prefixes, one of which is: "NOCOPY" Consider using a lookahead of 2 or more for nested expansion. Warning: Choice conflict in [...] construct at line 1841, column 30. Expansion nested within construct and expansion following construct have common prefixes, one of which is: "OUT" Consider using a lookahead of 2 or more for nested expansion. File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "JavaCharStream.java" does not exist. Will create one. Parser generated with 0 errors and 14 warnings. [INFO] Processed 1 grammar [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracleddlparser --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.persistence.oracleddlparser --- [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracleddlparser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/classes [INFO] [INFO] --- compiler:3.8.1:compile (base-compile) @ org.eclipse.persistence.oracleddlparser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracleddlparser --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.persistence.oracleddlparser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracleddlparser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.persistence.oracleddlparser --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracleddlparser --- [INFO] Building jar: /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracleddlparser --- [INFO] Building jar: /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracleddlparser --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/module-info.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/TokenMgrError.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/ParseException.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/Token.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserConstants.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/jjtree/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTreeConstants.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/jjtree/org/eclipse/persistence/tools/oracleddl/parser/DDLParserVisitor.java... Loading source file /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/jjtree/org/eclipse/persistence/tools/oracleddl/parser/JJTDDLParserState.java... Loading source files for package org.eclipse.persistence.tools.oracleddl.metadata... Loading source files for package org.eclipse.persistence.tools.oracleddl.metadata.visit... Loading source files for package org.eclipse.persistence.tools.oracleddl.parser... Loading source files for package org.eclipse.persistence.tools.oracleddl.util... Constructing Javadoc information... Standard Doclet version 11.0.2 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ArgumentType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ArgumentTypeDirection.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/BinaryType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/BlobType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/CharType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ClobType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/CompositeDatabaseType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/CompositeDatabaseTypeBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/CompositeDatabaseTypeWithEnclosedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeTestableBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/DecimalType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/DoubleType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/FieldType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/FloatType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/FunctionType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/IntervalDayToSecond.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/IntervalYearToMonth.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/LongRawType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/LongType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/NCharType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/NClobType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/NumericType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/NVarChar2Type.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ObjectTableType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ObjectType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/PLSQLCollectionType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/PLSQLCursorType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/PLSQLPackageType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/PLSQLRecordType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/PLSQLSubType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/PLSQLType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/PrecisionType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ProcedureType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/RawType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/RealType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ROWTYPEType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ScalarDatabaseType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ScalarDatabaseTypeBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/ScalarDatabaseTypeEnum.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/SizedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/TableType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/TimeStampType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/TYPEType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/UnresolvedSizedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/UnresolvedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/URowIdType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/VarChar2Type.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/VarCharType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/VArrayType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/BaseDatabaseTypeVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/DatabaseTypeVisitable.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/DatabaseTypeVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/EnclosedTypeVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/UnresolvedTypesVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/DDLParserConstants.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTreeConstants.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/DDLParserVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/JJTDDLParserState.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/Node.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/ParseException.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/SimpleNode.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/Token.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/TokenMgrError.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/DatabaseTypeBuilder.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/DatabaseTypeBuilderException.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/DatabaseTypesRepository.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/DBMSMetadataSessionTransforms.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/DBMSMetadataSessionTransformsFactory.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/package-summary.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/package-tree.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/package-summary.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/package-tree.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/package-summary.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/package-tree.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/package-summary.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/package-tree.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/module-summary.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ArgumentType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ArgumentTypeDirection.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/BinaryType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/BlobType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/CharType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ClobType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/CompositeDatabaseType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/CompositeDatabaseTypeBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/CompositeDatabaseTypeWithEnclosedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/DatabaseType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/DatabaseTypeBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/DatabaseTypeCompositeTestable.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/DatabaseTypeScalarTestable.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/DatabaseTypeTestableBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/DecimalType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/DoubleType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/FieldType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/FloatType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/FunctionType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/IntervalDayToSecond.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/IntervalYearToMonth.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/LongRawType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/LongType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/NCharType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/NClobType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/NVarChar2Type.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/NumericType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ObjectTableType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ObjectType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/PLSQLCollectionType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/PLSQLCursorType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/PLSQLPackageType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/PLSQLRecordType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/PLSQLSubType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/PLSQLType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/PrecisionType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ProcedureType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ROWTYPEType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/RawType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/RealType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ScalarDatabaseType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ScalarDatabaseTypeBase.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/ScalarDatabaseTypeEnum.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/SizedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/TYPEType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/TableType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/TimeStampType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/URowIdType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/UnresolvedSizedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/UnresolvedType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/VArrayType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/VarChar2Type.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/class-use/VarCharType.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/class-use/BaseDatabaseTypeVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/class-use/DatabaseTypeVisitable.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/class-use/DatabaseTypeVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/class-use/EnclosedTypeVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/class-use/UnresolvedTypesVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/Node.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/SimpleNode.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/DDLParser.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/DDLParserTokenManager.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/TokenMgrError.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/ParseException.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/Token.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/JavaCharStream.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/DDLParserConstants.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/DDLParserTreeConstants.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/DDLParserVisitor.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/class-use/JJTDDLParserState.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/class-use/DBMSMetadataSessionTransforms.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/class-use/DBMSMetadataSessionTransformsFactory.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/class-use/DatabaseTypeBuilder.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/class-use/DatabaseTypeBuilderException.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/class-use/DatabaseTypesRepository.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/package-use.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/metadata/visit/package-use.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/parser/package-use.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/org.eclipse.persistence.oracleddlparser/org/eclipse/persistence/tools/oracleddl/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:32: warning: no @return [WARNING] public boolean isIntervalDayToSecond(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:37: warning: no @return [WARNING] public boolean isIntervalYearToMonth(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:42: warning: no @return [WARNING] public boolean isPrecisionType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:47: warning: no @return [WARNING] public boolean isDecimalType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:52: warning: no @return [WARNING] public boolean isDoubleType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:57: warning: no @return [WARNING] public boolean isFloatType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:62: warning: no @return [WARNING] public boolean isNumericType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:67: warning: no @return [WARNING] public boolean isRealType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:72: warning: no @return [WARNING] public boolean isSizedType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:77: warning: no @return [WARNING] public boolean isBinaryType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:82: warning: no @return [WARNING] public boolean isBlobType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:87: warning: no @return [WARNING] public boolean isLongRawType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:92: warning: no @return [WARNING] public boolean isRawType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:97: warning: no @return [WARNING] public boolean isCharType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:102: warning: no @return [WARNING] public boolean isNCharType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:107: warning: no @return [WARNING] public boolean isClobType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:112: warning: no @return [WARNING] public boolean isNClobType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:117: warning: no @return [WARNING] public boolean isTimeStampType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:122: warning: no @return [WARNING] public boolean isURowIdType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:127: warning: no @return [WARNING] public boolean isVarCharType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:132: warning: no @return [WARNING] public boolean isVarChar2Type(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:137: warning: no @return [WARNING] public boolean isLongType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeScalarTestable.java:142: warning: no @return [WARNING] public boolean isNVarChar2Type(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:32: warning: no @return [WARNING] public boolean isFieldType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:37: warning: no @return [WARNING] public boolean isArgumentType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:42: warning: no @return [WARNING] public boolean isROWTYPEType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:46: warning: no @return [WARNING] public boolean isTYPEType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:51: warning: no @return [WARNING] public boolean isObjectTableType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:56: warning: no @return [WARNING] public boolean isObjectType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:61: warning: no @return [WARNING] public boolean isPLSQLType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:66: warning: no @return [WARNING] public boolean isPLSQLCollectionType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:71: warning: no @return [WARNING] public boolean isPLSQLCursorType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:76: warning: no @return [WARNING] public boolean isPLSQLRecordType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:81: warning: no @return [WARNING] public boolean isPLSQLSubType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:86: warning: no @return [WARNING] public boolean isTableType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:91: warning: no @return [WARNING] public boolean isDbTableType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/DatabaseTypeCompositeTestable.java:96: warning: no @return [WARNING] public boolean isVArrayType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/ObjectType.java:49: warning: no @return [WARNING] public List<FieldType> getFields() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/visit/EnclosedTypeVisitor.java:46: warning: no @return [WARNING] public List<CompositeDatabaseType> getCompositeDatabaseTypes() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/src/main/java/org/eclipse/persistence/tools/oracleddl/metadata/visit/EnclosedTypeVisitor.java:94: warning: no @param for cType [WARNING] protected void addType(CompositeDatabaseType cType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4875: warning: no @param for stream [WARNING] public DDLParser(java.io.InputStream stream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4879: warning: no @param for stream [WARNING] public DDLParser(java.io.InputStream stream, String encoding) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4879: warning: no @param for encoding [WARNING] public DDLParser(java.io.InputStream stream, String encoding) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4900: warning: no @param for stream [WARNING] public DDLParser(java.io.Reader stream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4917: warning: no @param for tm [WARNING] public DDLParser(DDLParserTokenManager tm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4887: warning: no @param for stream [WARNING] public void ReInit(java.io.InputStream stream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4891: warning: no @param for stream [WARNING] public void ReInit(java.io.InputStream stream, String encoding) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4891: warning: no @param for encoding [WARNING] public void ReInit(java.io.InputStream stream, String encoding) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4908: warning: no @param for stream [WARNING] public void ReInit(java.io.Reader stream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4924: warning: no @param for tm [WARNING] public void ReInit(DDLParserTokenManager tm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4963: warning: no @return [WARNING] final public Token getNextToken() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4971: warning: no @param for index [WARNING] final public Token getToken(int index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4971: warning: no @return [WARNING] final public Token getToken(int index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParser.java:4988: warning: no @return [WARNING] public ParseException generateParseException() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3824: warning: no @param for stream [WARNING] public DDLParserTokenManager(JavaCharStream stream){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3831: warning: no @param for stream [WARNING] public DDLParserTokenManager(JavaCharStream stream, int lexState){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3831: warning: no @param for lexState [WARNING] public DDLParserTokenManager(JavaCharStream stream, int lexState){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:94: warning: no @param for ds [WARNING] public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; } [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3837: warning: no @param for stream [WARNING] public void ReInit(JavaCharStream stream) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3853: warning: no @param for stream [WARNING] public void ReInit(JavaCharStream stream, int lexState) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3853: warning: no @param for lexState [WARNING] public void ReInit(JavaCharStream stream, int lexState) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3860: warning: no @param for lexState [WARNING] public void SwitchTo(int lexState) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/DDLParserTokenManager.java:3900: warning: no @return [WARNING] public Token getNextToken() [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:411: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.Reader dstream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:411: warning: no @param for startline [WARNING] public JavaCharStream(java.io.Reader dstream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:411: warning: no @param for startcolumn [WARNING] public JavaCharStream(java.io.Reader dstream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:411: warning: no @param for buffersize [WARNING] public JavaCharStream(java.io.Reader dstream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:426: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.Reader dstream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:426: warning: no @param for startline [WARNING] public JavaCharStream(java.io.Reader dstream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:426: warning: no @param for startcolumn [WARNING] public JavaCharStream(java.io.Reader dstream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:433: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.Reader dstream) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:471: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:471: warning: no @param for encoding [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:471: warning: no @param for startline [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:471: warning: no @param for startcolumn [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:471: warning: no @param for buffersize [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:471: warning: no @throws for java.io.UnsupportedEncodingException [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:478: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.InputStream dstream, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:478: warning: no @param for startline [WARNING] public JavaCharStream(java.io.InputStream dstream, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:478: warning: no @param for startcolumn [WARNING] public JavaCharStream(java.io.InputStream dstream, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:478: warning: no @param for buffersize [WARNING] public JavaCharStream(java.io.InputStream dstream, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:485: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:485: warning: no @param for encoding [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:485: warning: no @param for startline [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:485: warning: no @param for startcolumn [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:485: warning: no @throws for java.io.UnsupportedEncodingException [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:492: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.InputStream dstream, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:492: warning: no @param for startline [WARNING] public JavaCharStream(java.io.InputStream dstream, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:492: warning: no @param for startcolumn [WARNING] public JavaCharStream(java.io.InputStream dstream, int startline, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:499: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:499: warning: no @param for encoding [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:499: warning: no @throws for java.io.UnsupportedEncodingException [WARNING] public JavaCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:505: warning: no @param for dstream [WARNING] public JavaCharStream(java.io.InputStream dstream) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:191: warning: no @throws for java.io.IOException [WARNING] public char BeginToken() throws java.io.IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:271: warning: no @return [WARNING] public char readChar() throws java.io.IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:271: warning: no @throws for java.io.IOException [WARNING] public char readChar() throws java.io.IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:383: warning: no @return [WARNING] public int getEndColumn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:388: warning: no @return [WARNING] public int getEndLine() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:403: warning: no @param for amount [WARNING] public void backup(int amount) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/generated-sources/javacc/org/eclipse/persistence/tools/oracleddl/parser/JavaCharStream.java:438: warning: no @param for dstream [WARNING] public void ReInit(java.io.Reader dstream, [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracleddlparser --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ org.eclipse.persistence.oracleddlparser --- [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.persistence.oracleddlparser --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "48a52041f764f" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1.jar to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/pom.xml to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1.jar.asc to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1.pom.asc to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar.asc to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar.asc to /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target/nexus-staging/staging/48a52041f764f/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-javadoc.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "48a52041f764f" [INFO] * Created staging repository with ID "orgeclipsepersistence-1074". [INFO] * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsepersistence-1074 [INFO] * Uploading locally staged artifacts to profile org.eclipse.persistence [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgeclipsepersistence-1074". Waiting for operation to complete... ... [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41.029 s [INFO] Finished at: 2023-04-20T13:00:41Z [INFO] ------------------------------------------------------------------------ -[ Tag release ]---------------------------------------------------------------- -[ Oracle DDL Parser next snapshot version ]-------------------------------------------------- --[ Set version ]--------------------------------------------------------------- [INFO] Scanning for projects... [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [INFO] Building EclipseLink Oracle DDL Parser 3.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.persistence.oracleddlparser --- [INFO] Deleting /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser/target [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [INFO] Building EclipseLink Oracle DDL Parser 3.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.7:set (default-cli) @ org.eclipse.persistence.oracleddlparser --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/oracleddlparser-promote/oracleddlparser [INFO] Processing change of org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:3.0.1 -> 3.0.2-SNAPSHOT [INFO] Processing org.eclipse.persistence:org.eclipse.persistence.oracleddlparser [INFO] Updating project org.eclipse.persistence:org.eclipse.persistence.oracleddlparser [INFO] from version 3.0.1 to 3.0.2-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.080 s [INFO] Finished at: 2023-04-20T13:00:43Z [INFO] ------------------------------------------------------------------------ --[ Commit modified pom.xml files ]--------------------------------------------- [3.0.1-RELEASE 241097c] Update DDLPARSER version of org.eclipse.persistence:org.eclipse.persistence.oracleddlparser to 3.0.2-SNAPSHOT 1 file changed, 1 insertion(+), 1 deletion(-) -[ Push branch and tag to GitHub ]---------------------------------------------- Aborted by Radek Felcman Sending interrupt signal to process script returned exit code 128 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 276 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: ABORTED