Coder Social home page Coder Social logo

Release 3.1.4 about ch.vorburger.exec HOT 4 CLOSED

vorburger avatar vorburger commented on September 24, 2024
Release 3.1.4

from ch.vorburger.exec.

Comments (4)

vorburger avatar vorburger commented on September 24, 2024 1

https://maven.apache.org/guides/mini/guide-encryption.html explains what this ^^^ problem was about.

It happened because password happens to have contained ...{...}....

I could change it, but using mvn --encrypt-password is actually a good idea.

With that configured comme il faut:

    [INFO]  * Remote staging into staging profile ID "12bb4759cb85ae"
    [INFO]  * Created staging repository with ID "chvorburger-1051".
    [INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/chvorburger-1051

As usual, it wil take a moment for the release to replicate on mirrors.

I'll close this issue when I have manage to use this in a MariaDB4j PR.

from ch.vorburger.exec.

vorburger avatar vorburger commented on September 24, 2024

The last release 3.1.3 was on over 1 year ago on 2021-12-03.

And I have since lost my settings.xml ... 🤣 to be able to deploy.

How did this all work again? What user, what credz?

PS BTW this also blocks https://github.com/vorburger/MariaDB4j/issues/696...

from ch.vorburger.exec.

vorburger avatar vorburger commented on September 24, 2024

https://central.sonatype.org/publish/publish-maven/ reminded me how to use ~/.m2/settings.xml :

<settings>
  <servers>
    <server>
      <id>ossrh</id>
      <username>vorburger</username>
      <password>PASS</password>
    </server>
  </servers>
</settings>

but then I ran into [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) on project exec: Execution injected-nexus-deploy of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:deploy failed: Cannot decipher credentials to be used with Nexus!: org.sonatype.plexus.components.sec.dispatcher.shaded.SecDispatcherException: java.io.FileNotFoundException: /home/vorburger/.m2/settings-security.xml (No such file or directory) -> [Help 1]

I'll deal with this another time...

from ch.vorburger.exec.

vorburger avatar vorburger commented on September 24, 2024

MariaDB4j/MariaDB4j#718, somewhat to my surprise (it used to take longer?), actually passed!

from ch.vorburger.exec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.