Skip to content

Console Output

+ etc/jenkins/publish_snapshots.sh
-[ EclipseLink ASM Publish to Jakarta Snapshots ]-----------------------------------------------------------
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.asm >---------
[INFO] Building EclipseLink ASM 9.5.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.persistence.asm ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ org.eclipse.persistence.asm ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm
[INFO] Storing buildNumber: d1c8c94 at timestamp: 1680194908637
[INFO] Storing buildScmBranch: master
[INFO] 
[INFO] --- osgiversion-maven-plugin:3.0.4:compute-osgi-version (compute-full-osgi-version) @ org.eclipse.persistence.asm ---
[INFO] 
[INFO] --- osgiversion-maven-plugin:3.0.4:compute-osgi-version (compute-osgi-version) @ org.eclipse.persistence.asm ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (src-dependencies) @ org.eclipse.persistence.asm ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm/9.5/asm-9.5-sources.jar to /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/target/unpacked-sources/asm-src with includes "" and excludes "META-INF/MANIFEST.MF,**/*.html"
[INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.5/asm-commons-9.5-sources.jar to /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/target/unpacked-sources/asm-src with includes "" and excludes "META-INF/MANIFEST.MF,**/*.html"
[INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.5/asm-tree-9.5-sources.jar to /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/target/unpacked-sources/asm-src with includes "" and excludes "META-INF/MANIFEST.MF,**/*.html"
[INFO] org.ow2.asm:asm:jar:sources:9.5 already exists in destination.
[INFO] org.ow2.asm:asm-commons:jar:sources:9.5 already exists in destination.
[INFO] org.ow2.asm:asm-tree:jar:sources:9.5 already exists in destination.
[INFO] 
[INFO] --- package-rename-task:1.5.2:rename (repackage-sources) @ org.eclipse.persistence.asm ---
     [null] performing package renaming
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (fix-asm) @ org.eclipse.persistence.asm ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ org.eclipse.persistence.asm ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.persistence.asm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.persistence.asm ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (base-compile) @ org.eclipse.persistence.asm ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ org.eclipse.persistence.asm ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.persistence.asm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.asm ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0:test (default-test) @ org.eclipse.persistence.asm ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.persistence.asm ---
[INFO] Building jar: /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/target/org.eclipse.persistence.asm-9.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.persistence.asm ---
[INFO] Installing /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/target/org.eclipse.persistence.asm-9.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.5.0-SNAPSHOT/org.eclipse.persistence.asm-9.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/asm-build/org.eclipse.persistence.asm/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.5.0-SNAPSHOT/org.eclipse.persistence.asm-9.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ org.eclipse.persistence.asm ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.377 s
[INFO] Finished at: 2023-03-30T16:48:35Z
[INFO] ------------------------------------------------------------------------