From 97d329583deb067cd5c6cd307edc0467167ca8c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:04:34 +0000 Subject: [PATCH] chore: update docs/maven-gradle.md [20260712-2103] --- docs/maven-gradle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maven-gradle.md b/docs/maven-gradle.md index f58287de..2dc8731a 100644 --- a/docs/maven-gradle.md +++ b/docs/maven-gradle.md @@ -46,7 +46,7 @@ - [vogella.com: Maven for Building Java application - Tutorial](https://www.vogella.com/tutorials/ApacheMaven/article.html) - [maven.apache.org: Introduction to the Standard Directory Layout](https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) - [Handwritten Maven archetype project scaffolding](https://www.programmersought.com/article/1858176023) -- [programmer.ink: Maven scaffolding best practices](https://programmer.ink/think/maven-scaffolding-best-practices.html) +- [programmer.ink: Maven scaffolding best practices](https://www.koterstore.nl/service/payment-methods) - [Create the scaffolding for your microservice](https://fuse.labs.osecloud.com/fuse/creating-a-microservices-project-with-maven) We will use an existing maven archetype that assembles a CDI-based Camel java project that we will then alter to implement the service. ### Maven Tests @@ -80,7 +80,7 @@ mvn dependency:tree (how you got something on your classpath) - [jetbrains.com/help/idea/maven-support.html](https://www.jetbrains.com/help/idea/maven-support.html) - [Dzone: Maven IntelliJ Idea Project](https://dzone.com/articles/importing-a-maven-project-in-intellij-idea) - [javaspringvaadin.wordpress.com: Crea un Proyecto Maven desde el IDE IntelliJ IDEA](https://javaspringvaadin.wordpress.com/2018/05/22/mavenintellijidea) -- [howtodoinjava.com: Maven IntelliJ Idea Project](https://howtodoinjava.com/maven/how-to-convert-maven-java-project-to-intellij-idea-project) +- [howtodoinjava.com: Maven IntelliJ Idea Project](https://howtodoinjava.com/maven/maven-java-project-with-intellij-idea) ### Maven Plugins