Apache Maven
-
Core Java
Why Maven Dependency Order Matters
Maven is a widely used build automation tool in Java-based projects. One of the key functionalities of Maven is managing…
Read More » -
Core Java
Understanding Maven Dependency Graph or Tree
Working on large Maven projects can be daunting, especially when it comes to managing dependencies between modules and libraries and…
Read More » -
Enterprise Java
Spring Security with Maven Tutorial
1. Introduction In this post, we shall demonstrate how to use Maven dependencies for Spring Security for very specific use-cases.…
Read More » -
Core Java
Publishing Snapshots With Gradle’s maven-publish Plugin
I’ve recently started a new project with Gradle and decided to jump straight in – no Gradle experience, no clue…
Read More » -
DevOps
Build Docker Images with Maven and Gradle
One of the things that you might want to do if you are using Docker and Java is building the image from…
Read More » -
Enterprise Java
Maven demystified
Due to my Android development background, I am more used to Gradle than to Maven. Although I knew that Gradle…
Read More » -
Enterprise Java
Few maven tips and tricks
I was working on migrating an existing application that was using WebLogic Workshop (yes you read it right, using an…
Read More » -
Enterprise Java
Java Tip of the Week #7 – Maven Slow?
This week Java Tip of the Week is a follow up of last session about Maven. The first video covered…
Read More » -
Enterprise Java
Contract First SOAP Service with Spring and Maven
1. Introduction In this tutorial, we will learn to implement a contract-first SOAP service application using JAX-WS, Spring and Maven.…
Read More »