Understanding Apache Maven: Maven Coordinates & POM Inheritance
An explanation of dependency coordinates and "distinguishers" as well as a more detailed look at POM hierarchies are covered.

Chandra Guntur
5,711 viewsAn explanation of dependency coordinates and "distinguishers" as well as a more detailed look at POM hierarchies are covered.

Chandra Guntur
7,792 viewsFollowing on from the first article covering the Maven basics, the Project Object Model (POM) is explored, here in part 2!

Chandra Guntur
6,216 viewsApache Maven (commonly referred to as “Maven”) is a Build Management tool. Maven is primarily used to build Java projects.

Brian Vermeer
13,867 viewsIf you are still running on an old Maven version like 3.6.3 or below, you need to upgrade to version 3.8.1 because of security reasons.

Gail Anderson
30,711 viewsLet's discuss technologies we use with JavaFX to build JVM byte code versions as well as native images that target iOS and Android devices!

Ashish Choudhary
3,181 viewsSkaffold eases development and deployment of applications running on Kubernetes, managing the entire workflow, giving instant feedback.

Frank Delporte
6,686 viewsHow to build native applications for multiple devices from a single JavaFX project with Gluon Mobile and GitHub Actions.

Brian Vermeer
7,063 viewsIn this article, I will explain how you can fix vulnerabilities in third-party libraries when using Maven, even when it is not obvious.