Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created June 19, 2024 19:26
Show Gist options
  • Save gnodet/236e29348b26ba5a1a11cd1516f5a1d2 to your computer and use it in GitHub Desktop.
Save gnodet/236e29348b26ba5a1a11cd1516f5a1d2 to your computer and use it in GitHub Desktop.
➜ mina-sshd git:(master) mvn -Papache-release deploy -f sshd-osgi
Using MAVEN_CENTRAL=http://old-broken-macbook-pro.local:8082/artifactory/maven-remote/
[INFO] Processing build on daemon 5ce0d084
[INFO] Scanning for projects...
[INFO] BuildTimeEventSpy is registered.
[INFO]
[INFO] Using the SmartBuilder implementation with a thread count of 5
[INFO]
[INFO] ---------------------< org.apache.sshd:sshd-osgi >----------------------
[INFO] Building Apache Mina SSHD :: OSGi 2.13.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- gplus:3.0.2:execute (detect-workspace-root-dir) @ sshd-osgi ---
[INFO] Using plugin classloader, includes GMavenPlus and project classpath.
[INFO] Using Groovy 4.0.17 to perform execute.
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ sshd-osgi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ sshd-osgi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO]
[INFO] --- apache-rat:0.16.1:check (check-apache-license-header) @ sshd-osgi ---
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO]
[INFO] --- clean:3.3.2:clean (auto-clean-key-files) @ sshd-osgi ---
[INFO] Deleting /Users/gnodet/work/git/mina-sshd/sshd-osgi (includes = [*.ser, *.pem], excludes = [])
[INFO]
[INFO] --- formatter:2.16.0:format (format) @ sshd-osgi ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Formatting is skipped for types: HTML, XML, JSON
[INFO] Number of files to be formatted: 0
[INFO]
[INFO] --- impsort:1.6.2:sort (sort-imports) @ sshd-osgi ---
[INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[INFO]
[INFO] --- checkstyle:3.3.0:check (verify-style) @ sshd-osgi ---
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- remote-resources:3.2.0:process (process-resource-bundles) @ sshd-osgi ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO]
[INFO] --- remote-resources:3.2.0:process (default) @ sshd-osgi ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ sshd-osgi ---
[INFO] skip non existing resourceDirectory /Users/gnodet/work/git/mina-sshd/sshd-osgi/src/main/resources
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-osgi ---
[INFO] No sources to compile
[INFO]
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-dependencies) @ sshd-osgi ---
[INFO]
[INFO] --- animal-sniffer:1.23:check (check-java-api) @ sshd-osgi ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ sshd-osgi ---
[INFO] Skipping manifest generation, everything is up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-osgi ---
[INFO] skip non existing resourceDirectory /Users/gnodet/work/git/mina-sshd/sshd-osgi/src/test/resources
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-osgi ---
[INFO] No sources to compile
[INFO]
[INFO] >>> pmd:3.17.0:check (pmd-checker) > :pmd @ sshd-osgi >>>
[INFO]
[INFO] --- pmd:3.17.0:pmd (pmd) @ sshd-osgi ---
[INFO] PMD version: 6.47.0
[INFO]
[INFO] <<< pmd:3.17.0:check (pmd-checker) < :pmd @ sshd-osgi <<<
[INFO]
[INFO]
[INFO] --- pmd:3.17.0:check (pmd-checker) @ sshd-osgi ---
[INFO] PMD version: 6.47.0
[INFO]
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ sshd-osgi ---
[INFO]
[INFO] --- jar:3.4.0:jar (default-jar) @ sshd-osgi ---
[INFO] Building jar: /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT.jar
[INFO]
[INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ sshd-osgi ---
[INFO] Building jar: /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ sshd-osgi ---
[INFO]
[INFO] --- antrun:3.1.0:run (create-sources-artifact) @ sshd-osgi ---
[INFO] Executing tasks
[INFO] [jar] Building jar: /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT-sources.jar
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper:3.5.0:attach-artifact (attach-source-artifact) @ sshd-osgi ---
[INFO]
[INFO] --- checksum:1.11:artifacts (source-release-checksum) @ sshd-osgi ---
[INFO]
[INFO] --- gpg:3.2.3:sign (sign-release-artifacts) @ sshd-osgi ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[WARNING]
[WARNING] W A R N I N G
[WARNING]
[WARNING] Do not store passphrase in any file (disk or SCM repository),
[WARNING] instead rely on GnuPG agent or provide passphrase in
[WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
[WARNING]
[WARNING] Sensitive content loaded from Mojo configuration
[WARNING]
[INFO] Signer 'gpg' is signing 4 files with key 6C70A3B7599C5736
[WARNING] artifact org.apache.sshd:sshd-osgi:jar.asc:sources:2.13.1-SNAPSHOT already attached, replace previous instance
[INFO]
[INFO] --- install:3.1.1:install (default-install) @ sshd-osgi ---
[INFO] Installing /Users/gnodet/work/git/mina-sshd/sshd-osgi/pom.xml to /Users/gnodet/.m2/repository/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-SNAPSHOT.pom
[INFO] Installing /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT.jar to /Users/gnodet/.m2/repository/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-SNAPSHOT.jar
[INFO] Installing /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT-sources.jar to /Users/gnodet/.m2/repository/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-SNAPSHOT-sources.jar
[INFO] Installing /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT-sources.jar to /Users/gnodet/.m2/repository/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-SNAPSHOT-sources.jar
[INFO] Installing /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT.jar.asc to /Users/gnodet/.m2/repository/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-SNAPSHOT.jar.asc
[INFO] Installing /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT.pom.asc to /Users/gnodet/.m2/repository/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-SNAPSHOT.pom.asc
[INFO] Installing /Users/gnodet/work/git/mina-sshd/sshd-osgi/target/sshd-osgi-2.13.1-SNAPSHOT-sources.jar.asc to /Users/gnodet/.m2/repository/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-SNAPSHOT-sources.jar.asc
[INFO]
[INFO] --- dependency:3.6.1:sources (download-sources) @ sshd-osgi ---
[INFO]
[INFO] --- dependency:3.6.1:resolve (download-javadoc) @ sshd-osgi ---
[INFO]
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ sshd-osgi ---
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.3 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.pom
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.pom (9.0 kB at 4.7 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.jar
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2-sources.jar
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2-sources.jar
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.jar.asc
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.pom.asc
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.pom.asc (228 B at 814 B/s)
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.jar.asc (228 B at 814 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2-sources.jar.asc
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2-sources.jar.asc (228 B at 507 B/s)
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2.jar (1.8 MB at 2.1 MB/s)
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2-sources.jar (1.4 MB at 1.5 MB/s)
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/sshd-osgi-2.13.1-20240619.192427-2-sources.jar (1.4 MB at 830 kB/s)
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/maven-metadata.xml (589 B at 7.8 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/2.13.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 3.9 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-osgi/maven-metadata.xml (589 B at 1.5 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.586 s (Wall Clock)
[INFO] Finished at: 2024-06-19T21:24:39+02:00
[INFO] ------------------------------------------------------------------------
➜ mina-sshd git:(master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment