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

Getting Started with Maven

Read full post at Getting Started with Maven Overview If you're a Java developer, you've...

Learn More 10 1Oct 18 '24

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

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 4 0Feb 20

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

Quick fix: com.github.everit-org.json-schema:org.everit.json.schema:jar:1.12.2 was not found

I've been having this issue in several Mule applications, but all of them happen while I'm trying to...

Learn More 2 3Sep 17 '24

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

Build & Package Manager tools in DevOps

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

Learn More 1 0Mar 10

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

🚀 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 1 0Apr 8

How to deploy to maven central repo

Yesterday I found dockFX library, when I first try it did not work. Today I manage to upgrade the...

Learn More 1 2Sep 1 '24

No SNAPSHOTs

SNAPSHOTs are a confusing Maven concept. Maven is a pre-historic build tool, invented inside The...

Learn More 1 2Jul 30 '24

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

Maven Commands Cheat Sheet

Basic Commands 1. mvn clean Remove all files generated by the previous build. mvn...

Learn More 1 1Jul 20 '24

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 1 0Dec 19 '24

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

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-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-005: deep-dive-into-site-lifecycle

Deep Dive into the Maven Site Lifecycle The Site Lifecycle in Maven is used to generate...

Learn More 0 0Jan 30

Maven notes (1)

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

Learn More 0 0Jan 27

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

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

Wednesday Links - Edition 2024-10-16

Exploring New Features in JDK 23: Null object pattern to avoid null pointer exception with JEP-455 (3...

Learn More 0 0Oct 16 '24

Integrating Checkstyle into Your Maven Project for Clean and Consistent Code

🧩 Introduction Inconsistent code style can slow down collaboration in teams of 10+ developers,...

Learn More 0 2Jun 10

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

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-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

SpringBoot Web Service - Part 2 - Preparing Using Spring Initializr

Creating a Service Using Spring Boot and Maven In this post, we'll create a simple service...

Learn More 0 0Jan 5