Relocation of Maven Package in Maven Central

how to relocate Maven package in Sonatype's Maven Central

What do #Java devs generally use as a classpath when making little open source libraries? Your name? Website URL? A unique name for every library? #Maven #MavenCentral

Maven Central Publishing Limits. Hard enforcement is scheduled to begin on August 11, 2026.

#java #maven #mavencentral #repository

https://central.sonatype.org/publish/maven-central-publishing-limits/

Maven Central Publishing Limits

The Central Repository Documentation

After some back and forth, I managed to upload the current version 1.2.3 of #FreeTTS, an older #speechynthesis program in Java, to Maven Central.

Here it is: https://central.sonatype.com/artifact/org.jvoicexml/freetts

#opensource #programming #mavenCentral

Maven Central: org.jvoicexml:freetts

Discover freetts in the org.jvoicexml namespace. Explore metadata, contributors, the Maven POM file, and more.

Maven Central

The last third of that is an interesting discussion about whether it actually pays off to use the latest versions of dependencies based on the data that #Sonatype gathers from #MavenCentral and other repositories

https://opensourcesecuritypodcast.libsyn.com/2026-state-of-the-software-supply-chain-with-brian-fox

#updates #security #software

Open Source Security: 2026 State of the Software Supply Chain with Brian Fox

Josh chats with Brian Fox from Sonatype about their 2026 State of the Software Supply Chain report. Most of the number continue to grow at alarming rates, but there's some new interesting findings in this one. We discuss end of life and open source which is tough to define. We touch on what using AI with open source dependencies looks like (and why it's broken), and we discuss the challenge of upgrading your open source dependencies in a way that doesn't break everything. It's a great report and great discussion. The show notes and blog post for this episode can be found at

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

#Maven #MavenCentral #Sonatype #Snapshot

Starting with TornadoVM 2.0, installing and using TornadoVM is easier than ever. The project now provides prebuilt SDKs for multiple operating systems, architectures, and accelerator backends, and is also available via Maven Central for seamless integration with existing Java codebases. This guide walks you through: Installing the TornadoVM SDK Verifying your setup Integrating TornadoVM into…...
#MavenCentral #SDKMAN #TornadoVM
https://foojay.io/today/getting-started-with-tornadovm-2-0/
foojay – a place for friends of OpenJDK

foojay is the place for all OpenJDK Update Release Information. Learn More.

foojay

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

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

https://www.reddit.com/r/opensource/comments/1omufv7/oss_carrot_cache_is_now_on_maven_central/

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: https://github.com/apache/maven-resolver-ant-tasks/blob/maven-resolver-ant-tasks-1.6.0/src%2Fmain%2Fjava%2Forg%2Fapache%2Fmaven%2Fresolver%2Finternal%2Fant%2Ftasks%2FAbstractDistTask.java#L133
Some more investigations needed.
#opensource #programming