home.social

#mavencentral — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mavencentral, aggregated by home.social.

fetched live
  1. Does publishing snapshots to Maven Central fail for anyone else, or is this just me?

    #Maven #MavenCentral #Sonatype #Snapshot

  2. Does publishing snapshots to Maven Central fail for anyone else, or is this just me?

  3. JReleaser – công cụ tự động phát hành dự án (Java, Go, Node …). Giúp ký, tạo artefact, tạo changelog, đăng lên Maven Central, GitHub và gửi thông báo. Cài đặt nhanh bằng JBang, cấu hình pom.xml và file TOML, chạy dry‑run, tích hợp GitHub Actions để triển khai đầy đủ. #JReleaser #MavenCentral #Java #DevOps #CôngCụ #PhátHành #Automation 🚀

    dev.to/onepoint/release-everyt

  4. JReleaser – công cụ tự động phát hành dự án (Java, Go, Node …). Giúp ký, tạo artefact, tạo changelog, đăng lên Maven Central, GitHub và gửi thông báo. Cài đặt nhanh bằng JBang, cấu hình pom.xml và file TOML, chạy dry‑run, tích hợp GitHub Actions để triển khai đầy đủ. #JReleaser #MavenCentral #Java #DevOps #CôngCụ #PhátHành #Automation 🚀

    dev.to/onepoint/release-everyt

  5. JReleaser – công cụ tự động phát hành dự án (Java, Go, Node …). Giúp ký, tạo artefact, tạo changelog, đăng lên Maven Central, GitHub và gửi thông báo. Cài đặt nhanh bằng JBang, cấu hình pom.xml và file TOML, chạy dry‑run, tích hợp GitHub Actions để triển khai đầy đủ. #JReleaser #MavenCentral #Java #DevOps #CôngCụ #PhátHành #Automation 🚀

    dev.to/onepoint/release-everyt

  6. JReleaser – công cụ tự động phát hành dự án (Java, Go, Node …). Giúp ký, tạo artefact, tạo changelog, đăng lên Maven Central, GitHub và gửi thông báo. Cài đặt nhanh bằng JBang, cấu hình pom.xml và file TOML, chạy dry‑run, tích hợp GitHub Actions để triển khai đầy đủ. #JReleaser #MavenCentral #Java #DevOps #CôngCụ #PhátHành #Automation 🚀

    dev.to/onepoint/release-everyt

  7. JReleaser – công cụ tự động phát hành dự án (Java, Go, Node …). Giúp ký, tạo artefact, tạo changelog, đăng lên Maven Central, GitHub và gửi thông báo. Cài đặt nhanh bằng JBang, cấu hình pom.xml và file TOML, chạy dry‑run, tích hợp GitHub Actions để triển khai đầy đủ. #JReleaser #MavenCentral #Java #DevOps #CôngCụ #PhátHành #Automation 🚀

    dev.to/onepoint/release-everyt

  8. One step further to upload #FreeTTS to #MavenCentral
    It seems, the Maven #ANT resolver tasks expects a project POM file. I only provided one for the upload but not project POM. Hence, the task ran into a NullPointerException when trying to look up the project POM.

    Bad thing now is, that I need to upload multiple artifacts, each with their own POM. In that case, the resolver complains that the project POM differs from the one to use for the upload. One more thing to resolve.
    #programming

  9. One step further to upload #FreeTTS to #MavenCentral
    It seems, the Maven #ANT resolver tasks expects a project POM file. I only provided one for the upload but not project POM. Hence, the task ran into a NullPointerException when trying to look up the project POM.

    Bad thing now is, that I need to upload multiple artifacts, each with their own POM. In that case, the resolver complains that the project POM differs from the one to use for the upload. One more thing to resolve.
    #programming

  10. One step further to upload #FreeTTS to #MavenCentral
    It seems, the Maven #ANT resolver tasks expects a project POM file. I only provided one for the upload but not project POM. Hence, the task ran into a NullPointerException when trying to look up the project POM.

    Bad thing now is, that I need to upload multiple artifacts, each with their own POM. In that case, the resolver complains that the project POM differs from the one to use for the upload. One more thing to resolve.
    #programming

  11. One step further to upload #FreeTTS to #MavenCentral
    It seems, the Maven #ANT resolver tasks expects a project POM file. I only provided one for the upload but not project POM. Hence, the task ran into a NullPointerException when trying to look up the project POM.

    Bad thing now is, that I need to upload multiple artifacts, each with their own POM. In that case, the resolver complains that the project POM differs from the one to use for the upload. One more thing to resolve.
    #programming

  12. One step further to upload #FreeTTS to #MavenCentral
    It seems, the Maven #ANT resolver tasks expects a project POM file. I only provided one for the upload but not project POM. Hence, the task ran into a NullPointerException when trying to look up the project POM.

    Bad thing now is, that I need to upload multiple artifacts, each with their own POM. In that case, the resolver complains that the project POM differs from the one to use for the upload. One more thing to resolve.
    #programming

  13. Carrot Cache, a memory-optimized Java caching solution with Zstandard dictionary compression, is now available on Maven Central. This release brings efficient caching to Java projects, enhancing performance and reducing memory usage. #Java #Caching #OpenSource #MavenCentral #Zstandard #Programming #VulaiProgramming

    reddit.com/r/opensource/commen

  14. Some progress with my efforts to publish a snapshot of #FreeTTS on #MavenCentral. At least I now get a different error with the #maven resolver ant task than before. Now, it turned into a NullPointerException at this code line of the used #ANT task: github.com/apache/maven-resolv
    Some more investigations needed.
    #opensource #programming

  15. Some progress to have some #opensource projects compilable again.
    As a maintainer of #FreeTTS, I am still stuck to #java8 and #ant as a build system.
    I upgraded from the deprecated Maven ANT Task to the Maven Resolver ANT task.
    Publishing to local works again, but I am still fighting to upload my snapshot to #SonatypeNexus to have it on #MavenCentral again.
    #programming

  16. I have a new laptop and I am trying to set up my open source projects again. Now, I discovered that something changed at #MavenCentral .
    My releases have been ported, but I miss my deployed snapshots.
    #opensource #programming

  17. I'm trying to build an abandoned #Android app. One can learn quite a lot about that source code and build scripts are not enough to build a piece of software. It's also tools and dependencies. #Gradle seems to do braking changes from time to time and why did people push to #jcentral instead of #MavenCentral ? If one tries to build the dependency the same problem pops up again...

  18. I'm trying to build an abandoned #Android app. One can learn quite a lot about that source code and build scripts are not enough to build a piece of software. It's also tools and dependencies. #Gradle seems to do braking changes from time to time and why did people push to #jcentral instead of #MavenCentral ? If one tries to build the dependency the same problem pops up again...

  19. I'm trying to build an abandoned #Android app. One can learn quite a lot about that source code and build scripts are not enough to build a piece of software. It's also tools and dependencies. #Gradle seems to do braking changes from time to time and why did people push to #jcentral instead of #MavenCentral ? If one tries to build the dependency the same problem pops up again...

  20. I'm trying to build an abandoned #Android app. One can learn quite a lot about that source code and build scripts are not enough to build a piece of software. It's also tools and dependencies. #Gradle seems to do braking changes from time to time and why did people push to #jcentral instead of #MavenCentral ? If one tries to build the dependency the same problem pops up again...

  21. Maven Central Search 0.6.3 has been released. Use mcs to quickly lookup dependency coordinates in Maven Central, without having to switch to your browser.

    #java #maven #mavencentral #search

    github.com/mthmulders/mcs/rele

  22. Maven Central Search 0.6.3 has been released. Use mcs to quickly lookup dependency coordinates in Maven Central, without having to switch to your browser.

    #java #maven #mavencentral #search

    github.com/mthmulders/mcs/rele

  23. Maven Central Search 0.6.3 has been released. Use mcs to quickly lookup dependency coordinates in Maven Central, without having to switch to your browser.

    #java #maven #mavencentral #search

    github.com/mthmulders/mcs/rele

  24. Maven Central Search 0.6.3 has been released. Use mcs to quickly lookup dependency coordinates in Maven Central, without having to switch to your browser.

    #java #maven #mavencentral #search

    github.com/mthmulders/mcs/rele