Category

maven-guide

Packagecloud Now Supports Maven-metadata.xml
May 17, 2022

announcements

5 min read

Packagecloud Now Supports Maven-metadata.xml

Do you ever wish that you could automatically generate maven-metadata when you need to push updates to your repositories? Packagecloud and Maven make it easier.

What is a Dependency Mechanism
Apr 05, 2022

maven-guide

10 min read

What is a Dependency Mechanism

A dependency tree is a way of representing dependency order and priority in the case of large projects with multiple modules. This blog aims to demystify Maven’s depen...

What is Maven and Maven alternatives
Aug 26, 2021

maven-guide

10 min read

What is Maven and Maven alternatives

This article provides an overview of Maven, its goals, how it works, how it is installed, and what are the alternatives.

How does a maven repository work?
Mar 08, 2017

maven-guide

10 min read

How does a maven repository work?

This post explains how the maven repository works. You can find general introduction and actual ready-to-use codes to follow.