Articles by Tag #maven

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Criando projeto Maven com profiles distintos de dependências

No trabalho tivemos um problema com a GraalVM, e devido a isso essa issue foi criada. Eu falei com o...

Learn More 17 3Jan 31

Comparing transitive dependency version resolution in Rust and Java

You learn by comparing to what you already know. I was recently bitten by assuming Rust worked as...

Learn More 12 1Sep 18

Improving Maven's dependency:analyze... or not

Recently, my good friend Richard Fichtner advised using the mvn dependency:analyze command to get rid...

Learn More 8 0Mar 13

Publishing Your Java Library to Maven Central

Why Maven Central Matters You've built an amazing Java library. It solves real problems,...

Learn More 7 1Oct 5

So you wanna know where your maven dependency version comes from ?

How to quickly find where your dependencied version comes from.

Learn More 6 0Mar 26

Basic Setup: Run SpringBoot using JBoss (Wildfly)

This tutorial assumes you have already set up Java and Maven in your system. 1. Install...

Learn More 5 0Feb 20

Gradle vs. Maven: Which Java Build Tool Should You Use?

When it comes to Java build tools, the great debate is always: Gradle or Maven? The...

Learn More 4 0Aug 26

Identifying and Removing Unused Dependencies in pom.xml

When working with Maven projects, it’s important to keep your pom.xml file clean and efficient....

Learn More 3 0Dec 19 '24

Intranet-Only Projects Pitfall (Maven and SVN)

Recently, I had my very first experience working on a project that runs completely offline on an...

Learn More 2 0Aug 31

Maven Guide for Beginners

Comprehensive Guide to Maven Introduction to Maven Maven is a powerful...

Learn More 2 1Dec 6 '24

JeKa: The Simplest Way to Create Uber and Shade Jars

Edited 2025-10-15: Fix the Maven pom.xml sample. JeKa is a modern Java build tool focused on...

Learn More 2 2Jan 2

🚀 Dependency Management Issues in Spring Boot & How to Fix Them!

Managing dependencies in Spring Boot can be tricky. Issues like conflicts, missing dependencies,...

Learn More 2 0Apr 8

maven-007: maven-phases-in-spring-boot-project

What you see in the screenshot are phases of a single lifecycle in Maven in case a new Spring Boot...

Learn More 1 0Feb 3

SpringBoot Web Service - Part 1 - Create Repository

Creating a Repository on GitHub In this post, we'll walk through the steps to create a...

Learn More 1 0Jan 5

Creating Test Jars in Maven for multi-module projects

In multi-module projects, individual modules often contain classes or resources that should also be...

Learn More 1 0Mar 3

Build & Package Manager tools in DevOps

Introduction to Build & Package Manager Tools: What are built and package manager...

Learn More 1 0Mar 10

Implementation of jaxb-api has not been found on module path or classpath. Error Solution

When working with Java applications that utilize Java Architecture for XML Binding (JAXB), you might...

Learn More 1 0Jan 20

SpringBoot Web Service - Part 4 - Initial Configuration

In this post, we'll explore how to configure OpenAPI in your Spring Boot application and add a...

Learn More 0 0Jan 5

maven-001: maven-in-real-world-terms

Maven's terminology can feel like a tangled mess at first. Let's keep it simple and answer the most...

Learn More 0 0Jan 30

Maven vs. Gradle: The Build Tool Showdown

Introduction: The Build Tool Battle That Defines Your Workflow Did you know that 70% of...

Learn More 0 0May 20

Maven notes (1)

Lifecycle default, clean and site Phase When executes mvn compile ...

Learn More 0 0Jan 27

[Boost]

Improving Maven's dependency:analyze... or not Nicolas...

Learn More 0 0Mar 13

Top 5 Essential Build Tools for Modern Development

In the fast-paced world of software development, efficiency and reliability are paramount. As...

Learn More 0 0Jun 25

maven-006: maven-classpath

The classpath is not a physical folder but rather a list of locations (directories and JAR files)...

Learn More 0 0Jan 30

maven-002: maven-lifecycle-phases-by-lifecycles

Here’s a complete list of all Maven lifecycle phases, categorized by each lifecycle: 🚀...

Learn More 0 0Jan 30

SpringBoot Web Service - Part 5 - Github Action

GitHub Actions provide a seamless way to integrate CI/CD into your repository, automating various...

Learn More 0 0Jan 5

maven-004: deep-dive-into-default-build-lifecycle

Deep Dive into the Default (Build) Lifecycle in Maven The Default (Build) Lifecycle is the...

Learn More 0 0Jan 30

maven-003: deep-dive-into-clean-lifecycle

Deep Dive into the Clean Lifecycle in Maven The Clean Lifecycle in Maven is responsible...

Learn More 0 0Jan 30

Preparando o ambiente de desenvolvimento da melhor API de tabelas de campeonato que você já viu!

Antes de começar a codar loucamente, preciso confirmar se você tem domínio sobre o preparo do...

Learn More 0 0Nov 11 '24

JeKa: Run Java Sources as Fast as Native

JeKa — A Simple Modern Java Build Tool JeKa is a modern Java build tool focused on...

Learn More 0 0Jan 6