What's new on Cloudsmith

Cloudsmith is your friendly neighbourhood Package Management SaaS; for secure delivery of the world's software. For DevOps-y people.

New
September 16, 2024

Introducing support for .zip files with Maven

Image #1

Cloudsmith has extended its support for Maven by allowing users to upload multiple files (.pom, .jar, .zip, and -sources.jar) to a single Cloudsmith Maven package and cache from upstream sources. Previously, you could upload multiple but specific combinations of files (e.g., .pom + .jar + -sources.jar or .pom + .zip + -sources.jar), but not all at once, and only .pom and .jar files could be proxied and cached.

In Maven, an artifact is any file that can be addressed using its unique coordinates, enabling Maven to download, install, or deploy it. While most artifacts are .pom and .jar files, any file can serve as an artifact, making them more than just files—they are addressable components within Maven's ecosystem.

This extended support brings greater flexibility and convenience for developers managing their Maven-based projects 🎉

What’s New:
  • Upload .zip Files as Artifacts: You can now use the native Maven CLI to upload .zip files as artifacts directly to our platform. This allows for easier packaging and distribution of your projects.

  • Cache .zip Files from Maven Central and Upstream Sources: We’ve added the ability to cache .zip files from upstream repositories like Maven Central. This means you can quickly access and manage these files within your workflows.

With this update, we're simplifying the process of working with a wider variety of file types in your Maven projects.

Got questions? Just reach out to us anytime; we're happy to help!

We are ⚡by Beamer